Uses of Enum Class
com.datalogics.PDFL.FarEastFont
Packages that use FarEastFont
-
Uses of FarEastFont in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return FarEastFontModifier and TypeMethodDescriptionPrintParams.getFarEastFontOpt()PrintUserParams.getFarEastFontOpt()Gets the Far East Font setting.static FarEastFontReturns the enum constant of this class with the specified name.static FarEastFont[]FarEastFont.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 FarEastFontModifier and TypeMethodDescriptionvoidPrintParams.setFarEastFontOpt(FarEastFont value) voidPrintUserParams.setFarEastFontOpt(FarEastFont farEastFontOpt) Sets the Far East Font setting.