A Textstylestatic Object
| Name | Type | Description | Notes |
|---|---|---|---|
| PkiTextstylestaticID | int | The unique ID of the Textstylestatic | [optional] |
| FkiFontID | int | The unique ID of the Font | |
| SFontName | string | The name of the Font | |
| BTextstylestaticBold | bool | Whether the Textstylestatic is Bold or not | |
| BTextstylestaticUnderline | bool | Whether the Textstylestatic is Underline or not | |
| BTextstylestaticItalic | bool | Whether the Textstylestatic is Italic or not | |
| BTextstylestaticStrikethrough | bool | Whether the Textstylestatic is Strikethrough or not | |
| ITextstylestaticFontcolor | int | The int32 representation of the Fontcolor. For example, RGB color #39435B would be 3752795 | |
| ITextstylestaticSize | int | The Size for the Font of the Textstylestatic |