Name | Type | Description | Notes |
---|---|---|---|
BReportcellstyleBordertop | bool | Whether there is a border at the top of the Reportcell | |
BReportcellstyleBorderbottom | bool | Whether there is a border at the bottom of the Reportcell | |
BReportcellstyleBorderleft | bool | Whether there is a border at the left of the Reportcell | |
BReportcellstyleBorderright | bool | Whether there is a border at the right of the Reportcell | |
EReportcellHorizontalalignment | EnumHorizontalalignment | ||
EReportcellVerticalalignment | EnumVerticalalignment | ||
EReportcellFontweight | EnumFontweight | ||
EReportcellFontunderline | EnumFontunderline |
func NewCommonReportcellstyle(bReportcellstyleBordertop bool, bReportcellstyleBorderbottom bool, bReportcellstyleBorderleft bool, bReportcellstyleBorderright bool, eReportcellHorizontalalignment EnumHorizontalalignment, eReportcellVerticalalignment EnumVerticalalignment, eReportcellFontweight EnumFontweight, eReportcellFontunderline EnumFontunderline, ) *CommonReportcellstyle
NewCommonReportcellstyle instantiates a new CommonReportcellstyle 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 NewCommonReportcellstyleWithDefaults() *CommonReportcellstyle
NewCommonReportcellstyleWithDefaults instantiates a new CommonReportcellstyle 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 *CommonReportcellstyle) GetBReportcellstyleBordertop() bool
GetBReportcellstyleBordertop returns the BReportcellstyleBordertop field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetBReportcellstyleBordertopOk() (*bool, bool)
GetBReportcellstyleBordertopOk returns a tuple with the BReportcellstyleBordertop field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetBReportcellstyleBordertop(v bool)
SetBReportcellstyleBordertop sets BReportcellstyleBordertop field to given value.
func (o *CommonReportcellstyle) GetBReportcellstyleBorderbottom() bool
GetBReportcellstyleBorderbottom returns the BReportcellstyleBorderbottom field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetBReportcellstyleBorderbottomOk() (*bool, bool)
GetBReportcellstyleBorderbottomOk returns a tuple with the BReportcellstyleBorderbottom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetBReportcellstyleBorderbottom(v bool)
SetBReportcellstyleBorderbottom sets BReportcellstyleBorderbottom field to given value.
func (o *CommonReportcellstyle) GetBReportcellstyleBorderleft() bool
GetBReportcellstyleBorderleft returns the BReportcellstyleBorderleft field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetBReportcellstyleBorderleftOk() (*bool, bool)
GetBReportcellstyleBorderleftOk returns a tuple with the BReportcellstyleBorderleft field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetBReportcellstyleBorderleft(v bool)
SetBReportcellstyleBorderleft sets BReportcellstyleBorderleft field to given value.
func (o *CommonReportcellstyle) GetBReportcellstyleBorderright() bool
GetBReportcellstyleBorderright returns the BReportcellstyleBorderright field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetBReportcellstyleBorderrightOk() (*bool, bool)
GetBReportcellstyleBorderrightOk returns a tuple with the BReportcellstyleBorderright field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetBReportcellstyleBorderright(v bool)
SetBReportcellstyleBorderright sets BReportcellstyleBorderright field to given value.
func (o *CommonReportcellstyle) GetEReportcellHorizontalalignment() EnumHorizontalalignment
GetEReportcellHorizontalalignment returns the EReportcellHorizontalalignment field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetEReportcellHorizontalalignmentOk() (*EnumHorizontalalignment, bool)
GetEReportcellHorizontalalignmentOk returns a tuple with the EReportcellHorizontalalignment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetEReportcellHorizontalalignment(v EnumHorizontalalignment)
SetEReportcellHorizontalalignment sets EReportcellHorizontalalignment field to given value.
func (o *CommonReportcellstyle) GetEReportcellVerticalalignment() EnumVerticalalignment
GetEReportcellVerticalalignment returns the EReportcellVerticalalignment field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetEReportcellVerticalalignmentOk() (*EnumVerticalalignment, bool)
GetEReportcellVerticalalignmentOk returns a tuple with the EReportcellVerticalalignment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetEReportcellVerticalalignment(v EnumVerticalalignment)
SetEReportcellVerticalalignment sets EReportcellVerticalalignment field to given value.
func (o *CommonReportcellstyle) GetEReportcellFontweight() EnumFontweight
GetEReportcellFontweight returns the EReportcellFontweight field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetEReportcellFontweightOk() (*EnumFontweight, bool)
GetEReportcellFontweightOk returns a tuple with the EReportcellFontweight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetEReportcellFontweight(v EnumFontweight)
SetEReportcellFontweight sets EReportcellFontweight field to given value.
func (o *CommonReportcellstyle) GetEReportcellFontunderline() EnumFontunderline
GetEReportcellFontunderline returns the EReportcellFontunderline field if non-nil, zero value otherwise.
func (o *CommonReportcellstyle) GetEReportcellFontunderlineOk() (*EnumFontunderline, bool)
GetEReportcellFontunderlineOk returns a tuple with the EReportcellFontunderline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportcellstyle) SetEReportcellFontunderline(v EnumFontunderline)
SetEReportcellFontunderline sets EReportcellFontunderline field to given value.