Table of Contents

TDrawingTextProperties Record

Properties of a text run inside a drawing.

Syntax

Unit: FlexCel.Core

TDrawingTextProperties = record;

Methods

Name Description
Create Overloaded
Create(IFillStyle, TDrawingTextAttributes)
Create(IFillStyle, ILineStyle, IEffectProperties, NullableTDrawingColor, TDrawingUnderline, NullableTThemeTextFont, NullableTThemeTextFont, NullableTThemeTextFont, NullableTThemeTextFont, TDrawingHyperlink, TDrawingHyperlink, Boolean, TDrawingTextAttributes)
CompareTo Returns -1 if obj is bigger than this, 0 if both strings are the same, and 1 if obj is smaller than this.
GetHashCode Returns the hashcode of the object.
Equals Returns true if both instances have the same string and formatting.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.
LessThan Adapts the < operator so it returns true when the first parameter is smaller than the second.
GreaterThan Adapts the > operator so it returns true when the first parameter is bigger than the second.

Properties

Name Description
Empty Returns the text attributes with the default values.
Fill Fill style for the text.
Line Line style for the text.
Effects Effects applied to the text.
Highlight Highlight color that is present for a run of text.
Underline Underline fill for the text.
Latin This element specifies that a Latin font be used for a specific run of text. This font is specified with a typeface attribute much like the others but is specifically classified as a Latin font.
EastAsian This element specifies that an East Asian font be used for a specific run of text. This font is specified with a typeface attribute much like the others but is specifically classified as an East Asian font.
ComplexScript This element specifies that a complex script font be used for a specific run of text. This font is specified with a typeface attribute much like the others but is specifically classified as a complex script font.
Symbol This element specifies that a symbol script font be used for a specific run of text. This font is specified with a typeface attribute much like the others but is specifically classified as a symbol script font.
HyperlinkClick Specifies the on-click hyperlink information to be applied to a run of text. When the hyperlink text is clicked the link is fetched.
HyperlinkMouseOver Specifies the mouse-over hyperlink information to be applied to a run of text. When the mouse is hovered over this hyperlink text the link is fetched.
RightToLeft This element specifies whether the contents of this run shall have right-to-left characteristics.
Attributes Group of simple attributes applied to the text run.
IsEmpty Returns true if no members are set.