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

           Summary: [patch] from-table-column implementation
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


This patch should implement the from-table-function.

Changes to TableFObj.java:
1) Make the getTable method public to have a quick access.
Alternatives:
1a) Only make public in TableCell (and call there super.getTable)
1b) Explicitly traverse back in the FromTableColumnFunction
    with getParent until we reach the Table object.

Changes to TableColumn:
2) Preserve PropertyList and add an accessor for this list
Note:
Preserved PropertyList could be cleared at the end of the table
at fo tree parsing (for memory freeing) because it is not needed
for the layout-managers.
Should I do this in Table.endOfNode?

Changes to FromTableColumnFunction.java:
Details of implementation under discussion at fop-dev.
Thread: "table-columns and number-columns-spanned"
"last fallback" and eventually "second fallback" may be
obsoleted by this discussion.

-- 
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