Class AnnotationRectangleType
- java.lang.Object
-
- net.webpdf.parameter.schema.extraction.info.PositionsType
-
- net.webpdf.parameter.schema.extraction.info.RectangleType
-
- net.webpdf.parameter.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.parameter.schema.extraction.info.RectangleType
height, width, x, y
-
-
Constructor Summary
Constructors Constructor Description AnnotationRectangleType()
-