Click or drag to resize

TextCharacterProperties Class

Represents a text rane with formatting.
Inheritance Hierarchy
System Object
Spire.Presentation TextCharacterProperties
Spire.Presentation TextRange

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class TextCharacterProperties : IActiveSlide, 
	IActivePresentation

The TextCharacterProperties type exposes the following members.

Constructors
Name Description
Public method TextCharacterProperties
Initializes a new instance of the TextCharacterProperties class.
Public method TextCharacterProperties(TextCharacterProperties)
Initializes a new instance of the TextCharacterProperties class.
Top
Properties
Name Description
Public property AlternativeLanguage
Gets or sets the alternative language. Read/write String .
Public property BookmarkId
Gets or sets bookmark identifier. Read/write String .
Public property ClickAction
Gets or sets the hyperlink defined for mouse click. Read/write ClickHyperlink .
Public property ComplexScriptFont
Gets or sets the complex script font info. Read/write TextFont .
Public property DefaultLatinFont
Gets or sets the DefaultLatin font info.
Public property DisplayFill
Gets the text FillFormat properties. if textRange FillType is Undefined,display FillFormat properties inherited from the paragraph\textFrame\layoutSlide\master. Read-only
Public property EastAsianFont
Gets or sets the East Asian font info. Read/write TextFont .
Public property EffectDag
Gets the text EffectFormat properties. Read-only EffectDag .
Public property Fill
Gets the text FillFormat properties. Read-only Fill .
Public property FontHeight
Gets or sets the font height of a text range. Read/write Int16 .
Public property FontMinSize
Gets or sets the minimal font size. Read/write Single .
Public property Format
Gets the text range format for this object. Read-only DefaultTextRangeProperties .
Public property HasClickAction
Indicates whether text character properties ahas clickAction.
Public property HighlightColor
Gets the color used to highlight a text. Read-only ColorFormat .
Public property IsBold
Indicates whether the font is bold. Read/write TriState .
Public property IsInheritUnderlineFill
Public property IsItalic
Indicates whether the font is itallic. Read/write TriState .
Public property Kumimoji
Indicates whether use eastern language-specific vertical text layout. Read/write TriState .
Public property Language
Gets or sets thelanguage. Read/write String .
Public property LatinFont
Gets or sets the Latin font info. Read/write TextFont .
Public property LineSpacing
Gets or sets the line spacing. Read/write Single .
Public property MouseOverAction
Gets or sets the hyperlink defined for mouse over. Read/write ClickHyperlink .
Public property NoProofing
Indicates whether the text would be proofed. Read/write TriState .
Public property NormalizeHeights
Indicates whether the height of a text should be normalized. Read/write TriState .
Public property ScriptDistance
Gets or sets the superscript or subscript text. Read/write Int16 .
Public property SmartTagClean
Indicates whether the smart tag should be cleaned. Read/write Boolean .
Public property SymbolFont
Gets or sets the symbolic font info. Read/write TextFont .
Public property TextCapType
Gets or sets the type of text capitalization. Read/write TextCapType .
Public property TextLineFormat
Gets the LineFormat properties for text outlining. Read-only TextLineFormat .
Public property TextStrikethroughType
Gets or sets the strikethrough type of a text. Read/write TextStrikethroughType .
Public property TextUnderlineType
Gets or sets the text underline type. Read/write TextUnderlineType .
Public property UnderlineFillFormat
Gets the underline line FillFormat properties. Read-only Fill .
Public property UnderlineFormat
Gets the LineFormat properties used to outline underline line. Read-only TextLineFormat .
Top
Methods
Name Description
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also