Uses of Enum Class
com.datalogics.PDFL.TextFlags
Packages that use TextFlags
-
Uses of TextFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return TextFlagsModifier and TypeMethodDescriptionstatic TextFlagsReturns the enum constant of this class with the specified name.static TextFlags[]TextFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.datalogics.PDFL with type arguments of type TextFlagsModifier and TypeMethodDescriptionvoidText.addGlyphs(List<Character> glyphIDs, List<Character> uniText, Font font, GraphicState gState, TextState state, Matrix matrix, EnumSet<TextFlags> flags) Adds Unicode text to a Text objectvoidText.addGlyphs(List<Character> glyphIDs, List<Character> uniText, Font font, GraphicState gState, TextState state, Matrix matrix, EnumSet<TextFlags> flags, int index) Adds Unicode text to a Text object