Package net.webpdf.wsclient.openapi
Class OperationFitPageDestinationFitPage
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationFitPageDestinationFitPage
-
public class OperationFitPageDestinationFitPage extends Object
The fitPage element is used to specify a location within the document. It will jump to a page in the document and set a zoom factor that will ensure that the entire page area is displayed.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGE
-
Constructor Summary
Constructors Constructor Description OperationFitPageDestinationFitPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable IntegergetPage()The document page to which the jump will be.inthashCode()OperationFitPageDestinationFitPagepage(Integer page)voidsetPage(Integer page)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
page
public OperationFitPageDestinationFitPage page(Integer page)
-
getPage
@Nullable public @Nullable Integer getPage()
The document page to which the jump will be. minimum: 1- Returns:
- page
-
setPage
public void setPage(Integer page)
-
-