Version

Infragistics.Documents.RichText.Serialization Namespace

Classes
 ClassDescription
ClassCustomBinaryDocumentAdapter A general document adapter which can save and/or load binary data in a specific format with a Infragistics.Documents.RichText.RichTextDocument instance.
ClassDocumentLoadErrorEventArgs Event arguments for the RichTextDocumentAdapterBase.DocumentLoadError event
ClassImageSerializationProvider A class which can load image data from the clipboard and add it to a Infragistics.Documents.RichText.RichTextDocument.
ClassLoadDocumentContext Contains all information related to loading a Infragistics.Documents.RichText.RichTextDocument.
ClassLoadFromClipboardContext Contains all information related to loading one or more portions of a Infragistics.Documents.RichText.RichTextDocument from the clipboard.
ClassLoadFromClipboardResult Contains all information obtained from a successful load of one or more portions of a Infragistics.Documents.RichText.RichTextDocument from the Clipboard.
ClassLoadOptionsBase Abstract base class for options to use when loading documents with a serialization provider.
ClassPlainTextDocumentAdapter A document adapter which can save and/or load plain text with a Infragistics.Documents.RichText.RichTextDocument instance.
ClassPlainTextLoadOptions Represents the various options available when loading a Infragistics.Documents.RichText.RichTextDocument in the plain text format.
ClassPlainTextSaveOptions Represents the various options available when saving a Infragistics.Documents.RichText.RichTextDocument in the plain text format
ClassPlainTextSerializationProvider A class which can save/load a Infragistics.Documents.RichText.RichTextDocument instance in the plain text file formats.
ClassRichTextDocumentAdapterBase Abstract base for classes which save and/or load data in a specific format with a Infragistics.Documents.RichText.RichTextDocument instance at run-time for binding purposes.
ClassSaveDocumentContext Contains all information related to saving a Infragistics.Documents.RichText.RichTextDocument.
ClassSaveOptionsBase Abstract base class for options to use when saving documents with a serialization provider.
ClassSaveToClipboardContext Contains all information related to saving one or more portions of a Infragistics.Documents.RichText.RichTextDocument to the clipboard.
ClassSerializationProviderBase Abstract base class for classes which know how to save/load Infragistics.Documents.RichText.RichTextDocument instances in one or more formats.
Enumerations
 EnumerationDescription
EnumerationRichTextRefreshTrigger Represents the possible conditions under which the Value of a RichTextDocumentAdapterBase should be refreshed.
See Also