Version

RichTextScriptCodeMappings Class Members

The following tables list the members exposed by RichTextScriptCodeMappings.

Public Constructors
 NameDescription
Public ConstructorRichTextScriptCodeMappings ConstructorCreates a new RichTextScriptCodeMappings instance.  
Public Properties
 NameDescription
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public Methods
 NameDescription
Public MethodAddAdds a mapping from an ISO 15924 four-letter script code to a font names, replacing any existing mapping for the script code.  
Public MethodCloneOverridden. Performs a deep clone of the object.  
Public MethodGetEnumeratorGets an object to enumerate all mappings of ISO 15924 four-letter script codes to font names.  
Public MethodGetFontNameGets the font name associated with an ISO 15924 four-letter script code.  
Public MethodRemoveRemoves a mapping from an ISO 15924 four-letter script code to a font names.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also