Click or drag to resize

TextRange Class

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 sealed class TextRange : TextCharacterProperties, 
	IActiveSlide, IActivePresentation

The TextRange type exposes the following members.

Constructors
Name Description
Public method TextRange
Initializes a new instance of the TextRange class
Public method TextRange(String)
Initializes a new instance of the TextRange class
Public method TextRange(TextRange)
Initializes a new instance of the TextRange class
Top
Properties
Name Description
Public property AlternativeLanguage
Gets or sets the alternative language. Read/write String .
(Inherited from TextCharacterProperties .)
Public property BookmarkId
Gets or sets bookmark identifier. Read/write String .
(Inherited from TextCharacterProperties .)
Public property ClickAction
Gets or sets the hyperlink defined for mouse click. Read/write ClickHyperlink .
(Inherited from TextCharacterProperties .)
Public property ComplexScriptFont
Gets or sets the complex script font info. Read/write TextFont .
(Inherited from TextCharacterProperties .)
Public property DefaultLatinFont
Gets or sets the DefaultLatin font info.
(Inherited from TextCharacterProperties .)
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
(Inherited from TextCharacterProperties .)
Public property DisPlayFormat
Display text range's formatting, Read Only.
Public property EastAsianFont
Gets or sets the East Asian font info. Read/write TextFont .
(Inherited from TextCharacterProperties .)
Public property EffectDag
Gets the text EffectFormat properties. Read-only EffectDag .
(Inherited from TextCharacterProperties .)
Public property Field
Public property Fill
Gets the text FillFormat properties. Read-only Fill .
(Inherited from TextCharacterProperties .)
Public property FontHeight
Gets or sets the font height of a text range. Read/write Int16 .
(Inherited from TextCharacterProperties .)
Public property FontMinSize
Gets or sets the minimal font size. Read/write Single .
(Inherited from TextCharacterProperties .)
Public property Format
Gets or sets text range's formatting. Readonly [!:DefaultTextRunProperties] .
Public property HasClickAction
Indicates whether text character properties ahas clickAction.
(Inherited from TextCharacterProperties .)
Public property HighlightColor
Gets the color used to highlight a text. Read-only ColorFormat .
(Inherited from TextCharacterProperties .)
Public property IsBold
Indicates whether the font is bold. Read/write TriState .
(Inherited from TextCharacterProperties .)
Public property IsInheritUnderlineFill (Inherited from TextCharacterProperties .)
Public property IsItalic
Indicates whether the font is itallic. Read/write TriState .
(Inherited from TextCharacterProperties .)
Public property Kumimoji
Indicates whether use eastern language-specific vertical text layout. Read/write TriState .
(Inherited from TextCharacterProperties .)
Public property Language
Gets or sets thelanguage. Read/write String .
(Inherited from TextCharacterProperties .)
Public property LatinFont
Gets or sets the Latin font info. Read/write TextFont .
(Inherited from TextCharacterProperties .)
Public property LineSpacing
Gets or sets the line spacing. Read/write Single .
(Inherited from TextCharacterProperties .)
Public property MouseOverAction
Gets or sets the hyperlink defined for mouse over. Read/write ClickHyperlink .
(Inherited from TextCharacterProperties .)
Public property NoProofing
Indicates whether the text would be proofed. Read/write TriState .
(Inherited from TextCharacterProperties .)
Public property NormalizeHeights
Indicates whether the height of a text should be normalized. Read/write TriState .
(Inherited from TextCharacterProperties .)
Public property Paragraph
Gets paragraph of text range.
Public property ScriptDistance
Gets or sets the superscript or subscript text. Read/write Int16 .
(Inherited from TextCharacterProperties .)
Public property SmartTagClean
Indicates whether the smart tag should be cleaned. Read/write Boolean .
(Inherited from TextCharacterProperties .)
Public property SymbolFont
Gets or sets the symbolic font info. Read/write TextFont .
(Inherited from TextCharacterProperties .)
Public property Text
Public property TextCapType
Gets or sets the type of text capitalization. Read/write TextCapType .
(Inherited from TextCharacterProperties .)
Public property TextLineFormat
Gets the LineFormat properties for text outlining. Read-only TextLineFormat .
(Inherited from TextCharacterProperties .)
Public property TextStrikethroughType
Gets or sets the strikethrough type of a text. Read/write TextStrikethroughType .
(Inherited from TextCharacterProperties .)
Public property TextUnderlineType
Gets or sets the text underline type. Read/write TextUnderlineType .
(Inherited from TextCharacterProperties .)
Public property UnderlineFillFormat
Gets the underline line FillFormat properties. Read-only Fill .
(Inherited from TextCharacterProperties .)
Public property UnderlineFormat
Gets the LineFormat properties used to outline underline line. Read-only TextLineFormat .
(Inherited from TextCharacterProperties .)
Top
Methods
Name Description
Public method AddField
Public method Equals (Overrides TextCharacterProperties Equals(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 .)
Public method RemoveField
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also