Uses of Class
net.webpdf.wsclient.openapi.OperationSvg.GraphicsStateModeEnum
-
Packages that use OperationSvg.GraphicsStateModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSvg.GraphicsStateModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSvg.GraphicsStateModeEnum Modifier and Type Method Description static OperationSvg.GraphicsStateModeEnumOperationSvg.GraphicsStateModeEnum. fromValue(String value)@Nullable OperationSvg.GraphicsStateModeEnumOperationSvg. getGraphicsStateMode()Selects the SVG syntax used for formatting graphics statesstatic OperationSvg.GraphicsStateModeEnumOperationSvg.GraphicsStateModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSvg.GraphicsStateModeEnum[]OperationSvg.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 OperationSvg.GraphicsStateModeEnum Modifier and Type Method Description OperationSvgOperationSvg. graphicsStateMode(OperationSvg.GraphicsStateModeEnum graphicsStateMode)voidOperationSvg. setGraphicsStateMode(OperationSvg.GraphicsStateModeEnum graphicsStateMode)
-