public class Label extends Object
Java class for LabelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Text" type="{}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
Text |
getText()
Gets the value of the text property.
|
void |
setText(Text value)
Sets the value of the text property.
|
protected Text text
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.