Skip navigation links
A B C D E F G H I L M N O P R S T W X 

A

addBorderProperties(PPr, Styleable, Map<String, CSSValue>) - Method in class org.docx4j.convert.in.xhtml.ParagraphBorderHelper
 
addFontMapping(String, RFonts) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
addFontMapping(String, String) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
addFontMapping(String, RFonts) - Static method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Map a font family, for example "Century Gothic" in: font-family:"Century Gothic", Helvetica, Arial, sans-serif; to a w:rFonts object, for example: Assuming style font-family:"Century Gothic", Helvetica, Arial, sans-serif; the first font family for which there is a mapping is the one which will be used.
addFontMapping(String, String) - Static method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
addImage(Docx4jUserAgent, WordprocessingMLPackage, P, Element, Long, Long) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImageHandler
 
addImage(Docx4jUserAgent, WordprocessingMLPackage, P, Element, Long, Long) - Method in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
AltChunkXHTMLRoundTrip - Class in org.docx4j.samples
Create a docx containing an XHTML AltChunk, and then convert that to normal docx content.
AltChunkXHTMLRoundTrip() - Constructor for class org.docx4j.samples.AltChunkXHTMLRoundTrip
 
anchorToBookmark(Element, String, P, ContentAccessor) - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
Convert a destination anchor given by @id or a/@name, to a bookmark start, and return the corresponding bookmark end.
anchorToBookmarkName(String, String) - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
Convert a/@name to w:hyperlink/@w:anchor
attachBookmarkEnd(CTMarkupRange, P, ContentAccessor) - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
 

B

BookmarkHelper - Class in org.docx4j.convert.in.xhtml
 

C

clone() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
ContentControlBindingExtensions - Class in org.docx4j.samples
This sample demonstrates populating content controls from a custom xml part (based on the xpaths given in the content controls).
ContentControlBindingExtensions() - Constructor for class org.docx4j.samples.ContentControlBindingExtensions
 
ContentControlsMergeXML - Class in org.docx4j.samples
This sample demonstrates populating content controls from a custom xml part (based on the xpaths given in the content controls) In this example, the XML part is injected at runtime, and OpenDoPE extensions are supported (if present).
ContentControlsMergeXML() - Constructor for class org.docx4j.samples.ContentControlsMergeXML
 
ContentControlsMergeXML281 - Class in org.docx4j.samples
This sample demonstrates populating content controls from a custom xml part (based on the xpaths given in the content controls) In this example, the XML part is injected at runtime, and OpenDoPE extensions are supported (if present).
ContentControlsMergeXML281() - Constructor for class org.docx4j.samples.ContentControlsMergeXML281
 
context - Static variable in class org.docx4j.samples.ContentControlBindingExtensions
 
context - Static variable in class org.docx4j.samples.ContentControlsMergeXML
 
context - Static variable in class org.docx4j.samples.ContentControlsMergeXML281
 
