Package org.docx4j.model.datastorage
Class BindingTraverserTableHelper
java.lang.Object
org.docx4j.model.datastorage.BindingTraverserTableHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetupMaxWidthAndStyleForTc(Tbl tbl, Tc tc, Object xHTMLImporter, Method m) Get table cell width from tc and table style from tbl and set it to xHTMLImporter.
-
Constructor Details
-
BindingTraverserTableHelper
public BindingTraverserTableHelper()
-
-
Method Details
-
setupMaxWidthAndStyleForTc
public static void setupMaxWidthAndStyleForTc(Tbl tbl, Tc tc, Object xHTMLImporter, Method m) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException Get table cell width from tc and table style from tbl and set it to xHTMLImporter.- Parameters:
tbl-tc-xHTMLImporter-- Throws:
InvocationTargetExceptionIllegalArgumentExceptionIllegalAccessException
-