public class XmlAdhocTextField extends XmlAdhocComponent
Java class for TextField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextField">
<complexContent>
<extension base="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Component">
<attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
XmlAdhocTextField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the value of the text property.
|
void |
setText(String value)
Sets the value of the text property.
|
getHeight, getKey, getProperty, getStyle, getWidth, setHeight, setKey, setStyle, setWidthprotected String text
Copyright © 2010–2021. All rights reserved.