FontSettingCollection Class
Contents
[
Hide
]FontSettingCollection class
Represents the list of
type FontSettingCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| SetWordArtStyle | Sets the preset WordArt style. |
| GetTextAlignment | Represents the alignment setting of the text body. |
| GetTextParagraphs | Gets all paragraphs. |
| GetParagraphEnumerator | Gets the enumerator of the paragraphs. |
| GetText | Gets and sets the text of the shape. |
| SetText | Gets and sets the text of the shape. |
| AppendText | Appends the text. |
| InsertText | Insert index at the position. |
| Replace_Int_Int_String | Replace the text. |
| Replace_String_String | Replace the text. |
| DeleteText | Delete some characters. |
| GetHtmlString | Gets and sets the html string which contains data and some formats in this shape. |
| SetHtmlString | Gets and sets the html string which contains data and some formats in this shape. |
| Format | Format the text with font setting. |
| Get | Gets the FontSetting by the index. |
| Clear | Clear all setting. |
| Equals | |
| GetHashCode | |
| GetCount |