public class WordContentType extends ContentType
Java class for WordContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WordContentType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/extraction/text}ContentType">
<sequence>
<element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/text}RectangleType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RectangleType> |
rectangle |
page, plain| Constructor and Description |
|---|
WordContentType() |
| Modifier and Type | Method and Description |
|---|---|
List<RectangleType> |
getRectangle()
Gets the value of the rectangle property.
|
boolean |
isSetRectangle() |
void |
unsetRectangle() |
getPage, getPlain, isSetPage, isSetPlain, setPage, setPlainprotected List<RectangleType> rectangle
public List<RectangleType> getRectangle()
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 rectangle property.
For example, to add a new item, do as follows:
getRectangle().add(newItem);
Objects of the following type(s) are allowed in the list
RectangleType
public boolean isSetRectangle()
public void unsetRectangle()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.