Uses of Enum Class
com.datalogics.PDFL.TextRenderMode
Packages that use TextRenderMode
-
Uses of TextRenderMode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return TextRenderModeModifier and TypeMethodDescriptionTextState.getRenderMode()The current text rendering mode (corresponding to the Tr operator).static TextRenderModeReturns the enum constant of this class with the specified name.static TextRenderMode[]TextRenderMode.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 TextRenderModeModifier and TypeMethodDescriptionvoidTextState.setRenderMode(TextRenderMode Tr) The current text rendering mode (corresponding to the Tr operator).