DefaultTextRangeProperties Class |
Namespace: Spire.Presentation
The DefaultTextRangeProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
DefaultTextRangeProperties |
Initializes a new instance of the DefaultTextRangeProperties class.
|
|
|
DefaultTextRangeProperties(DefaultTextRangeProperties) |
Initializes a new instance of the DefaultTextRangeProperties class.
|
| Name | Description | |
|---|---|---|
|
|
AlternativeLanguage |
Gets or sets the Id of an alternative language.
|
|
|
BookmarkId |
Gets or sets bookmark target.
Read/write
String
.
|
|
|
Click |
Gets or sets the hyperlink defined for mouse click.
Read/write
ClickHyperlink
.
|
|
|
ComplexScriptFont |
Gets or sets the complex script font info.
Read/write
TextFont
.
|
|
|
EastAsianFont |
Gets or sets the East Asian font info.
Read/write
TextFont
.
|
|
|
EffectDag |
Gets the text EffectFormat properties.
Read-only
EffectDag
.
|
|
|
Fill |
Gets the text FillFormat properties.
Read-only
Fill
.
|
|
|
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
.
|
|
|
FontMinSize |
Gets or sets the minimal font size.
Read/write
Single
.
|
|
|
HighlightColor |
Gets the color used to highlight a text.
Read-only
ColorFormat
.
|
|
|
IsBold |
Indicates whether the font is bold.
Read/write
TriState
.
|
|
|
IsItalic |
Indicates whether the font is itallic.
Read/write
TriState
.
|
|
|
Kumimoji |
Indicates whether the numbers should ignore text eastern language-specific vertical text layout.
Read/write
TriState
.
|
|
|
Language |
Gets or sets the Id of a language.
Read/write
String
.
|
|
|
LatinFont |
Gets or sets the Latin font info.
Read/write
TextFont
.
|
|
|
LineSpacing |
Gets or sets the line spacing.
Read/write
Single
.
|
|
|
MouseOver |
Gets or sets the hyperlink defined for mouse over.
Read/write
ClickHyperlink
.
|
|
|
NoProofing |
Indicates whether the text would be proofed.
Read/write
TriState
.
|
|
|
NormaliseHeight |
Indicates whether the height of a text should be normalized.
Read/write
TriState
.
|
|
|
ScriptDistance |
Gets or sets the superscript or subscript text.
Read/write
Int16
.
|
|
|
SmartTagClean |
Indicates whether the smart tag should be cleaned.
Read/write
Boolean
.
|
|
|
SymbolFont |
Gets or sets the symbolic font info.
Read/write
TextFont
.
|
|
|
TextCapType |
Gets or sets the type of text capitalization.
Read/write
TextCapType
.
|
|
|
TextLineFormat |
Gets the TextLineFormat properties for text outlining.
Read-only
TextLineFormat
.
|
|
|
TextStrikethroughType |
Gets or sets the strikethrough type of a text.
Read/write
TextStrikethroughType
.
|
|
|
TextUnderlineType |
Gets or sets the text underline type.
Read/write
TextUnderlineType
.
|
|
|
UnderlineFill |
Gets the underline line FillFormat properties.
Read-only
Fill
.
|
|
|
UnderlineFormat |
Gets the LineFormat properties used to outline underline line.
Read-only
TextLineFormat
.
|
| Name | Description | |
|---|---|---|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|