public class FOExporterVisitorGenerator extends org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>
| Modifier and Type | Field and Description |
|---|---|
static org.docx4j.convert.out.common.AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<FOConversionContext> |
GENERATOR_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
applyFoAttributes(List<org.docx4j.model.properties.Property> properties,
Element foElement) |
protected void |
convertTabToNode(FOConversionContext conversionContext,
Document document) |
protected void |
createFoAttributes(FOConversionContext conversionContext,
org.docx4j.wml.PPr pPr,
Element foBlockElement,
boolean inList,
boolean ignoreBorders) |
protected static void |
createFoAttributes(org.docx4j.wml.TcPr tcPr,
Element foBlockElement) |
protected static void |
createFoAttributes(org.docx4j.wml.TrPr trPr,
Element foBlockElement) |
protected static void |
createFoAttributes(org.docx4j.openpackaging.packages.WordprocessingMLPackage wmlPackage,
org.docx4j.wml.RPr rPr,
Element foInlineElement) |
protected DocumentFragment |
createImage(int imgType,
FOConversionContext conversionContext,
Object anchorOrInline) |
protected Element |
createNode(Document doc,
int nodeType) |
protected org.docx4j.convert.out.common.AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<FOConversionContext> |
getFactory() |
protected void |
handleBr(org.docx4j.wml.Br br) |
protected Element |
handlePPr(FOConversionContext conversionContext,
org.docx4j.wml.PPr pPrDirect,
boolean sdt,
Element currentParent) |
protected void |
handleRPr(FOConversionContext conversionContext,
org.docx4j.wml.PPr pPrDirect,
org.docx4j.wml.RPr rPrDirect,
Element currentParent)
On a block representing a run, we just put run properties
from this rPr node.
|
protected void |
rtlAwareAppendChildToCurrentP(Element spanEl) |
public static final org.docx4j.convert.out.common.AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<FOConversionContext> GENERATOR_FACTORY
protected org.docx4j.convert.out.common.AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<FOConversionContext> getFactory()
getFactory in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>protected DocumentFragment createImage(int imgType, FOConversionContext conversionContext, Object anchorOrInline)
createImage in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>protected Element createNode(Document doc, int nodeType)
createNode in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>protected void handleBr(org.docx4j.wml.Br br)
handleBr in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>protected void convertTabToNode(FOConversionContext conversionContext, Document document) throws DOMException
convertTabToNode in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>DOMExceptionprotected Element handlePPr(FOConversionContext conversionContext, org.docx4j.wml.PPr pPrDirect, boolean sdt, Element currentParent)
handlePPr in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>protected void createFoAttributes(FOConversionContext conversionContext, org.docx4j.wml.PPr pPr, Element foBlockElement, boolean inList, boolean ignoreBorders)
protected static void applyFoAttributes(List<org.docx4j.model.properties.Property> properties, Element foElement)
protected static void createFoAttributes(org.docx4j.wml.TrPr trPr,
Element foBlockElement)
protected static void createFoAttributes(org.docx4j.wml.TcPr tcPr,
Element foBlockElement)
protected void handleRPr(FOConversionContext conversionContext, org.docx4j.wml.PPr pPrDirect, org.docx4j.wml.RPr rPrDirect, Element currentParent)
handleRPr in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>wmlPackage - rPrNodeIt - childResults - protected static void createFoAttributes(org.docx4j.openpackaging.packages.WordprocessingMLPackage wmlPackage,
org.docx4j.wml.RPr rPr,
Element foInlineElement)
protected void rtlAwareAppendChildToCurrentP(Element spanEl)
rtlAwareAppendChildToCurrentP in class org.docx4j.convert.out.common.AbstractVisitorExporterGenerator<FOConversionContext>Copyright © 2007-2016. All Rights Reserved.