Class ScaleType.ScalePages
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ScaleType.ScalePages
-
- Enclosing class:
- ScaleType
public static class ScaleType.ScalePages extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="dimensions" type="{http://schema.webpdf.de/1.0/operation}PaddedRectangleType" minOccurs="0"/> </choice> <attGroup ref="{http://schema.webpdf.de/1.0/operation}AlignmentGroup"/> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="scaleBoxes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="preserveAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PaddedRectangleTypedimensionsprotected StringhorizontalAlignmentprotected Stringpagesprotected BooleanpreserveAspectRatioprotected BooleanscaleBoxesprotected StringverticalAlignment
-
Constructor Summary
Constructors Constructor Description ScalePages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaddedRectangleTypegetDimensions()Gets the value of the dimensions property.StringgetHorizontalAlignment()Gets the value of the horizontalAlignment property.StringgetPages()Gets the value of the pages property.StringgetVerticalAlignment()Gets the value of the verticalAlignment property.booleanisPreserveAspectRatio()Gets the value of the preserveAspectRatio property.booleanisScaleBoxes()Gets the value of the scaleBoxes property.booleanisSetDimensions()booleanisSetHorizontalAlignment()booleanisSetPages()booleanisSetPreserveAspectRatio()booleanisSetScaleBoxes()booleanisSetVerticalAlignment()voidsetDimensions(PaddedRectangleType value)Sets the value of the dimensions property.voidsetHorizontalAlignment(String value)Sets the value of the horizontalAlignment property.voidsetPages(String value)Sets the value of the pages property.voidsetPreserveAspectRatio(boolean value)Sets the value of the preserveAspectRatio property.voidsetScaleBoxes(boolean value)Sets the value of the scaleBoxes property.voidsetVerticalAlignment(String value)Sets the value of the verticalAlignment property.voidunsetPreserveAspectRatio()voidunsetScaleBoxes()
-
-
-
Field Detail
-
dimensions
protected PaddedRectangleType dimensions
-
pages
protected String pages
-
scaleBoxes
protected Boolean scaleBoxes
-
preserveAspectRatio
protected Boolean preserveAspectRatio
-
horizontalAlignment
protected String horizontalAlignment
-
verticalAlignment
protected String verticalAlignment
-
-
Method Detail
-
getDimensions
public PaddedRectangleType getDimensions()
Gets the value of the dimensions property.- Returns:
- possible object is
PaddedRectangleType
-
setDimensions
public void setDimensions(PaddedRectangleType value)
Sets the value of the dimensions property.- Parameters:
value- allowed object isPaddedRectangleType
-
isSetDimensions
public boolean isSetDimensions()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
isScaleBoxes
public boolean isScaleBoxes()
Gets the value of the scaleBoxes property.- Returns:
- possible object is
Boolean
-
setScaleBoxes
public void setScaleBoxes(boolean value)
Sets the value of the scaleBoxes property.- Parameters:
value- allowed object isBoolean
-
isSetScaleBoxes
public boolean isSetScaleBoxes()
-
unsetScaleBoxes
public void unsetScaleBoxes()
-
isPreserveAspectRatio
public boolean isPreserveAspectRatio()
Gets the value of the preserveAspectRatio property.- Returns:
- possible object is
Boolean
-
setPreserveAspectRatio
public void setPreserveAspectRatio(boolean value)
Sets the value of the preserveAspectRatio property.- Parameters:
value- allowed object isBoolean
-
isSetPreserveAspectRatio
public boolean isSetPreserveAspectRatio()
-
unsetPreserveAspectRatio
public void unsetPreserveAspectRatio()
-
getHorizontalAlignment
public String getHorizontalAlignment()
Gets the value of the horizontalAlignment property.- Returns:
- possible object is
String
-
setHorizontalAlignment
public void setHorizontalAlignment(String value)
Sets the value of the horizontalAlignment property.- Parameters:
value- allowed object isString
-
isSetHorizontalAlignment
public boolean isSetHorizontalAlignment()
-
getVerticalAlignment
public String getVerticalAlignment()
Gets the value of the verticalAlignment property.- Returns:
- possible object is
String
-
setVerticalAlignment
public void setVerticalAlignment(String value)
Sets the value of the verticalAlignment property.- Parameters:
value- allowed object isString
-
isSetVerticalAlignment
public boolean isSetVerticalAlignment()
-
-