Next in thread → Next in month →

Re: [docbook-apps] Turn off right-justification for PDF output?

From
Michael(tm) Smith <>
Date
2006-07-06T03:06:44+00:00
ID
Thread
Re: [docbook-apps] Turn off right-justification for PDF output?
Paul DuBois <> writes:

> I see at 
> http://www.sagehill.net/docbookxsl/PrintCustomEx.html#RootProperties
> that if I set the alignment parameter, it will set the FO text-align
> parameter.  The default value is "justify", but what other values are
> allowable?  left, center, and right?

Yes, basically. Though in addition to those the XSL-FO spec allows
a few more:

  start | center | end | justify | inside | outside | left | right | <string> | inherit
  http://www.w3.org/TR/xsl/slice7.html#text-align

Though I'd guess that some of those other values might not be well
supported across implementations.

  --Mike
Next in thread → Next in month →