Name | Type | Description | Notes |
---|---|---|---|
FontFamily | Pointer to NullableString | List of comma-separated fonts. The fonts will be chosen in the order they are given. If the font cannot be rendered on the end-user OS, the next font will be chosen.<br/><strong>NOTE:</strong> If no value is provided, then the following value will be applied by default when web form is opened: <code>Calibri,Roboto,"Segoe UI","Helvetica Neue"</code> | [optional] |
func NewText() *Text
NewText instantiates a new Text 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 NewTextWithDefaults() *Text
NewTextWithDefaults instantiates a new Text 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 *Text) GetFontFamily() string
GetFontFamily returns the FontFamily field if non-nil, zero value otherwise.
func (o *Text) GetFontFamilyOk() (*string, bool)
GetFontFamilyOk returns a tuple with the FontFamily field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Text) SetFontFamily(v string)
SetFontFamily sets FontFamily field to given value.
func (o *Text) HasFontFamily() bool
HasFontFamily returns a boolean if a field has been set.
func (o *Text) SetFontFamilyNil(b bool)
SetFontFamilyNil sets the value for FontFamily to be an explicit nil
func (o *Text) UnsetFontFamily()
UnsetFontFamily ensures that no value is present for FontFamily, not even an explicit nil