DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40154>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40154

           Summary: <fo:page-number-citation problem align right
           Product: Fop
           Version: 0.92
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


I have a problem to align the <fo:page-number-citation on the right.
For this example 
<fo:table-cell padding-after="12pt" padding-before="0pt" >
  <fo:block font-family="Helvetica" font-size="10pt" text-align="right">
      <fo:basic-link internal-destination="#{$IdSezI}" color="green" >1-
<fo:page-number-citation ref-id="#{$IdSezI}" text-align="right"/>
</fo:basic-link>
</fo:block>
</fo:table-cell>

I need the output:
TITLE .....................................  1-1
TITLE 2 ................................... 1-10 

at this time the output is this:
TITLE ..................................... 1-1
TITLE 2 ................................... 1-10 

Best Regards

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to