Guiacquiredmethod

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="backgroundcolor" 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
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
open fun getRefid(): BigInteger
Gets the value of the refid 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 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 setRefid(value: BigInteger)
Sets the value of the refid property.
Link copied to clipboard
open fun setTextcolor(value: String)
Sets the value of the textcolor property.