Package net.webpdf.wsclient.openapi
Class OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth
-
public class OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth extends Object
The fitBoundingBoxWidth 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 width is displayed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth.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_METRICSstatic StringJSON_PROPERTY_PAGEstatic StringJSON_PROPERTY_TOP_OFFSET
-
Constructor Summary
Constructors Constructor Description OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth()
-
Method Summary
-
-
-
Field Detail
-
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
-
-
Method Detail
-
metrics
public OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth metrics(OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth.MetricsEnum metrics)
-
getMetrics
@Nullable public @Nullable OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth.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(OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth.MetricsEnum metrics)
-
page
public OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth 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 OperationFitBoundingBoxWidthDestinationFitBoundingBoxWidth 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)
-
-