Class AnnotationRectangleType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.PositionsType
-
- net.webpdf.wsclient.schema.extraction.info.RectangleType
-
- net.webpdf.wsclient.schema.extraction.info.AnnotationRectangleType
-
public class AnnotationRectangleType extends RectangleType
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An upright rectangle positioning the annotation on the page.</p>
Java class for AnnotationRectangleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationRectangleType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.extraction.info.RectangleType
height, width, x, y
-
-
Constructor Summary
Constructors Constructor Description AnnotationRectangleType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.extraction.info.RectangleType
getHeight, getWidth, getX, getY, isSetHeight, isSetWidth, isSetX, isSetY, setHeight, setWidth, setX, setY, unsetHeight, unsetWidth, unsetX, unsetY
-
-