Class TextFormatProviderSettings
Represents settigs that 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 Text
Declaration
public TextFormatProviderSettings()
TextFormatProviderSettings(String, String)
Initializes a new instance of the Text
Declaration
public TextFormatProviderSettings(string linesSeparator, string pagesSeparator)
Parameters
System. The lines separator. |
System. The pages separator. |
Properties
Default
Gets the default settings.
Declaration
public static TextFormatProviderSettings Default { get; }
Property Value
Text The default settings. |
LinesSeparator
Gets or sets the lines separator.
Declaration
public string LinesSeparator { get; }
Property Value
System. The lines separator. |
PagesSeparator
Gets or sets the pages separator.
Declaration
public string PagesSeparator { get; }
Property Value
System. The pages separator. |