> > -----Original Message----- > > From: Bryce Fischer [mailto:[EMAIL PROTECTED] > > > > Have an fo document with the following block: > > > > <fo:block text-align="end" padding-end.length="1in" > > margin-right="0.5in" background-color="#03C575" > > > UNCLASSIFIED > > </fo:block> > > > > Note the 1 inch padding specified. The resulting PDF generates with the > > text flush right with the block. > > > > Hi, > > Have you tried just using padding-end? > > Not sure if it will work, though > check: http://xml.apache.org/fop/compliance.html#fo-property-padding-before > for a few remarks on the current limitations.
Hi, and thanks for your reply. Yes, I tried just using padding-end to no avail. Also tried various combinations of indent-end, margin-end, etc.... I read the current limitations that you reference above, and didn't quite understand them. > only one value allowed I only have one value > only implemented for blocks Its implemented in a block. > can't be used to make extra space (use indents + spaces instead) Is this what I'm trying to do? I'm not sure (see last entry). I tried indents (end-indent) and spaces (space-end) and no luck... > can be used to control how much the background-color extends beyond the > content rectangle O.. This sounds like what I'm after, but it doesn't seem to be working... -- Bryce Fischer <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
