Table of Contents

TDrawingTextProperties Structure

Properties of a text run inside a drawing.

Syntax

Namespace: FlexCel.Core

public struct TDrawingTextProperties

Constructors

Methods

Name Description
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 Returns true if both objects are equal.
Inequality Returns true if both objects do not have the same value.
LessThan Returns true is an object is less than the other.
GreaterThan Returns true is an object is bigger than the other.

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.