Class WordContentType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.text.ContentType
-
- net.webpdf.wsclient.schema.extraction.text.WordContentType
-
- Direct Known Subclasses:
WordType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<RectangleType>rectangle-
Fields inherited from class net.webpdf.wsclient.schema.extraction.text.ContentType
page, plain
-
-
Constructor Summary
Constructors Constructor Description WordContentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RectangleType>getRectangle()Gets the value of the rectangle property.booleanisSetRectangle()voidunsetRectangle()-
Methods inherited from class net.webpdf.wsclient.schema.extraction.text.ContentType
getPage, getPlain, isSetPage, isSetPlain, setPage, setPlain
-
-
-
-
Field Detail
-
rectangle
protected List<RectangleType> rectangle
-
-
Method Detail
-
getRectangle
public List<RectangleType> getRectangle()
Gets the value of the rectangle property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the rectangle property.
-
isSetRectangle
public boolean isSetRectangle()
-
unsetRectangle
public void unsetRectangle()
-
-