Version

DocumentSettings Class Members

The following tables list the members exposed by DocumentSettings.

Public Constructors
 NameDescription
Public ConstructorDocumentSettings Constructor  
Public Properties
 NameDescription
Public PropertyBackgroundGets/sets the background color of the document.  
Public PropertyDefaultCharacterSettingsGets/sets the default settings relating to characters within the document.  
Public PropertyDefaultParagraphSettingsGets/sets the default settings relating to paragraphs within the document.  
Public PropertyDefaultTabStopGets/sets the default tab stop extent, the default is .5 inches  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyIsSharedGets the value which indicates whether the settings object is being shared by multiple nodes. (Inherited from Infragistics.Documents.RichText.RichTextSettingsBase)
Public PropertyThemeFontLanguageSettingsDetermines the languages to help in selecting themed fonts.  
Public PropertyThemeInfoGets/sets the theme information for the document.  
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public Events
 NameDescription
Public EventPropertyChangedOcuurs after a property value has changed  
See Also