Package net.webpdf.wsclient.openapi
Class OperationZoomDestinationZoomPage
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationZoomDestinationZoomPage
-
public class OperationZoomDestinationZoomPage extends Object
The zoomPage element is used to specify a location within the document. It will jump to a page in the document, select an area, and set a zoom factor for display.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationZoomDestinationZoomPage.MetricsEnumUnit for the X-axis/Y-axis position and signature field height and width arguments: * pt = Points(1/72 inch) * pc = Picas(12 points) * px = Pixels(1/96 inch) * mm = Millimeters * in = Inches
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LEFT_OFFSETstatic StringJSON_PROPERTY_METRICSstatic StringJSON_PROPERTY_PAGEstatic StringJSON_PROPERTY_TOP_OFFSETstatic StringJSON_PROPERTY_ZOOM
-
Constructor Summary
Constructors Constructor Description OperationZoomDestinationZoomPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable IntegergetLeftOffset()The area's offset from the left page margin.@Nullable OperationZoomDestinationZoomPage.MetricsEnumgetMetrics()Unit for the X-axis/Y-axis position and signature field height and width arguments: * pt = Points(1/72 inch) * pc = Picas(12 points) * px = Pixels(1/96 inch) * mm = Millimeters * in = Inches@Nullable IntegergetPage()The document page to which the jump will be.@Nullable IntegergetTopOffset()The area's offset from the top page margin.@Nullable IntegergetZoom()Used to set the value for zooming (as a percentage).inthashCode()OperationZoomDestinationZoomPageleftOffset(Integer leftOffset)OperationZoomDestinationZoomPagemetrics(OperationZoomDestinationZoomPage.MetricsEnum metrics)OperationZoomDestinationZoomPagepage(Integer page)voidsetLeftOffset(Integer leftOffset)voidsetMetrics(OperationZoomDestinationZoomPage.MetricsEnum metrics)voidsetPage(Integer page)voidsetTopOffset(Integer topOffset)voidsetZoom(Integer zoom)OperationZoomDestinationZoomPagetopOffset(Integer topOffset)StringtoString()OperationZoomDestinationZoomPagezoom(Integer zoom)
-
-
-
Field Detail
-
JSON_PROPERTY_LEFT_OFFSET
public static final String JSON_PROPERTY_LEFT_OFFSET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_METRICS
public static final String JSON_PROPERTY_METRICS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOP_OFFSET
public static final String JSON_PROPERTY_TOP_OFFSET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ZOOM
public static final String JSON_PROPERTY_ZOOM
- See Also:
- Constant Field Values
-
-
Method Detail
-
leftOffset
public OperationZoomDestinationZoomPage leftOffset(Integer leftOffset)
-
getLeftOffset
@Nullable public @Nullable Integer getLeftOffset()
The area's offset from the left page margin.- Returns:
- leftOffset
-
setLeftOffset
public void setLeftOffset(Integer leftOffset)
-
metrics
public OperationZoomDestinationZoomPage metrics(OperationZoomDestinationZoomPage.MetricsEnum metrics)
-
getMetrics
@Nullable public @Nullable OperationZoomDestinationZoomPage.MetricsEnum getMetrics()
Unit for the X-axis/Y-axis position and signature field height and width arguments: * pt = Points(1/72 inch) * pc = Picas(12 points) * px = Pixels(1/96 inch) * mm = Millimeters * in = Inches- Returns:
- metrics
-
setMetrics
public void setMetrics(OperationZoomDestinationZoomPage.MetricsEnum metrics)
-
page
public OperationZoomDestinationZoomPage 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)
-
topOffset
public OperationZoomDestinationZoomPage topOffset(Integer topOffset)
-
getTopOffset
@Nullable public @Nullable Integer getTopOffset()
The area's offset from the top page margin.- Returns:
- topOffset
-
setTopOffset
public void setTopOffset(Integer topOffset)
-
zoom
public OperationZoomDestinationZoomPage zoom(Integer zoom)
-
getZoom
@Nullable public @Nullable Integer getZoom()
Used to set the value for zooming (as a percentage). minimum: 0 maximum: 6400- Returns:
- zoom
-
setZoom
public void setZoom(Integer zoom)
-
-