| 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 | |
|---|
| 1 | package org.docx4j.model; |
|---|
| 2 | |
|---|
| 3 | public interface TransformState { |
|---|
| 4 | |
|---|
| 5 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.