Uses of Enum Class
com.datalogics.PDFL.WritingMode
Packages that use WritingMode
-
Uses of WritingMode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return WritingModeModifier and TypeMethodDescriptionFont.getWritingMode()static WritingModeReturns the enum constant of this class with the specified name.static WritingMode[]WritingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.datalogics.PDFL with parameters of type WritingModeModifierConstructorDescriptionFont(String fontName, EnumSet<FontCreateFlags> createFlags, WritingMode wrMode) Find a font with the specified name, and construct a Font object from it.