Class ScaleType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.ScaleType
-
- All Implemented Interfaces:
ParameterInterface
public class ScaleType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The scale operation element can be used to scale pages in the document. In the following passage, terms such as the "media box", the "bleed box" and similar are used. This assumes, therefore, that you are familiar with the contexts described in the chapter "Display options".</p>
Java class for ScaleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScaleType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <choice> <element name="scalePages" minOccurs="0"> <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> </element> </choice> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScaleType.ScalePagesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ScaleType.ScalePagesscalePages
-
Constructor Summary
Constructors Constructor Description ScaleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScaleType.ScalePagesgetScalePages()Gets the value of the scalePages property.booleanisSetScalePages()voidsetScalePages(ScaleType.ScalePages value)Sets the value of the scalePages property.
-
-
-
Field Detail
-
scalePages
protected ScaleType.ScalePages scalePages
-
-
Method Detail
-
getScalePages
public ScaleType.ScalePages getScalePages()
Gets the value of the scalePages property.- Returns:
- possible object is
ScaleType.ScalePages
-
setScalePages
public void setScalePages(ScaleType.ScalePages value)
Sets the value of the scalePages property.- Parameters:
value- allowed object isScaleType.ScalePages
-
isSetScalePages
public boolean isSetScalePages()
-
-