FontSetting Class
FontSetting class
Represents a range of characters within the cell text.
type FontSetting struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewFontSetting |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| 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. |
| GetType | Gets the type of text node. |