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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8785

refrence-orientation does not implement yet

           Summary: refrence-orientation does not implement yet
           Product: Fop
           Version: 0.20.2
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I would like to change page orientation from portrait to landscape.

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
   <fo:layout-master-set>
      <fo:simple-page-master page-height="11in" page-width="8.5in" margin-
left="1.0in" margin-top="0.2in" margin-bottom="1.0in" margin-right="1.0in" 
master-name="test-page-master">
         <fo:region-body margin-left="1.0in" margin-top="0.2in" margin-
right="1.0in" margin-bottom="1.0in"/>
          </fo:simple-page-master>
     </fo:layout-master-set>
     <fo:page-sequence master-name="test-page-master">
          <fo:flow flow-name="xsl-region-body">
               <fo:block-container reference-orientation="90">
                    <fo:block>This text should be rotated 90 degrees</fo:block>
               </fo:block-container>
          </fo:flow>
     </fo:page-sequence>
</fo:root>
But when I run the code, it tell me "refrence-orientation does not implement 
yet".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to