Uses of Enum Class
com.datalogics.PDFL.HighlightStyle
Packages that use HighlightStyle
-
Uses of HighlightStyle in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return HighlightStyleModifier and TypeMethodDescriptionLinkAnnotation.getHighlight()The Highlighstyle for this link.static HighlightStyleReturns the enum constant of this class with the specified name.static HighlightStyle[]HighlightStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type HighlightStyleModifier and TypeMethodDescriptionvoidLinkAnnotation.setHighlight(HighlightStyle style) The Highlighstyle for this link.