Uses of Class
net.webpdf.wsclient.schema.operation.MetricsType
-
Packages that use MetricsType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of MetricsType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as MetricsType Modifier and Type Field Description protected MetricsTypeBackgroundBaseSettingsType.Position. metrics<?protected MetricsTypeBoxesResizeType.Dimensions. metrics<?protected MetricsTypeFitBoundingBoxWidthDestinationType. metrics<?protected MetricsTypeFitHeightDestinationType. metrics<?protected MetricsTypeFitRectangleDestinationType. metrics<?protected MetricsTypeFitWidthDestinationType. metrics<?protected MetricsTypeImageBaseType. metrics<?protected MetricsTypeOcrPageType. metrics<?protected MetricsTypeOptionsMarginType. metrics<?protected MetricsTypePaddedRectangleType. metrics<?protected MetricsTypePageType. metrics<?protected MetricsTypePointType. metrics<?protected MetricsTypeRectangleType. metrics<?protected MetricsTypeSignaturePositionType. metrics<?protected MetricsTypeWatermarkPositionType. metrics<?protected MetricsTypeZoomDestinationType. metrics<?Methods in net.webpdf.wsclient.schema.operation that return MetricsType Modifier and Type Method Description static MetricsTypeMetricsType. fromValue(String v)Gets the enum associated to the value passed as parameter.MetricsTypeBackgroundBaseSettingsType.Position. getMetrics()<?MetricsTypeBoxesResizeType.Dimensions. getMetrics()<?MetricsTypeFitBoundingBoxWidthDestinationType. getMetrics()<?MetricsTypeFitHeightDestinationType. getMetrics()<?MetricsTypeFitRectangleDestinationType. getMetrics()<?MetricsTypeFitWidthDestinationType. getMetrics()<?MetricsTypeImageBaseType. getMetrics()<?MetricsTypeOcrPageType. getMetrics()<?MetricsTypeOptionsMarginType. getMetrics()<?MetricsTypePaddedRectangleType. getMetrics()<?MetricsTypePageType. getMetrics()<?MetricsTypePointType. getMetrics()<?MetricsTypeRectangleType. getMetrics()<?MetricsTypeSignaturePositionType. getMetrics()<?MetricsTypeWatermarkPositionType. getMetrics()<?MetricsTypeZoomDestinationType. getMetrics()<?static MetricsTypeMetricsType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsType[]MetricsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type MetricsType Modifier and Type Method Description voidBackgroundBaseSettingsType.Position. setMetrics(MetricsType value)Sets the value of the metrics property.voidBoxesResizeType.Dimensions. setMetrics(MetricsType value)Sets the value of the metrics property.voidFitBoundingBoxWidthDestinationType. setMetrics(MetricsType value)Sets the value of the metrics property.voidFitHeightDestinationType. setMetrics(MetricsType value)Sets the value of the metrics property.voidFitRectangleDestinationType. setMetrics(MetricsType value)Sets the value of the metrics property.voidFitWidthDestinationType. setMetrics(MetricsType value)Sets the value of the metrics property.voidImageBaseType. setMetrics(MetricsType value)Sets the value of the metrics property.voidOcrPageType. setMetrics(MetricsType value)Sets the value of the metrics property.voidOptionsMarginType. setMetrics(MetricsType value)Sets the value of the metrics property.voidPaddedRectangleType. setMetrics(MetricsType value)Sets the value of the metrics property.voidPageType. setMetrics(MetricsType value)Sets the value of the metrics property.voidPointType. setMetrics(MetricsType value)Sets the value of the metrics property.voidRectangleType. setMetrics(MetricsType value)Sets the value of the metrics property.voidSignaturePositionType. setMetrics(MetricsType value)Sets the value of the metrics property.voidWatermarkPositionType. setMetrics(MetricsType value)Sets the value of the metrics property.voidZoomDestinationType. setMetrics(MetricsType value)Sets the value of the metrics property.
-