public class HTMLExporterVisitorGenerator extends AbstractVisitorExporterGenerator<HTMLConversionContext>
| Modifier and Type | Field and Description |
|---|---|
static AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<HTMLConversionContext> |
GENERATOR_FACTORY |
anchorOrInline, conversionContext, currentP, currentSpan, document, IMAGE_E10, IMAGE_E20, NODE_BLOCK, NODE_INLINE, parentNode, pPr, rPr, TAB_DUMMY, tc, tr| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.DocumentFragment |
createImage(int imgType,
HTMLConversionContext conversionContext,
java.lang.Object anchorOrInline) |
protected org.w3c.dom.Element |
createNode(org.w3c.dom.Document doc,
int nodeType) |
protected AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<HTMLConversionContext> |
getFactory() |
protected void |
handleBr(Br o) |
protected org.w3c.dom.Element |
handlePPr(HTMLConversionContext conversionContext,
PPr pPrDirect,
boolean sdt,
org.w3c.dom.Element currentParent) |
protected void |
handleRPr(HTMLConversionContext conversionContext,
PPr pPrDirect,
RPr rPrDirect,
org.w3c.dom.Element currentParent)
On a block representing a run, we just put run properties
from this rPr node.
|
apply, convertTabToNode, convertToNode, getCurrentParent, getLog, getPos, rtlAwareAppendChildToCurrentP, shouldTraverse, walkJAXBElementsgetChildrenpublic static final AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<HTMLConversionContext> GENERATOR_FACTORY
protected AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<HTMLConversionContext> getFactory()
getFactory in class AbstractVisitorExporterGenerator<HTMLConversionContext>protected org.w3c.dom.Element createNode(org.w3c.dom.Document doc,
int nodeType)
createNode in class AbstractVisitorExporterGenerator<HTMLConversionContext>protected org.w3c.dom.DocumentFragment createImage(int imgType,
HTMLConversionContext conversionContext,
java.lang.Object anchorOrInline)
createImage in class AbstractVisitorExporterGenerator<HTMLConversionContext>protected org.w3c.dom.Element handlePPr(HTMLConversionContext conversionContext, PPr pPrDirect, boolean sdt, org.w3c.dom.Element currentParent)
handlePPr in class AbstractVisitorExporterGenerator<HTMLConversionContext>protected void handleRPr(HTMLConversionContext conversionContext, PPr pPrDirect, RPr rPrDirect, org.w3c.dom.Element currentParent)
AbstractVisitorExporterGeneratorhandleRPr in class AbstractVisitorExporterGenerator<HTMLConversionContext>protected void handleBr(Br o)
handleBr in class AbstractVisitorExporterGenerator<HTMLConversionContext>Copyright © 2007–2023. All rights reserved.