Type

open class Type

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">
      <sequence>
        <element name="line" maxOccurs="unbounded">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                <attribute name="space" type="{http://www.w3.org/2001/XMLSchema}double" />
                <attribute name="tOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                <attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                <attribute name="rule" type="{}rule" />
                <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
              </restriction>
            </complexContent>
          </complexType>
        </element>
      </sequence>
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Line
Java class for anonymous complex type.

Functions

Link copied to clipboard
Gets the value of the line property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.