]> source.dussan.org Git - xmlgraphics-fop.git/commit
Send the ID of the producing FO to the area tree as trait where possible.
authorJeremias Maerki <jeremias@apache.org>
Tue, 26 Jul 2005 10:01:41 +0000 (10:01 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 26 Jul 2005 10:01:41 +0000 (10:01 +0000)
commit4cebac3e2785d691b8df6437577cf7a0b5e59707
treedea01ae14b465a4e8cb0461c55542beeda232dc0
parentfce67cde95574b4fe4d263c5fe5dba3df92ae7bf
Send the ID of the producing FO to the area tree as trait where possible.
This is useful for testing and may later be interesting for FO editor implementors and for other things where you want to identify the generating FO from a particular object in the output.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@225268 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/area/Trait.java
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/TraitSetter.java
src/java/org/apache/fop/layoutmgr/list/ListBlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java