Guiobject

open class Guiobject

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <attribute name="refid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="borderthickness" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="bordercolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="backgroundcolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="gradientcolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="textcolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="fontfamily" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="fontsize" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="fontbold" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="fontitalic" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the backgroundcolor property.
Link copied to clipboard
Gets the value of the bordercolor property.
Link copied to clipboard
Gets the value of the borderthickness property.
Link copied to clipboard
open fun getFontfamily(): String
Gets the value of the fontfamily property.
Link copied to clipboard
Gets the value of the fontsize property.
Link copied to clipboard
Gets the value of the gradientcolor property.
Link copied to clipboard
open fun getLocation(): String
Gets the value of the location property.
Link copied to clipboard
open fun getRefid(): BigInteger
Gets the value of the refid property.
Link copied to clipboard
open fun getSize(): String
Gets the value of the size property.
Link copied to clipboard
open fun getTextcolor(): String
Gets the value of the textcolor property.
Link copied to clipboard
open fun isFontbold(): Boolean
Gets the value of the fontbold property.
Link copied to clipboard
open fun isFontitalic(): Boolean
Gets the value of the fontitalic property.
Link copied to clipboard
open fun setBackgroundcolor(value: String)
Sets the value of the backgroundcolor property.
Link copied to clipboard
open fun setBordercolor(value: String)
Sets the value of the bordercolor property.
Link copied to clipboard
Sets the value of the borderthickness property.
Link copied to clipboard
open fun setFontbold(value: Boolean)
Sets the value of the fontbold property.
Link copied to clipboard
open fun setFontfamily(value: String)
Sets the value of the fontfamily property.
Link copied to clipboard
open fun setFontitalic(value: Boolean)
Sets the value of the fontitalic property.
Link copied to clipboard
open fun setFontsize(value: BigInteger)
Sets the value of the fontsize property.
Link copied to clipboard
open fun setGradientcolor(value: String)
Sets the value of the gradientcolor property.
Link copied to clipboard
open fun setLocation(value: String)
Sets the value of the location property.
Link copied to clipboard
open fun setRefid(value: BigInteger)
Sets the value of the refid property.
Link copied to clipboard
open fun setSize(value: String)
Sets the value of the size property.
Link copied to clipboard
open fun setTextcolor(value: String)
Sets the value of the textcolor property.