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.
Equals Returns true if both instances have the same string and formatting.
GetHashCode Returns the hashcode of the object.

Operators

Name Description
Equality Returns true if both objects are equal.
GreaterThan Returns true is an object is bigger than the other.
Inequality Returns true if both objects do not have the same value.
LessThan Returns true is an object is less than the other.

Properties

Name Description
Attributes Group of simple attributes applied to the text run.
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.
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.
Effects Effects applied to the text.
Empty Returns the text attributes with the default values.
Fill Fill style for the text.
Highlight Highlight color that is present for a run of text.
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.
IsEmpty Returns true if no members are set.
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.
Line Line style for the text.
RightToLeft This element specifies whether the contents of this run shall have right-to-left characteristics.
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.
Underline Underline fill for the text.