Version

PlainTextFormatOptions Class Members

The following tables list the members exposed by PlainTextFormatOptions.

Public Constructors
 NameDescription
Public ConstructorPlainTextFormatOptions ConstructorCreates a new PlainTextFormatOptions with default options.  
Public Properties
 NameDescription
Public PropertyImagePlaceholderTextGets or sets the text to use for an image. Default value is a space character.  
Public PropertyListItemSeparationTextGets or sets the text to use between paragraphs which are part of the same list when saving.  
Public PropertyNewLineTextGets or sets the text to use in place of a BreakNode when saving or the text to detect to determine when a BreakNode should be created when loading.  
Public PropertyParagraphSeparationTextGets or sets the text to use between paragraphs when saving or the text to detect to determine when to separate two paragraphs when loading.  
Public PropertyTableCellSeparationTextGets or sets the text to use between cells in a table row when saving.  
Public PropertyTableRowSeparationTextGets or sets the text to use between rows in a table when saving.  
Protected Methods
 NameDescription
Protected MethodNotifyPropertyChangedFires the PropertyChanged event with the specified property name.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value is changed.  
See Also