Uses of Class
net.webpdf.wsclient.schema.extraction.info.DrawModeType
-
Packages that use DrawModeType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of DrawModeType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as DrawModeType Modifier and Type Field Description protected DrawModeTypeDrawStyleType. drawModeMethods in net.webpdf.wsclient.schema.extraction.info that return DrawModeType Modifier and Type Method Description static DrawModeTypeDrawModeType. fromValue(String v)DrawModeTypeDrawStyleType. getDrawMode()Gets the value of the drawMode property.static DrawModeTypeDrawModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrawModeType[]DrawModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type DrawModeType Modifier and Type Method Description voidDrawStyleType. setDrawMode(DrawModeType value)Sets the value of the drawMode property.
-