Click or drag to resize

DefaultTextRangeProperties Class

Contains the text range formatting properties.
Inheritance Hierarchy
System Object
Spire.Presentation DefaultTextRangeProperties

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

The DefaultTextRangeProperties type exposes the following members.

Constructors
Name Description
Public method DefaultTextRangeProperties
Initializes a new instance of the DefaultTextRangeProperties class.
Public method DefaultTextRangeProperties(DefaultTextRangeProperties)
Initializes a new instance of the DefaultTextRangeProperties class.
Top
Properties
Name Description
Public property AlternativeLanguage
Gets or sets the Id of an alternative language.
Public property BookmarkId
Gets or sets bookmark target. Read/write String .
Public property Click
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 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. float.NaN means height is undefined and should be inherited from the Master. Read/write Int16 .
Public property FontMinSize
Gets or sets the minimal font size. Read/write Single .
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 IsItalic
Indicates whether the font is itallic. Read/write TriState .
Public property Kumimoji
Indicates whether the numbers should ignore text eastern language-specific vertical text layout. Read/write TriState .
Public property Language
Gets or sets the Id of a language. 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 MouseOver
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 NormaliseHeight
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 TextLineFormat 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 UnderlineFill
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