Package net.webpdf.wsclient.openapi
Class OperationFitBoundingBoxDestinationFitBoundingBox
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationFitBoundingBoxDestinationFitBoundingBox
-
public class OperationFitBoundingBoxDestinationFitBoundingBox extends Object
The fitBoundingBox 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 content area is displayed.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGE
-
Constructor Summary
Constructors Constructor Description OperationFitBoundingBoxDestinationFitBoundingBox()
-
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()OperationFitBoundingBoxDestinationFitBoundingBoxpage(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 OperationFitBoundingBoxDestinationFitBoundingBox 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)
-
-