Name | Type | Description | Notes |
---|---|---|---|
FkiFontID | int32 | The unique ID 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 | int32 | The int32 representation of the Fontcolor. For example, RGB color #39435B would be 3752795 | |
ITextstylestaticSize | int32 | The Size for the Font of the Textstylestatic |
func NewTextstylestaticRequestCompound(fkiFontID int32, bTextstylestaticBold bool, bTextstylestaticUnderline bool, bTextstylestaticItalic bool, bTextstylestaticStrikethrough bool, iTextstylestaticFontcolor int32, iTextstylestaticSize int32, ) *TextstylestaticRequestCompound
NewTextstylestaticRequestCompound instantiates a new TextstylestaticRequestCompound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTextstylestaticRequestCompoundWithDefaults() *TextstylestaticRequestCompound
NewTextstylestaticRequestCompoundWithDefaults instantiates a new TextstylestaticRequestCompound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TextstylestaticRequestCompound) GetFkiFontID() int32
GetFkiFontID returns the FkiFontID field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetFkiFontIDOk() (*int32, bool)
GetFkiFontIDOk returns a tuple with the FkiFontID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetFkiFontID(v int32)
SetFkiFontID sets FkiFontID field to given value.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticBold() bool
GetBTextstylestaticBold returns the BTextstylestaticBold field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticBoldOk() (*bool, bool)
GetBTextstylestaticBoldOk returns a tuple with the BTextstylestaticBold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetBTextstylestaticBold(v bool)
SetBTextstylestaticBold sets BTextstylestaticBold field to given value.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticUnderline() bool
GetBTextstylestaticUnderline returns the BTextstylestaticUnderline field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticUnderlineOk() (*bool, bool)
GetBTextstylestaticUnderlineOk returns a tuple with the BTextstylestaticUnderline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetBTextstylestaticUnderline(v bool)
SetBTextstylestaticUnderline sets BTextstylestaticUnderline field to given value.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticItalic() bool
GetBTextstylestaticItalic returns the BTextstylestaticItalic field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticItalicOk() (*bool, bool)
GetBTextstylestaticItalicOk returns a tuple with the BTextstylestaticItalic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetBTextstylestaticItalic(v bool)
SetBTextstylestaticItalic sets BTextstylestaticItalic field to given value.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticStrikethrough() bool
GetBTextstylestaticStrikethrough returns the BTextstylestaticStrikethrough field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetBTextstylestaticStrikethroughOk() (*bool, bool)
GetBTextstylestaticStrikethroughOk returns a tuple with the BTextstylestaticStrikethrough field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetBTextstylestaticStrikethrough(v bool)
SetBTextstylestaticStrikethrough sets BTextstylestaticStrikethrough field to given value.
func (o *TextstylestaticRequestCompound) GetITextstylestaticFontcolor() int32
GetITextstylestaticFontcolor returns the ITextstylestaticFontcolor field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetITextstylestaticFontcolorOk() (*int32, bool)
GetITextstylestaticFontcolorOk returns a tuple with the ITextstylestaticFontcolor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetITextstylestaticFontcolor(v int32)
SetITextstylestaticFontcolor sets ITextstylestaticFontcolor field to given value.
func (o *TextstylestaticRequestCompound) GetITextstylestaticSize() int32
GetITextstylestaticSize returns the ITextstylestaticSize field if non-nil, zero value otherwise.
func (o *TextstylestaticRequestCompound) GetITextstylestaticSizeOk() (*int32, bool)
GetITextstylestaticSizeOk returns a tuple with the ITextstylestaticSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextstylestaticRequestCompound) SetITextstylestaticSize(v int32)
SetITextstylestaticSize sets ITextstylestaticSize field to given value.