Version

CharacterSettings Class Members

The following tables list the members exposed by CharacterSettings.

Public Constructors
 NameDescription
Public ConstructorCharacterSettings ConstructorInitializes a new CharacterSettings  
Public Properties
 NameDescription
Public PropertyAllCapsDetermines if text will be displayed as all capital letters  
Public PropertyBoldDetermines if text will be bolded  
Public PropertyBorderGets/sets the border around the text  
Public PropertyColorGets/sets the foreground color of the text  
Public PropertyComplexScriptBoldDetermines if complex script text will be displayed bolded  
Public PropertyComplexScriptFontSizeGets/sets the font size of complex script text  
Public PropertyComplexScriptItalicsDetermines if complex script text will be displayed using the italic version of the font  
Public PropertyDoubleStrikeThroughDetermines if text will be displayed with a double strike through  
Public PropertyEmbossDetermines if text will appear embossed, i.e. raised off the page  
Public PropertyEmphasisGets/sets the mark to place on characters for emphasis  
Public PropertyEngraveDetermines if text will appear engraved, i.e. pressed into the page  
Public PropertyExpandPercentGets/sets the percentage (must be 1 or greater) to expend/compress the width of the text, 100 percent is the default  
Public PropertyFontKerningGets/sets the font size below which font kerning is not applied.  
Public PropertyFontSettingsDetermines what font to use.  
Public PropertyFontSizeGets/sets the size of the font  
Public PropertyHiddenDetermines if text will be hidden  
Public PropertyHighlightColorGets/sets the background color used to highlight the text  
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 PropertyItalicsDetermines if text will be displayed using the italic version of the font  
Public PropertyLanguageSettingsDetermines what language to use for spell checking.  
Public PropertyOutlineDetermines if text should be displayed with a 1 pixel outline around it.  
Public PropertyRightToLeftDetermines if text should be displayed right-to-left.  
Public PropertyShadingGets/sets the shading for the background.  
Public PropertyShadowDetermines if text will be displayed with a shadow.  
Public PropertySmallCapsDetermines if text will be displayed as small capital letters  
Public PropertySnapToGridDetermines if text will snap to the grid  
Public PropertySpacingGets/sets additional spacing between each character.  
Public PropertyStrikeThroughDetermines if text will be displayed with a strike through  
Public PropertySuppressProofingDetermines if text should be skipped by the spell checker.  
Public PropertyUnderlineColorGets/sets the color used to underline the text  
Public PropertyUnderlineTypeGets/sets the type of underline to apply to the text  
Public PropertyUseComplexScriptFormattingDetermines if text will be displayed using complex script formatting  
Public PropertyVerticalAlignmentGets/sets whether the text will be displayed as a superscript, subscript or normal baseline.  
Public PropertyVerticalOffsetGets/sets any additional offset to raise or lower the text, i.e. can be negative.  
Public PropertyWebHiddenDetermines if text will be hidden when outputting to html  
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)
See Also