source: trunk/docx4j/src/main/java/org/docx4j/model/TransformState.java @ 960

Revision 960, 64 bytes checked in by jharrop, 3 years ago (diff)

Mechanism for passing state during the conversion process, so that, for example, we know which table we are processing.
Enables table id based descendent (td) selectors, so we get the right result for tables with no cell borders (case with or
without a table border).

Line 
1package org.docx4j.model;
2
3public interface TransformState {
4
5}
Note: See TracBrowser for help on using the repository browser.