convert(File, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Convert the well formed XHTML contained in file to a list of WML objects.
convert(InputSource, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Convert the well formed XHTML from the specified SAX InputSource
convert(InputStream, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(Node, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(Reader, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(Source, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(URL) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Convert the well formed XHTML found at the specified URI to a list of WML objects.
convert(String, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Convert the well formed XHTML contained in the string to a list of WML objects.
ConvertAltChunks - Class in org.docx4j.samples
Open a docx containing an XHTML AltChunk, and then convert that to normal docx content.
ConvertAltChunks() - Constructor for class org.docx4j.samples.ConvertAltChunks
 
ConvertInXHTMLDocument - Class in org.docx4j.samples
This sample converts an XHTML document to docx.
ConvertInXHTMLDocument() - Constructor for class org.docx4j.samples.ConvertInXHTMLDocument
 
ConvertInXHTMLFile - Class in org.docx4j.samples
This sample converts XHTML to docx content.
ConvertInXHTMLFile() - Constructor for class org.docx4j.samples.ConvertInXHTMLFile
 
ConvertInXHTMLFragment - Class in org.docx4j.samples
This sample converts a fragment of XHTML to docx.
ConvertInXHTMLFragment() - Constructor for class org.docx4j.samples.ConvertInXHTMLFragment
 
ConvertInXHTMLURL - Class in org.docx4j.samples
This sample retrieves an XHTML Web page URL and converts it to docx content.
ConvertInXHTMLURL() - Constructor for class org.docx4j.samples.ConvertInXHTMLURL
 
convertSingleSlide(String, String, PresentationMLPackage, SlidePart) - Static method in class org.pptx4j.convert.in.xhtml.XHTMLtoPPTX
Convert the well formed XHTML contained in the string to a list of PML objects.
createIndent(int, boolean) - Method in class org.docx4j.convert.in.xhtml.ListHelper
Create an Ind object.
createNewAbstractList() - Method in class org.docx4j.convert.in.xhtml.ListHelper
Creates a new empty abstract list.

D

DivHandler - Interface in org.docx4j.convert.in.xhtml
 
DivRoundtrip - Class in org.docx4j.samples
Converts divs to content controls, and back again.
DivRoundtrip() - Constructor for class org.docx4j.samples.DivRoundtrip
 
DivToSdt - Class in org.docx4j.convert.in.xhtml
Optionally convert each div element to an SDT (aka content control).
DivToSdt() - Constructor for class org.docx4j.convert.in.xhtml.DivToSdt
 
DocxToXhtmlAndBack - Class in org.docx4j.samples
docx to xhtml to docx again.
DocxToXhtmlAndBack() - Constructor for class org.docx4j.samples.DocxToXhtmlAndBack
 
doSide(PPr, Styleable, Map<String, CSSValue>, String) - Method in class org.docx4j.convert.in.xhtml.ParagraphBorderHelper
 

E

enter(BlockBox, ContentAccessor) - Method in interface org.docx4j.convert.in.xhtml.DivHandler
 
enter(BlockBox, ContentAccessor) - Method in class org.docx4j.convert.in.xhtml.DivToSdt
 

F

FontHandler - Class in org.docx4j.convert.in.xhtml
 
FontHandler() - Constructor for class org.docx4j.convert.in.xhtml.FontHandler
 
FSColorToHexString - Class in org.docx4j.convert.in.xhtml
 
FSColorToHexString() - Constructor for class org.docx4j.convert.in.xhtml.FSColorToHexString
 

G

getAbsoluteIndent(Styleable) - Method in class org.docx4j.convert.in.xhtml.ListHelper
The indentation of this object, plus its ancestors in the list stack
getAncestorIndentation(Styleable) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getBookmarkId() - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
 
getBookmarkIdLast() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getCascadedProperties(CalculatedStyle) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Property values (CSSPrimitiveValue) by name.
getColumnPos() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
getColumnWidth(int) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
getContentContextStack() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getCssMap() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
getDepth() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
getHyperlink() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
getInputFilePath(String[]) - Static method in class org.docx4j.samples.DocxToXhtmlAndBack
 
getListHelper() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getLocalIndentation(Styleable) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Inside a list item, get the contribution of any div.
getMaxWidth() - Method in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
getOutputFilePath(String[]) - Static method in class org.docx4j.samples.DocxToXhtmlAndBack
 
getParagraphShape() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
getPkg() - Static method in class org.pptx4j.samples.XHTMLFileToSlide
 
getPPr(BlockBox, Map<String, CSSValue>) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getProperties() - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
getProperty(String) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
getProperty(String, String) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
getProperty(String, boolean) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
getRenderer() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getRFonts(String) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
getSelfAndAncestorIndentation() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
getSequenceCounters() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Get the current numbers of SEQ fields, used in image captions.
getStyle(String) - Method in class org.docx4j.convert.in.xhtml.HeadingHandler
 
getStyleByIdOrName(String...) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
If one parameter is passed then search style by id (1st parameter), if style by id is not found then search style by name (also 1st parameter).
getTableBox() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
getTableFormatting() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getTableHelper() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 

H

HeadingHandler - Class in org.docx4j.convert.in.xhtml
 
HeadingHandler(Styles) - Constructor for class org.docx4j.convert.in.xhtml.HeadingHandler
 

I

idToBookmarkName(String, String) - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
Convert @id or a/@name to w:hyperlink/@w:anchor
imagePartCache - Variable in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
ImportXHTMLProperties - Class in org.docx4j.convert.in.xhtml
 
ImportXHTMLProperties() - Constructor for class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
INDENT_AFTER - Static variable in class org.docx4j.convert.in.xhtml.ListHelper
The indentation after the number, typically the same as the hanging indent, which lines up subsequent paragraphs.
inputfilepath - Static variable in class org.docx4j.samples.DocxToXhtmlAndBack
 
insertDummyVMergedCells(ContentAccessor, TableCellBox, boolean) - Method in class org.docx4j.convert.in.xhtml.TableHelper
Rowspan and colspan support.
isBidi(String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
isFixedWidth() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
isHyperlinkTraversal() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
isInTableCell() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
isTableStyle(Style) - Method in class org.docx4j.convert.in.xhtml.TableHelper
 

L

leave() - Method in interface org.docx4j.convert.in.xhtml.DivHandler
 
leave() - Method in class org.docx4j.convert.in.xhtml.DivToSdt
 
ListHelper - Class in org.docx4j.convert.in.xhtml
 
ListHelper(XHTMLImporterImpl, NumberingDefinitionsPart) - Constructor for class org.docx4j.convert.in.xhtml.ListHelper
 
log - Static variable in class org.docx4j.convert.in.xhtml.BookmarkHelper
 
log - Static variable in class org.docx4j.convert.in.xhtml.DivToSdt
 
log - Static variable in class org.docx4j.convert.in.xhtml.FontHandler
 
log - Static variable in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
log - Static variable in class org.docx4j.convert.in.xhtml.ListHelper
 
log - Static variable in class org.docx4j.convert.in.xhtml.ParagraphBorderHelper
 
log - Static variable in class org.docx4j.convert.in.xhtml.TableHelper
 
log - Static variable in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
log - Static variable in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 

M

main(String[]) - Static method in class org.docx4j.samples.AltChunkXHTMLRoundTrip
 
main(String[]) - Static method in class org.docx4j.samples.ContentControlBindingExtensions
 
main(String[]) - Static method in class org.docx4j.samples.ContentControlsMergeXML
 
main(String[]) - Static method in class org.docx4j.samples.ContentControlsMergeXML281
 
main(String[]) - Static method in class org.docx4j.samples.ConvertAltChunks
 
main(String[]) - Static method in class org.docx4j.samples.ConvertInXHTMLDocument
 
main(String[]) - Static method in class org.docx4j.samples.ConvertInXHTMLFile
 
main(String[]) - Static method in class org.docx4j.samples.ConvertInXHTMLFragment
 
main(String[]) - Static method in class org.docx4j.samples.ConvertInXHTMLURL
 
main(String[]) - Static method in class org.docx4j.samples.DivRoundtrip
 
main(String[]) - Static method in class org.docx4j.samples.DocxToXhtmlAndBack
 
main(String[]) - Static method in class org.docx4j.samples.XhtmlToDocxAndBack
 
main(String[]) - Static method in class org.pptx4j.samples.XHTMLFileToSlide
 

N

nestedTableHierarchyFix(ContentAccessor, Box) - Method in class org.docx4j.convert.in.xhtml.TableHelper
nested tables XHTML renderer seems to construct a tree: table/table instead of table/tr/td/table? TODO fix this upstream.

O

org.docx4j.convert.in.xhtml - package org.docx4j.convert.in.xhtml
 
org.docx4j.samples - package org.docx4j.samples
 
org.pptx4j.convert.in.xhtml - package org.pptx4j.convert.in.xhtml
 
org.pptx4j.samples - package org.pptx4j.samples
 
outputfilepath - Static variable in class org.docx4j.samples.DocxToXhtmlAndBack
 

P

ParagraphBorderHelper - Class in org.docx4j.convert.in.xhtml
Consider p/@style="border: 1px solid black;padding-left:20px;" That should generates something like: <w:pBdr> <w:left w:val="single" w:sz="6" w:space="15" w:color="000000"/> Because this is multiple CSS properties to one WordML element, it is best to handle it in this dedicated helper class.
ParagraphBorderHelper(XHTMLImporterImpl) - Constructor for class org.docx4j.convert.in.xhtml.ParagraphBorderHelper
 
peekListItemStateStack() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
peekListStack() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
popListStack() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
populatePPr(PPr, Styleable, Map<String, CSSValue>) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
PPrCleanser - Class in org.docx4j.convert.in.xhtml
 
PPrCleanser() - Constructor for class org.docx4j.convert.in.xhtml.PPrCleanser
 
pushListStack(BlockBox) - Method in class org.docx4j.convert.in.xhtml.ListHelper
 

R

removeRedundantProperties(PPr, PPr) - Static method in class org.docx4j.convert.in.xhtml.PPrCleanser
 
removeRedundantProperties(RPr, RPr) - Static method in class org.docx4j.convert.in.xhtml.RPrCleanser
 
reverter(String, String) - Static method in class org.docx4j.samples.ContentControlBindingExtensions
 
rgbToHex(CSSPrimitiveValue) - Static method in class org.docx4j.convert.in.xhtml.FSColorToHexString
 
RPrCleanser - Class in org.docx4j.convert.in.xhtml
 
RPrCleanser() - Constructor for class org.docx4j.convert.in.xhtml.RPrCleanser
 

S

setBookmarkId(AtomicInteger) - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
 
setBookmarkIdNext(AtomicInteger) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setBookmarkNamePrefix(String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
The prefix (if any) to be added to bookmark names generated during this run.
setCssMap(Map<String, CSSValue>) - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
setCssWhiteList(Set<String>) - Static method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Deprecated.
setDivHandler(DivHandler) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setFixedWidth(boolean) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
setHyperlink(String) - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
setHyperlinkStyle(String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Configure, how the Importer styles hyperlinks If hyperlinkStyleId is set to null, hyperlinks are styled using just the CSS.
setInTableCell(boolean) - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
setMaxWidth(int, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImageHandler
Set the maximum width available (in twips); useful for scaling bare images if they are to go in a table cell.
setMaxWidth(int, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
setMaxWidth(int) - Method in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
setMaxWidth(int, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setNumbering(PPr, BigInteger) - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
setParagraphFormatting(FormattingOption) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setParagraphShape(Shape) - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
setProperty(String, Boolean) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
Useful if a unit test requires a certain property value.
setProperty(String, String) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
Useful if a unit test requires a certain property value.
setRenderer(DocxRenderer) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setRFont(CSSValue, RPr) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
setRunFormatting(FormattingOption) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setSequenceCounters(Map<String, Integer>) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Set the last used numbers of SEQ fields, used in image captions.
setTableBox(TableBox) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
setTableFormatting(FormattingOption) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setupTblGrid(TableBox, Tbl, XHTMLImporterImpl.TableProperties) - Method in class org.docx4j.convert.in.xhtml.TableHelper
 
setupTblPr(TableBox, Tbl, XHTMLImporterImpl.TableProperties) - Method in class org.docx4j.convert.in.xhtml.TableHelper
 
setupTcPr(TableCellBox, Tc, XHTMLImporterImpl.TableProperties) - Method in class org.docx4j.convert.in.xhtml.TableHelper
 
setupTrPr(TableRowBox, Tr) - Method in class org.docx4j.convert.in.xhtml.TableHelper
 
setXHTMLImageHandler(XHTMLImageHandler) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
If you have your own implementation of the XHTMLImageHandler interface which you'd like to use.

T

TableHelper - Class in org.docx4j.convert.in.xhtml
 
TableHelper(XHTMLImporterImpl) - Constructor for class org.docx4j.convert.in.xhtml.TableHelper
 
tableIndentContrib(LinkedList<ContentAccessor>) - Method in class org.docx4j.convert.in.xhtml.TableHelper
Where list item indentation is affected by the presence of tables, we could adjust for this in the numbering, or in an ad hoc property.
TableProperties() - Constructor for class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
TraversalSettings - Class in org.pptx4j.convert.in.xhtml
 
TraversalSettings() - Constructor for class org.pptx4j.convert.in.xhtml.TraversalSettings
 

W

wordMLPackage - Variable in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 

X

XHTMLFileToSlide - Class in org.pptx4j.samples
 
XHTMLFileToSlide() - Constructor for class org.pptx4j.samples.XHTMLFileToSlide
 
XHTMLImageHandler - Interface in org.docx4j.convert.in.xhtml
 
XHTMLImageHandlerDefault - Class in org.docx4j.convert.in.xhtml
 
XHTMLImageHandlerDefault(XHTMLImporterImpl) - Constructor for class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
XHTMLImporterImpl - Class in org.docx4j.convert.in.xhtml
Convert XHTML + CSS to WordML content.
XHTMLImporterImpl(WordprocessingMLPackage) - Constructor for class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
XHTMLImporterImpl.TableProperties - Class in org.docx4j.convert.in.xhtml
 
XhtmlToDocxAndBack - Class in org.docx4j.samples
Round-trip XHTML to docx and back to XHTML.
XhtmlToDocxAndBack() - Constructor for class org.docx4j.samples.XhtmlToDocxAndBack
 
XHTMLtoPPTX - Class in org.pptx4j.convert.in.xhtml
 
A B C D E F G H I L M N O P R S T W X 
Skip navigation links

Copyright © 2013-2019. All Rights Reserved.