public class TgFText extends Object
Java class for tgFText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgFText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="p" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgp"/>
<element name="div" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgdiv"/>
<element name="span" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgspan"/>
<element name="ul" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgul" maxOccurs="unbounded"/>
<element name="ol" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgol" maxOccurs="unbounded"/>
<element name="table" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgtable" maxOccurs="unbounded"/>
<element name="br" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgbr"/>
<element name="page" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgpage"/>
<element name="Image" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgImage"/>
</choice>
<attribute name="textWidth" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
pOrDivOrSpan |
protected String |
textWidth |
| Constructor and Description |
|---|
TgFText() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getPOrDivOrSpan()
Gets the value of the pOrDivOrSpan property.
|
String |
getTextWidth()
Gets the value of the textWidth property.
|
void |
setTextWidth(String value)
Sets the value of the textWidth property.
|
protected List<JAXBElement<?>> pOrDivOrSpan
protected String textWidth
public List<JAXBElement<?>> getPOrDivOrSpan()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the JAXB object. This is why there is not a set method
for the pOrDivOrSpan property.
For example, to add a new item, do as follows:
getPOrDivOrSpan().add(newItem);
Objects of the following type(s) are allowed in the list JAXBElement<Tgp>
JAXBElement<Tgspan> JAXBElement<String>
JAXBElement<TgImage> JAXBElement<Tgul>
JAXBElement<String> JAXBElement<Tgtable>
JAXBElement<Tgdiv> JAXBElement<Tgol>
public String getTextWidth()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.