Version

PlainTextSerializationProvider Class Members

The following tables list the members exposed by PlainTextSerializationProvider.

Public Constructors
Public Properties
 NameDescription
Public PropertyClipboardFormatOptionsGets or sets the format options to use when serializing or deserializing plain text on the clipboard.  
Public PropertyFormatOptionsGets or sets the format options to use when saving or loading plain text.  
Public Propertystatic (Shared in Visual Basic)InstanceGets a singleton instance of the PlainTextSerializationProvider.  
Public PropertySupportedClipboardFormatsGets or sets a comma separated list of clipboard formats which can be loaded and/or saved by this serialization provider. (Inherited from Infragistics.Documents.RichText.Serialization.SerializationProviderBase)
Protected Methods
 NameDescription
Protected Internal MethodLoadDocumentOverridden. Loads the document using the specified context information.  
Protected Internal MethodLoadFromClipboardOverridden. Loads portions of a document from the clipboard.  
Protected Internal MethodSaveDocumentOverridden. Saves the document using the specified context information.  
Protected Internal MethodSaveToClipboardOverridden. Saves portions of a document to the clipboard.  
See Also