You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/04/02 14:28:41 UTC

DO NOT REPLY [Bug 18606] New: - Problem with headers , footers and sections

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=18606>.
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=18606

Problem with headers , footers and sections

           Summary: Problem with headers , footers and sections
           Product: POI
           Version: unspecified
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: HDF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: rtrepiana@co-de.com


I�m doing a class like org.apache.poi.hdf.extractor.WordDocument that 
implements org.xml.sax.XMlReader interface, thus I can enhance  transformation 
of WordDocument to FO Tree. But I find some troubles. Sections footers and 
headers aren�t fine located inside mainDocument. Sections don�t end where 
SepxNode says and Headers or Footers always are empty. I note that these bugs 
are present also in HDFDocument and in WordDocument classes, not only im mine.

Please response me , What is happening , I look in '*.doc' structure and I not 
found nothing.

Thanks.