public class BoxesType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected RectangleType |
artBox |
protected RectangleType |
bleedBox |
protected RectangleType |
cropBox |
protected RectangleType |
mediaBox |
protected RectangleType |
trimBox |
| Constructor and Description |
|---|
BoxesType() |
| Modifier and Type | Method and Description |
|---|---|
RectangleType |
getArtBox()
Gets the value of the artBox property.
|
RectangleType |
getBleedBox()
Gets the value of the bleedBox property.
|
RectangleType |
getCropBox()
Gets the value of the cropBox property.
|
RectangleType |
getMediaBox()
Gets the value of the mediaBox property.
|
RectangleType |
getTrimBox()
Gets the value of the trimBox property.
|
boolean |
isSetArtBox() |
boolean |
isSetBleedBox() |
boolean |
isSetCropBox() |
boolean |
isSetMediaBox() |
boolean |
isSetTrimBox() |
void |
setArtBox(RectangleType value)
Sets the value of the artBox property.
|
void |
setBleedBox(RectangleType value)
Sets the value of the bleedBox property.
|
void |
setCropBox(RectangleType value)
Sets the value of the cropBox property.
|
void |
setMediaBox(RectangleType value)
Sets the value of the mediaBox property.
|
void |
setTrimBox(RectangleType value)
Sets the value of the trimBox property.
|
protected RectangleType mediaBox
protected RectangleType cropBox
protected RectangleType bleedBox
protected RectangleType trimBox
protected RectangleType artBox
public RectangleType getMediaBox()
RectangleTypepublic void setMediaBox(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetMediaBox()
public RectangleType getCropBox()
RectangleTypepublic void setCropBox(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetCropBox()
public RectangleType getBleedBox()
RectangleTypepublic void setBleedBox(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetBleedBox()
public RectangleType getTrimBox()
RectangleTypepublic void setTrimBox(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetTrimBox()
public RectangleType getArtBox()
RectangleTypepublic void setArtBox(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetArtBox()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.