Interface AbstractFldSimpleWriter.FldSimpleNodeWriterHandler
- All Superinterfaces:
AbstractFldSimpleWriter.FldSimpleWriterHandler
- All Known Implementing Classes:
AbstractHyperlinkWriter,AbstractPagerefHandler,FldSimpleWriter.PagerefHandler,HyperlinkWriter,RefHandler
- Enclosing class:
- AbstractFldSimpleWriter
public static interface AbstractFldSimpleWriter.FldSimpleNodeWriterHandler extends AbstractFldSimpleWriter.FldSimpleWriterHandler
-
Field Summary
Fields Modifier and Type Field Description static intPROCESS_APPLY_STYLEstatic intPROCESS_NONEstatic intPROCESS_WRAP_APPLY_STYLE -
Method Summary
Modifier and Type Method Description intgetProcessType()org.w3c.dom.NodetoNode(AbstractWmlConversionContext context, FldSimpleModel model, org.w3c.dom.Document doc)Methods inherited from interface org.docx4j.convert.out.common.writer.AbstractFldSimpleWriter.FldSimpleWriterHandler
getName
-
Field Details
-
PROCESS_NONE
static final int PROCESS_NONE- See Also:
- Constant Field Values
-
PROCESS_APPLY_STYLE
static final int PROCESS_APPLY_STYLE- See Also:
- Constant Field Values
-
PROCESS_WRAP_APPLY_STYLE
static final int PROCESS_WRAP_APPLY_STYLE- See Also:
- Constant Field Values
-
-
Method Details
-
getProcessType
int getProcessType() -
toNode
org.w3c.dom.Node toNode(AbstractWmlConversionContext context, FldSimpleModel model, org.w3c.dom.Document doc) throws javax.xml.transform.TransformerException- Throws:
javax.xml.transform.TransformerException
-