TextParagraph Class
Contents
[
Hide
]TextParagraph class
Represents the text paragraph setting.
type TextParagraph struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewTextParagraph | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetBullet | Gets the bullet. |
GetType | Gets the type of text node. |
GetLineSpaceSizeType | Gets and sets the amount of vertical white space that will be used within a paragraph. |
SetLineSpaceSizeType | Gets and sets the amount of vertical white space that will be used within a paragraph. |
GetLineSpace | Gets and sets the amount of vertical white space that will be used within a paragraph. |
SetLineSpace | Gets and sets the amount of vertical white space that will be used within a paragraph. |
GetSpaceAfterSizeType | Gets and sets the amount of vertical white space that will be present after a paragraph. |
SetSpaceAfterSizeType | Gets and sets the amount of vertical white space that will be present after a paragraph. |
GetSpaceAfter | Gets and sets the amount of vertical white space that will be present after a paragraph. |
SetSpaceAfter | Gets and sets the amount of vertical white space that will be present after a paragraph. |
GetSpaceBeforeSizeType | Gets and sets the amount of vertical white space that will be present before a paragraph. |
SetSpaceBeforeSizeType | Gets and sets the amount of vertical white space that will be present before a paragraph. |
GetSpaceBefore | Gets and sets the amount of vertical white space that will be present before a paragraph. |
SetSpaceBefore | Gets and sets the amount of vertical white space that will be present before a paragraph. |
GetStops | Gets tab stop list. |
IsLatinLineBreak | Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. |
SetIsLatinLineBreak | Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. |
IsEastAsianLineBreak | Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. |
SetIsEastAsianLineBreak | Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. |
IsHangingPunctuation | Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. |
SetIsHangingPunctuation | Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. |
GetRightMargin | Specifies the right margin of the paragraph. |
SetRightMargin | Specifies the right margin of the paragraph. |
GetLeftMargin | Specifies the left margin of the paragraph. |
SetLeftMargin | Specifies the left margin of the paragraph. |
GetFirstLineIndent | Specifies the indent size that will be applied to the first line of text in the paragraph. |
SetFirstLineIndent | Specifies the indent size that will be applied to the first line of text in the paragraph. |
GetFontAlignType | Determines where vertically on a line of text the actual words are positioned. This dealswith vertical placement of the characters with respect to the baselines. |
SetFontAlignType | Determines where vertically on a line of text the actual words are positioned. This dealswith vertical placement of the characters with respect to the baselines. |
GetAlignmentType | Gets and sets the text horizontal alignment type of the paragraph. |
SetAlignmentType | Gets and sets the text horizontal alignment type of the paragraph. |
GetDefaultTabSize | Gets and sets the default size for a tab character within this paragraph. |
SetDefaultTabSize | Gets and sets the default size for a tab character within this paragraph. |
GetStartIndex | Gets the start index of the characters. |
GetLength | Gets the length of the characters. |
GetFont | Returns the font of this object. |
SetWordArtStyle | Sets the preset WordArt style. |
GetTextOptions | Returns the text options. |