aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/StructurePointerPropertySet.java
Commit message (Collapse)AuthorAgeFilesLines
* Associate structure tree elements directly to render contentPeter Hancock2012-01-271-34/+0
| | | | | | | | | | * Defer the binding of PCData to struct elems using a placeholder mechanism. * Translate text nodes to marked-content sequences in IF structure tree. * Replace ptr with structure tree element. * Re-order table footers so they appear at the end of the structure tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1236718 13f79535-47bb-0310-9956-ffa450edef68
* Introduced the StructurePointerPropertySet interface to aid with accessing ↵Jeremias Maerki2009-04-161-0/+34
the structure pointer uniformly (similar to BreakPropertySet). Getting null as the pointer in TextLayoutManager should not be a reason for a warning anymore. A null value can simply indicate that the text is part of a leader which is treated as a painting artifact during rendering. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@765522 13f79535-47bb-0310-9956-ffa450edef68