Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EC0CA200D0C for ; Wed, 6 Sep 2017 08:08:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EA9951610D4; Wed, 6 Sep 2017 06:08:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3D7321609DD for ; Wed, 6 Sep 2017 08:08:01 +0200 (CEST) Received: (qmail 24693 invoked by uid 500); 6 Sep 2017 06:08:00 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 24681 invoked by uid 99); 6 Sep 2017 06:07:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2017 06:07:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 79BE91838B4 for ; Wed, 6 Sep 2017 06:07:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.3 X-Spam-Level: X-Spam-Status: No, score=0.3 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id tOAJDEbQPgSa for ; Wed, 6 Sep 2017 06:07:57 +0000 (UTC) Received: from www168.your-server.de (www168.your-server.de [213.133.104.168]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 83CD45FAC9 for ; Wed, 6 Sep 2017 06:07:57 +0000 (UTC) Received: from [88.198.220.132] (helo=sslproxy03.your-server.de) by www168.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2) (envelope-from ) id 1dpTV9-00066x-NI for users@pdfbox.apache.org; Wed, 06 Sep 2017 08:07:51 +0200 Received: from [2a02:908:740:c620:60a8:6fa5:6a3:9dbe] by sslproxy03.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dpTV8-00042w-OZ for users@pdfbox.apache.org; Wed, 06 Sep 2017 08:07:51 +0200 From: Maruan Sahyoun Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: QUADDING constants Date: Wed, 6 Sep 2017 08:07:49 +0200 References: <172bdc24-1b3a-14ed-d9af-9460b5773a2d@lehmi.de> To: users@pdfbox.apache.org In-Reply-To: <172bdc24-1b3a-14ed-d9af-9460b5773a2d@lehmi.de> Message-Id: <258F411C-066F-40A4-8D2E-34844807B70A@fileaffairs.de> X-Mailer: Apple Mail (2.3273) X-Authenticated-Sender: sahyoun@fileaffairs.de X-Virus-Scanned: Clear (ClamAV 0.99.2/23780/Wed Sep 6 06:38:21 2017) archived-at: Wed, 06 Sep 2017 06:08:02 -0000 Hi, > Am 06.09.2017 um 07:56 schrieb Andreas Lehmkuehler : >=20 > 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. >=20 > static final int QUADDING_LEFT =3D 0; > static final int QUADDING_CENTERED =3D 1; > static final int QUADDING_RIGHT =3D 2; >=20 to add to that - quadding is the term in the PDF specification for text = alignment.=20 Maruan =20 > Andreas >=20 >> Thanks! >> Gary >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org > For additional commands, e-mail: users-help@pdfbox.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org For additional commands, e-mail: users-help@pdfbox.apache.org