Uses of Class
net.webpdf.wsclient.schema.operation.OutlineTransitionDirectionType
-
Packages that use OutlineTransitionDirectionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OutlineTransitionDirectionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OutlineTransitionDirectionType Modifier and Type Field Description protected OutlineTransitionDirectionTypeTransitionActionType. directionMethods in net.webpdf.wsclient.schema.operation that return OutlineTransitionDirectionType Modifier and Type Method Description static OutlineTransitionDirectionTypeOutlineTransitionDirectionType. fromValue(String v)OutlineTransitionDirectionTypeTransitionActionType. getDirection()Gets the value of the direction property.static OutlineTransitionDirectionTypeOutlineTransitionDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutlineTransitionDirectionType[]OutlineTransitionDirectionType. 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 OutlineTransitionDirectionType Modifier and Type Method Description voidTransitionActionType. setDirection(OutlineTransitionDirectionType value)Sets the value of the direction property.
-