Uses of Class
net.webpdf.wsclient.schema.operation.OCGStateType
-
Packages that use OCGStateType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OCGStateType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OCGStateType Modifier and Type Field Description protected OCGStateTypeSetOCGStateActionType.LayerState. stateMethods in net.webpdf.wsclient.schema.operation that return OCGStateType Modifier and Type Method Description static OCGStateTypeOCGStateType. fromValue(String v)OCGStateTypeSetOCGStateActionType.LayerState. getState()Gets the value of the state property.static OCGStateTypeOCGStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static OCGStateType[]OCGStateType. 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 OCGStateType Modifier and Type Method Description voidSetOCGStateActionType.LayerState. setState(OCGStateType value)Sets the value of the state property.
-