Interface IRtfString
Значение типа Rtf.
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IRtfString
Properties
Value
Возвращает или задает rtf-текст.
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToPlainText()
Возвращает "простой" текст (без rtf-разметки).
Declaration
string ToPlainText()
Returns
| Type | Description |
|---|---|
| string | "Простой" текст. |