TDrawingParagraphProperties Structure
Properties of a text paragraph inside a drawing.
Syntax
Namespace: FlexCel.Core
public struct TDrawingParagraphProperties
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.
FromAlign
Returns an empty paragraph with a specific align.
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
Algn
Specifies the alignment that is to be applied to the paragraph.
DefaultTextRunProperties
Default text properties for the text inside a paragraph.
DefTabSz
Specifies the default size for a tab character within this paragraph. This attribute should be used to describe the spacing of tabs within the paragraph instead of a leading indentation tab. For indentation tabs there are the marL and indent attributes to assist with this.
EaLnBrk
Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added.
Empty
Returns a paragraph with the default values.
FontAlgn
Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines.
HangingPunct
Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text.
HasDefaultTextRunProperties
Returns true if the paragraph has defined DefaultTextRunProperties even if it is empty.
Indent
Specifies the indent size that is applied to the first line of text in the paragraph. An indentation of 0 is considered to be at the same location as marL attribute.
IsEmpty
Returns true if no members are set.
LatinLnBrk
Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added.
Lvl
Specifies the particular level text properties that this paragraph follows.
MarL
Specifies the left margin of the paragraph.
MarR
Specifies the right margin of the paragraph.
Rtl
Specifies whether the text is right-to-left or left-to-right in its flow direction. If null, the value is not known.