Class BoxesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BoxesType
-
public class BoxesType extends Object
<?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">This type is used to describe the boxes of a page.</p>
Java class for BoxesType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="BoxesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mediaBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/> <element name="cropBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> <element name="bleedBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> <element name="trimBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> <element name="artBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RectangleTypeartBox<?protected RectangleTypebleedBox<?protected RectangleTypecropBox<?protected RectangleTypemediaBox<?protected RectangleTypetrimBox<?
-
Constructor Summary
Constructors Constructor Description BoxesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleTypegetArtBox()<?RectangleTypegetBleedBox()<?RectangleTypegetCropBox()<?RectangleTypegetMediaBox()<?RectangleTypegetTrimBox()<?booleanisSetArtBox()booleanisSetBleedBox()booleanisSetCropBox()booleanisSetMediaBox()booleanisSetTrimBox()voidsetArtBox(RectangleType value)Sets the value of the artBox property.voidsetBleedBox(RectangleType value)Sets the value of the bleedBox property.voidsetCropBox(RectangleType value)Sets the value of the cropBox property.voidsetMediaBox(RectangleType value)Sets the value of the mediaBox property.voidsetTrimBox(RectangleType value)Sets the value of the trimBox property.
-
-
-
Field Detail
-
mediaBox
protected RectangleType mediaBox
<?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">The page's physical dimensions.</p>
-
cropBox
protected RectangleType cropBox
<?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">The visible (printable) page area.</p>
-
bleedBox
protected RectangleType bleedBox
<?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">Untrimmed content position on the page (content dimensions plus trim box).</p>
-
trimBox
protected RectangleType trimBox
<?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">Trimmed content position on the page (final content dimensions).</p>
-
artBox
protected RectangleType artBox
<?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">Position for special page content (images).</p>
-
-
Method Detail
-
getMediaBox
public RectangleType getMediaBox()
<?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">The page's physical dimensions.</p>
- Returns:
- possible object is
RectangleType
-
setMediaBox
public void setMediaBox(RectangleType value)
Sets the value of the mediaBox property.- Parameters:
value- allowed object isRectangleType- See Also:
getMediaBox()
-
isSetMediaBox
public boolean isSetMediaBox()
-
getCropBox
public RectangleType getCropBox()
<?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">The visible (printable) page area.</p>
- Returns:
- possible object is
RectangleType
-
setCropBox
public void setCropBox(RectangleType value)
Sets the value of the cropBox property.- Parameters:
value- allowed object isRectangleType- See Also:
getCropBox()
-
isSetCropBox
public boolean isSetCropBox()
-
getBleedBox
public RectangleType getBleedBox()
<?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">Untrimmed content position on the page (content dimensions plus trim box).</p>
- Returns:
- possible object is
RectangleType
-
setBleedBox
public void setBleedBox(RectangleType value)
Sets the value of the bleedBox property.- Parameters:
value- allowed object isRectangleType- See Also:
getBleedBox()
-
isSetBleedBox
public boolean isSetBleedBox()
-
getTrimBox
public RectangleType getTrimBox()
<?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">Trimmed content position on the page (final content dimensions).</p>
- Returns:
- possible object is
RectangleType
-
setTrimBox
public void setTrimBox(RectangleType value)
Sets the value of the trimBox property.- Parameters:
value- allowed object isRectangleType- See Also:
getTrimBox()
-
isSetTrimBox
public boolean isSetTrimBox()
-
getArtBox
public RectangleType getArtBox()
<?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">Position for special page content (images).</p>
- Returns:
- possible object is
RectangleType
-
setArtBox
public void setArtBox(RectangleType value)
Sets the value of the artBox property.- Parameters:
value- allowed object isRectangleType- See Also:
getArtBox()
-
isSetArtBox
public boolean isSetArtBox()
-
-