Line

open class Line

Java class for anonymous complex type

.

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

{@code  }

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.