# TextstylestaticResponse

## Properties
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 | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)