Class TextFormatProviderSettings
Represents settigs that TextFormatProvider uses to export RadFixedDocument to text.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Text
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextFormatProviderSettings
Constructors
TextFormatProviderSettings()
Initializes a new instance of the TextFormatProviderSettings class.
Declaration
public TextFormatProviderSettings()
TextFormatProviderSettings(String, String)
Initializes a new instance of the TextFormatProviderSettings class.
Declaration
public TextFormatProviderSettings(string linesSeparator, string pagesSeparator)
Parameters
System.String
linesSeparator
The lines separator. |
System.String
pagesSeparator
The pages separator. |
Properties
Default
Gets the default settings.
Declaration
public static TextFormatProviderSettings Default { get; }
Property Value
TextFormatProviderSettings
The default settings. |
LinesSeparator
Gets or sets the lines separator.
Declaration
public string LinesSeparator { get; }
Property Value
System.String
The lines separator. |
PagesSeparator
Gets or sets the pages separator.
Declaration
public string PagesSeparator { get; }
Property Value
System.String
The pages separator. |