Uses of Enum
com.dynamicpdf.api.OutlineStyle
Packages that use OutlineStyle
-
Uses of OutlineStyle in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return OutlineStyleModifier and TypeMethodDescriptionOutline.getStyle()
Gets the style of the outline.static OutlineStyle
Returns the enum constant of this type with the specified name.static OutlineStyle[]
OutlineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api with parameters of type OutlineStyleModifier and TypeMethodDescriptionvoid
Outline.setStyle(OutlineStyle value)
Sets the style of the outline.