Sigh. This must be something about Java I need to understand better. I get "The field PDVariableText.QUADDING_LEFT is not visible".
-----Original Message----- From: Tilman Hausherr [mailto:[email protected]] Sent: Wednesday, September 6, 2017 2:13 AM To: [email protected] Subject: Re: QUADDING constants 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. It's also mentioned in the PDF 32000 specification: A code specifying the form of quadding (justification) that shall be used in displaying the annotation's text: 0 Left-justified 1 Centered 2 Right-justified Default value: 0 (left-justified). And then I enter "PDVariableText quadding" (without quotes) in google I find the constants that Andreas mentioned, although for an older version. If you don't get these, check if some plugin manipulated your browser's search results. Tilman --------------------------------------------------------------------- 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]

