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. metricsprotected MetricsTypeBoxesResizeType.Dimensions. metricsprotected MetricsTypeFitBoundingBoxWidthDestinationType. metricsprotected MetricsTypeFitHeightDestinationType. metricsprotected MetricsTypeFitRectangleDestinationType. metricsprotected MetricsTypeFitWidthDestinationType. metricsprotected MetricsTypeImageBaseType. metricsprotected MetricsTypeOcrPageType. metricsprotected MetricsTypeOptionsMarginType. metricsprotected MetricsTypePaddedRectangleType. metricsprotected MetricsTypePageType. metricsprotected MetricsTypePointType. metricsprotected MetricsTypeRectangleType. metricsprotected MetricsTypeSignaturePositionType. metricsprotected MetricsTypeWatermarkPositionType. metricsprotected MetricsTypeZoomDestinationType. metricsMethods in net.webpdf.wsclient.schema.operation that return MetricsType Modifier and Type Method Description static MetricsTypeMetricsType. fromValue(String v)MetricsTypeBackgroundBaseSettingsType.Position. getMetrics()Gets the value of the metrics property.MetricsTypeBoxesResizeType.Dimensions. getMetrics()Gets the value of the metrics property.MetricsTypeFitBoundingBoxWidthDestinationType. getMetrics()Gets the value of the metrics property.MetricsTypeFitHeightDestinationType. getMetrics()Gets the value of the metrics property.MetricsTypeFitRectangleDestinationType. getMetrics()Gets the value of the metrics property.MetricsTypeFitWidthDestinationType. getMetrics()Gets the value of the metrics property.MetricsTypeImageBaseType. getMetrics()Gets the value of the metrics property.MetricsTypeOcrPageType. getMetrics()Gets the value of the metrics property.MetricsTypeOptionsMarginType. getMetrics()Gets the value of the metrics property.MetricsTypePaddedRectangleType. getMetrics()Gets the value of the metrics property.MetricsTypePageType. getMetrics()Gets the value of the metrics property.MetricsTypePointType. getMetrics()Gets the value of the metrics property.MetricsTypeRectangleType. getMetrics()Gets the value of the metrics property.MetricsTypeSignaturePositionType. getMetrics()Gets the value of the metrics property.MetricsTypeWatermarkPositionType. getMetrics()Gets the value of the metrics property.MetricsTypeZoomDestinationType. getMetrics()Gets the value of the metrics property.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.
-