Uses of Class
net.webpdf.wsclient.openapi.OperationSvgFormat.GraphicsStateModeEnum
-
Packages that use OperationSvgFormat.GraphicsStateModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSvgFormat.GraphicsStateModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSvgFormat.GraphicsStateModeEnum Modifier and Type Method Description static OperationSvgFormat.GraphicsStateModeEnumOperationSvgFormat.GraphicsStateModeEnum. fromValue(String value)@Nullable OperationSvgFormat.GraphicsStateModeEnumOperationSvgFormat. getGraphicsStateMode()Selects the SVG syntax used for formatting graphics statesstatic OperationSvgFormat.GraphicsStateModeEnumOperationSvgFormat.GraphicsStateModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSvgFormat.GraphicsStateModeEnum[]OperationSvgFormat.GraphicsStateModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationSvgFormat.GraphicsStateModeEnum Modifier and Type Method Description OperationSvgFormatOperationSvgFormat. graphicsStateMode(OperationSvgFormat.GraphicsStateModeEnum graphicsStateMode)voidOperationSvgFormat. setGraphicsStateMode(OperationSvgFormat.GraphicsStateModeEnum graphicsStateMode)
-