@Beta public class WordToFoConverter extends AbstractWordConverter
Modifier and Type | Field and Description |
---|---|
protected FoDocumentFacade |
foDocumentFacade |
UNICODECHAR_NO_BREAK_SPACE, UNICODECHAR_NONBREAKING_HYPHEN, UNICODECHAR_ZERO_WIDTH_SPACE
Constructor and Description |
---|
WordToFoConverter(org.w3c.dom.Document document)
Creates new instance of
WordToFoConverter . |
WordToFoConverter(FoDocumentFacade foDocumentFacade) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
createNoteInline(java.lang.String noteIndexText) |
protected java.lang.String |
createPageMaster(Section section,
java.lang.String type,
int sectionIndex) |
org.w3c.dom.Document |
getDocument() |
boolean |
isOutputCharactersLanguage() |
static void |
main(java.lang.String[] args)
Java main() interface to interact with
WordToFoConverter
Usage: WordToFoConverter infile outfile
Where infile is an input .doc file ( Word 97-2007) which will be rendered
as XSL-FO into outfile |
protected void |
outputCharacters(org.w3c.dom.Element block,
CharacterRun characterRun,
java.lang.String text) |
protected void |
processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks)
Wrap range into bookmark(s) and process it.
|
protected void |
processDocumentInformation(SummaryInformation summaryInformation) |
protected void |
processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
java.lang.String path,
org.w3c.dom.Element block) |
protected void |
processEndnoteAutonumbered(HWPFDocument wordDocument,
int noteIndex,
org.w3c.dom.Element block,
Range endnoteTextRange) |
protected void |
processFootnoteAutonumbered(HWPFDocument wordDocument,
int noteIndex,
org.w3c.dom.Element block,
Range footnoteTextRange) |
protected void |
processHyperlink(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range textRange,
int currentTableLevel,
java.lang.String hyperlink) |
protected void |
processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture,
java.lang.String url) |
protected void |
processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
protected void |
processLineBreak(org.w3c.dom.Element block,
CharacterRun characterRun) |
protected void |
processPageBreak(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow) |
protected void |
processPageref(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element currentBlock,
Range textRange,
int currentTableLevel,
java.lang.String pageref) |
protected void |
processParagraph(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element parentFopElement,
int currentTableLevel,
Paragraph paragraph,
java.lang.String bulletText) |
protected void |
processSection(HWPFDocumentCore wordDocument,
Section section,
int sectionCounter) |
protected void |
processTable(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow,
Table table) |
protected boolean |
setId(org.w3c.dom.Element element,
java.lang.String id) |
void |
setOutputCharactersLanguage(boolean outputCharactersLanguage) |
afterProcess, getCharacterRunTriplet, getFontReplacer, getNumberColumnsSpanned, getNumberRowsSpanned, getPicturesManager, processCharacters, processDeadField, processDocument, processDocumentPart, processDrawnObject, processDropDownList, processField, processImage, processNoteAnchor, processOle2, processParagraphes, processSingleSection, processSymbol, setFontReplacer, setPicturesManager, tryDeadField
protected final FoDocumentFacade foDocumentFacade
public WordToFoConverter(org.w3c.dom.Document document)
WordToFoConverter
. Can be used for output
several HWPFDocument
s into single FO document.document
- XML DOM Document used as XSL FO document. Shall support
namespacespublic WordToFoConverter(FoDocumentFacade foDocumentFacade)
public static void main(java.lang.String[] args)
WordToFoConverter
Usage: WordToFoConverter infile outfile
Where infile is an input .doc file ( Word 97-2007) which will be rendered as XSL-FO into outfileprotected org.w3c.dom.Element createNoteInline(java.lang.String noteIndexText)
protected java.lang.String createPageMaster(Section section, java.lang.String type, int sectionIndex)
public org.w3c.dom.Document getDocument()
getDocument
in class AbstractWordConverter
public boolean isOutputCharactersLanguage()
protected void outputCharacters(org.w3c.dom.Element block, CharacterRun characterRun, java.lang.String text)
outputCharacters
in class AbstractWordConverter
protected void processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, java.util.List<Bookmark> rangeBookmarks)
AbstractWordConverter
processBookmarks
in class AbstractWordConverter
protected void processDocumentInformation(SummaryInformation summaryInformation)
processDocumentInformation
in class AbstractWordConverter
protected void processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
processDrawnObject
in class AbstractWordConverter
protected void processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)
processEndnoteAutonumbered
in class AbstractWordConverter
protected void processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
processFootnoteAutonumbered
in class AbstractWordConverter
protected void processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String hyperlink)
processHyperlink
in class AbstractWordConverter
protected void processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture, java.lang.String url)
processImage
in class AbstractWordConverter
protected void processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)
processImageWithoutPicturesManager
in class AbstractWordConverter
protected void processLineBreak(org.w3c.dom.Element block, CharacterRun characterRun)
processLineBreak
in class AbstractWordConverter
protected void processPageBreak(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow)
processPageBreak
in class AbstractWordConverter
protected void processPageref(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String pageref)
processPageref
in class AbstractWordConverter
protected void processParagraph(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element parentFopElement, int currentTableLevel, Paragraph paragraph, java.lang.String bulletText)
processParagraph
in class AbstractWordConverter
protected void processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)
processSection
in class AbstractWordConverter
protected void processTable(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow, Table table)
processTable
in class AbstractWordConverter
protected boolean setId(org.w3c.dom.Element element, java.lang.String id)
public void setOutputCharactersLanguage(boolean outputCharactersLanguage)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.