Package net.webpdf.wsclient.openapi
Class OperationToolboxScaleScale
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationToolboxScaleScale
-
public class OperationToolboxScaleScale extends Object
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\".
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SCALE_PAGES
-
Constructor Summary
Constructors Constructor Description OperationToolboxScaleScale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationScalePagesToolboxScalegetScalePages()Get scalePagesinthashCode()OperationToolboxScaleScalescalePages(OperationScalePagesToolboxScale scalePages)voidsetScalePages(OperationScalePagesToolboxScale scalePages)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SCALE_PAGES
public static final String JSON_PROPERTY_SCALE_PAGES
- See Also:
- Constant Field Values
-
-
Method Detail
-
scalePages
public OperationToolboxScaleScale scalePages(OperationScalePagesToolboxScale scalePages)
-
getScalePages
@Nullable public @Nullable OperationScalePagesToolboxScale getScalePages()
Get scalePages- Returns:
- scalePages
-
setScalePages
public void setScalePages(OperationScalePagesToolboxScale scalePages)
-
-