public class BoxesResizeType extends Object
Java class for BoxesResizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoxesResizeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="dimensions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="y" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="width" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="box" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="media_box" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BoxesResizeType.Dimensions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PageBoxType |
box |
protected BoxesResizeType.Dimensions |
dimensions |
protected String |
pages |
| Constructor and Description |
|---|
BoxesResizeType() |
| Modifier and Type | Method and Description |
|---|---|
PageBoxType |
getBox()
Gets the value of the box property.
|
BoxesResizeType.Dimensions |
getDimensions()
Gets the value of the dimensions property.
|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isSetBox() |
boolean |
isSetDimensions() |
boolean |
isSetPages() |
void |
setBox(PageBoxType value)
Sets the value of the box property.
|
void |
setDimensions(BoxesResizeType.Dimensions value)
Sets the value of the dimensions property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
protected BoxesResizeType.Dimensions dimensions
protected String pages
protected PageBoxType box
public BoxesResizeType.Dimensions getDimensions()
BoxesResizeType.Dimensionspublic void setDimensions(BoxesResizeType.Dimensions value)
value - allowed object is
BoxesResizeType.Dimensionspublic boolean isSetDimensions()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public PageBoxType getBox()
PageBoxTypepublic void setBox(PageBoxType value)
value - allowed object is
PageBoxTypepublic boolean isSetBox()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.