Hi, > Am 06.09.2017 um 07:56 schrieb Andreas Lehmkuehler <[email protected]>: > > Am 06.09.2017 um 02:42 schrieb Gary Grosso: >> PDVariableText.setQ (and various other methods) suggest seeing the "QUADDING >> constants". >> Can someone please post a link? Or tell me what class to look at? I've >> searched, googled, etc., for close to a half hour. I suspect this is >> something that everyone "just knows" but I have to admit ignorance. > You can find those constants in the very same class and the javadoc of getQ > provides some more explanations. > > static final int QUADDING_LEFT = 0; > static final int QUADDING_CENTERED = 1; > static final int QUADDING_RIGHT = 2; >
to add to that - quadding is the term in the PDF specification for text alignment. Maruan > Andreas > >> Thanks! >> Gary > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

