Class SelectionBoxType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SelectionBoxType
-
public class SelectionBoxType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects a specific box of a given page range of a PDF document.</p>
Java class for SelectionBoxType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectionBoxType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" /> <attribute name="box" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PageBoxTypebox<?protected Stringpages<?
-
Constructor Summary
Constructors Constructor Description SelectionBoxType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageBoxTypegetBox()<?StringgetPages()<?booleanisSetBox()booleanisSetPages()voidsetBox(PageBoxType value)Sets the value of the box property.voidsetPages(String value)Sets the value of the pages property.
-
-
-
Field Detail
-
pages
protected String pages
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the page(s) from which boxes should be removed. The page number can be an individual page, a page range, or a list (separated with commas) (e.g., "1,5-6,9"). To specify "all pages," use an asterisk ("*").</p>
-
box
protected PageBoxType box
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the box to remove. <ul><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>
-
-
Method Detail
-
getPages
public String getPages()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the page(s) from which boxes should be removed. The page number can be an individual page, a page range, or a list (separated with commas) (e.g., "1,5-6,9"). To specify "all pages," use an asterisk ("*").</p>- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString- See Also:
getPages()
-
isSetPages
public boolean isSetPages()
-
getBox
public PageBoxType getBox()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the box to remove. <ul><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>- Returns:
- possible object is
PageBoxType
-
setBox
public void setBox(PageBoxType value)
Sets the value of the box property.- Parameters:
value- allowed object isPageBoxType- See Also:
getBox()
-
isSetBox
public boolean isSetBox()
-
-