protected void |
FOExporterVisitorDelegate.appendDocumentHeader(FOConversionContext conversionContext,
org.w3c.dom.Document document,
org.w3c.dom.Element documentRoot) |
protected void |
FOExporterVisitorDelegate.appendPartContent(FOConversionContext conversionContext,
org.w3c.dom.Document document,
org.w3c.dom.Element currentParent,
java.lang.String name,
Part part,
java.util.List<java.lang.Object> content) |
protected void |
FOExporterVisitorDelegate.appendSectionHeader(FOConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected void |
FOExporterVisitorGenerator.convertTabToNode(FOConversionContext conversionContext,
org.w3c.dom.Document document) |
static org.w3c.dom.DocumentFragment |
XsltFOFunctions.createBlockForPPr(FOConversionContext context,
org.w3c.dom.traversal.NodeIterator pPrNodeIt,
java.lang.String pStyleVal,
org.w3c.dom.traversal.NodeIterator childResults)
This is invoked on every paragraph, whether it has a pPr or not.
|
static org.w3c.dom.DocumentFragment |
XsltFOFunctions.createBlockForRPr(FOConversionContext context,
org.w3c.dom.traversal.NodeIterator pPrNodeIt,
org.w3c.dom.traversal.NodeIterator rPrNodeIt,
org.w3c.dom.traversal.NodeIterator childResults)
On a block representing a run, we just put run properties
from this rPr node.
|
static org.w3c.dom.DocumentFragment |
XsltFOFunctions.createBlockForSdt(FOConversionContext context,
org.w3c.dom.traversal.NodeIterator pPrNodeIt,
java.lang.String pStyleVal,
org.w3c.dom.traversal.NodeIterator childResults,
java.lang.String tag) |
protected org.w3c.dom.Element |
FOExporterVisitorDelegate.createDocumentRoot(FOConversionContext conversionContext,
org.w3c.dom.Document document) |
protected void |
FOExporterVisitorGenerator.createFoAttributes(FOConversionContext conversionContext,
org.docx4j.wml.PPr pPr,
org.w3c.dom.Element foBlockElement,
boolean inList,
boolean ignoreBorders) |
protected org.w3c.dom.DocumentFragment |
FOExporterVisitorGenerator.createImage(int imgType,
FOConversionContext conversionContext,
java.lang.Object anchorOrInline) |
static org.w3c.dom.DocumentFragment |
XsltFOFunctions.createInlineForSdt(FOConversionContext context,
org.w3c.dom.traversal.NodeIterator rPrNodeIt,
org.w3c.dom.traversal.NodeIterator childResults,
java.lang.String tag) |
protected java.util.List<FORenderer.SectionPageInformation> |
AbstractFOExporter.createPageNumberInformation(FOConversionContext conversionContext) |
protected org.w3c.dom.Element |
FOExporterVisitorDelegate.createSectionBody(FOConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
FOExporterVisitorDelegate.createSectionRoot(FOConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
static java.lang.String |
XsltFOFunctions.getForcePageCount(FOConversionContext context)
FOP inserts a blank page if necessary so that a section with page numbering
from 1 would be face up when printed double sided.
|
static java.lang.String |
XsltFOFunctions.getPageNumberFormat(FOConversionContext context) |
static java.lang.String |
XsltFOFunctions.getPageNumberInitial(FOConversionContext context) |
protected org.w3c.dom.Element |
FOExporterVisitorGenerator.handlePPr(FOConversionContext conversionContext,
org.docx4j.wml.PPr pPrDirect,
boolean sdt,
org.w3c.dom.Element currentParent) |
protected void |
FOExporterVisitorGenerator.handleRPr(FOConversionContext conversionContext,
org.docx4j.wml.PPr pPrDirect,
org.docx4j.wml.RPr rPrDirect,
org.w3c.dom.Element currentParent)
On a block representing a run, we just put run properties
from this rPr node.
|
static boolean |
XsltFOFunctions.hasPgNumTypeStart(FOConversionContext context) |