Line

open class Line

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="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="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getLength(): Double
Gets the value of the length property.
Link copied to clipboard
open fun getRule(): String
Gets the value of the rule property.
Link copied to clipboard
open fun getSOffset(): Double
Gets the value of the sOffset property.
Link copied to clipboard
open fun getSpace(): Double
Gets the value of the space property.
Link copied to clipboard
open fun getTOffset(): Double
Gets the value of the tOffset property.
Link copied to clipboard
open fun setLength(value: Double)
Sets the value of the length property.
Link copied to clipboard
open fun setRule(value: String)
Sets the value of the rule property.
Link copied to clipboard
open fun setSOffset(value: Double)
Sets the value of the sOffset property.
Link copied to clipboard
open fun setSpace(value: Double)
Sets the value of the space property.
Link copied to clipboard
open fun setTOffset(value: Double)
Sets the value of the tOffset property.