Index

A B C D E F G H I L M N O P R S T V W X 
All Classes and Interfaces|All Packages|Constant Field Values

A

addBorderProperties(PPr, Styleable, Map<String, PropertyValue>) - Method in class org.docx4j.convert.in.xhtml.ParagraphBorderHelper
 
addFontMapping(String, String) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
addFontMapping(String, String) - Static method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
addFontMapping(String, RFonts) - 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: <w:rFonts w:ascii="Arial Black" w:hAnsi="Arial Black"/> 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.
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
 
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

body(BodyDescriptor, InputStream) - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
BookmarkHelper - Class in org.docx4j.convert.in.xhtml
 

C

CLASS_PLUS_OTHER - Enum constant in enum org.docx4j.convert.in.xhtml.FormattingOption
 
CLASS_TO_STYLE_ONLY - Enum constant in enum org.docx4j.convert.in.xhtml.FormattingOption
 
clip(Shape) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
clone() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
convert(File, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Convert the well formed XHTML contained in file to a list of WML objects.
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(InputStream, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
convert(InputStream, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(Reader, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
convert(Reader, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(String, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Convert the well formed XHTML contained in the string 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.
convert(URL) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Convert the well formed XHTML found at the specified URI to a list of WML objects.
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(Node, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
convert(Node, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convert(InputSource, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Convert the well formed XHTML from the specified SAX InputSource
convert(InputSource, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Convert the well formed XHTML from the specified SAX InputSource
convertMHT(InputStream, String) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
convertSingleSlide() - 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.
createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
 

D

DivHandler - Interface in org.docx4j.convert.in.xhtml
 
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
 
Docx4jDocxOutputDevice - Class in org.docx4j.convert.in.xhtml.renderer
 
Docx4jDocxOutputDevice() - Constructor for class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
Docx4JFSImage - Class in org.docx4j.convert.in.xhtml.renderer
 
Docx4JFSImage(byte[]) - Constructor for class org.docx4j.convert.in.xhtml.renderer.Docx4JFSImage
 
Docx4jReplacedElement - Interface in org.docx4j.convert.in.xhtml.renderer
 
Docx4jReplacedElementFactory - Class in org.docx4j.convert.in.xhtml.renderer
 
Docx4jReplacedElementFactory(Docx4jDocxOutputDevice) - Constructor for class org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
 
Docx4jTextRenderer - Class in org.docx4j.convert.in.xhtml.renderer
 
Docx4jTextRenderer() - Constructor for class org.docx4j.convert.in.xhtml.renderer.Docx4jTextRenderer
 
Docx4jUserAgent - Class in org.docx4j.convert.in.xhtml.renderer
 
Docx4jUserAgent() - Constructor for class org.docx4j.convert.in.xhtml.renderer.Docx4jUserAgent
 
DocxRenderer - Class in org.docx4j.convert.in.xhtml.renderer
 
DocxRenderer() - Constructor for class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
DocxRenderer(float, int) - Constructor for class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
DocxRenderer(String) - Constructor for class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
DocxRenderer(Docx4jUserAgent) - Constructor for class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
DocxRenderer(Docx4jUserAgent, StylesheetInfo[], float, int) - Constructor for class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
DomCssValueAdaptor - Class in org.docx4j.convert.in.xhtml
 
DomCssValueAdaptor(PropertyValue) - Constructor for class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
doSide(PPr, Styleable, Map<String, PropertyValue>, String) - Method in class org.docx4j.convert.in.xhtml.ParagraphBorderHelper
 
draw(Shape) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawBorderLine(Rectangle, int, int, boolean) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawBorderLine(Shape, int, int, boolean) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawImage(FSImage, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawImage(FSImage, int, int, boolean) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawLine(int, int, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawOval(int, int, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawRect(int, int, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawSelection(RenderingContext, InlineText) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawString(OutputDevice, String, float, float) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jTextRenderer
 
drawString(OutputDevice, String, float, float, JustificationInfo) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jTextRenderer
 
drawString(String, float, float, Object) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
drawWithGraphics(float, float, float, float, OutputDeviceGraphicsDrawer) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 

E

endBodyPart() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
endHeader() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
endMessage() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
endMultipart() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
endStructure(Object) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
enter(BlockBox, ContentAccessor) - Method in interface org.docx4j.convert.in.xhtml.DivHandler
 
enter(BlockBox, ContentAccessor) - Method in class org.docx4j.convert.in.xhtml.DivToSdt
 
epilogue(InputStream) - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 

F

field(Field) - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
fill(Shape) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
fillOval(int, int, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
fillRect(int, int, int, int) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
FontHandler - Class in org.docx4j.convert.in.xhtml
 
FontHandler() - Constructor for class org.docx4j.convert.in.xhtml.FontHandler
 
FormattingOption - Enum in org.docx4j.convert.in.xhtml
CLASS_TO_STYLE_ONLY: a Word style matching a class attribute will be used, and nothing else CLASS_PLUS_OTHER: a Word style matching a class attribute will be used; other css will be translated to direct formatting IGNORE_CLASS: css will be translated to direct formatting
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
getAbsoluteTransformOriginX() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
getAbsoluteTransformOriginY() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
getAncestorIndentation(Styleable) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getBlue() - Method in class org.docx4j.convert.in.xhtml.RGBColorImpl
 
getBody() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
getBookmarkId() - Method in class org.docx4j.convert.in.xhtml.BookmarkHelper
 
getBookmarkIdLast() - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
getBookmarkIdLast() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getBytes() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4JFSImage
 
getCascadedProperties(CalculatedStyle) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getCascadedProperties(CalculatedStyle) - Method in class org.pptx4j.convert.in.xhtml.XHTMLtoPPTX
 
getCharset() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
getClip() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
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
 
getCounterValue() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getCssMap() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
getCssText() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getCssValueType() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getDepth() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
getDepth() - Method in class org.pptx4j.convert.in.xhtml.ListHelper
 
getDocx4JImageResource(String) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jUserAgent
 
getDocx4jUserAgent() - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
getFloatValue(short) - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getGreen() - Method in class org.docx4j.convert.in.xhtml.RGBColorImpl
 
getHyperlink() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
getLayoutContext() - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
getLengthPrimitiveType(FSDerivedValue) - Static method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getListHelper() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getListHelper() - Method in class org.pptx4j.convert.in.xhtml.XHTMLtoPPTX
 
getLocalIndentation(Styleable) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Inside a list item, get the contribution of any div.
getMathXSLT() - Static method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getMaxWidth() - Method in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
getMimeType() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
getParagraphsShape() - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
getPPr(BlockBox, Map<String, PropertyValue>) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getPrimitiveType() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
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, boolean) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
getProperty(String, String) - Static method in class org.docx4j.convert.in.xhtml.ImportXHTMLProperties
 
getRadioButtons(String) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
 
getRectValue() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getRed() - Method in class org.docx4j.convert.in.xhtml.RGBColorImpl
 
getRenderer() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
getRenderingHint(RenderingHints.Key) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
getRFonts(String) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
getRGBColorValue() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getRootBox() - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
getSelfAndAncestorIndentation() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
getSequenceCounters() - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Get the current numbers of SEQ fields, used in image captions.
getSequenceCounters() - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
Get the current numbers of SEQ fields, used in image captions.
getSharedContext() - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
getStringValue() - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
getStroke() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
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
IGNORE_CLASS - Enum constant in enum org.docx4j.convert.in.xhtml.FormattingOption
 
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.
INDENT_AFTER - Static variable in class org.pptx4j.convert.in.xhtml.ListHelper
The indentation after the number, typically the same as the hanging indent, which lines up subsequent paragraphs.
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
 
isFastRenderer() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
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
 
isReplacedElement(Element) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
 
isSupportsCMYKColors() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
isSupportsSelection() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
isTableStyle(Style) - Method in class org.docx4j.convert.in.xhtml.TableHelper
 

L

layout() - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
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 - Class in org.pptx4j.convert.in.xhtml
 
ListHelper() - Constructor for class org.pptx4j.convert.in.xhtml.ListHelper
 
ListHelper(XHTMLImporterImpl, NumberingDefinitionsPart) - Constructor for class org.docx4j.convert.in.xhtml.ListHelper
 
loadDocument(String) - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
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.MHTContentHandler
 
log - Static variable in class org.docx4j.convert.in.xhtml.MHTFilterInputStream
 
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
 
log - Static variable in class org.pptx4j.convert.in.xhtml.ListHelper
 

M

MHTContentHandler - Class in org.docx4j.convert.in.xhtml
This class allows us to get the body
MHTContentHandler() - Constructor for class org.docx4j.convert.in.xhtml.MHTContentHandler
 
MHTFilterInputStream - Class in org.docx4j.convert.in.xhtml
 
MHTFilterInputStream(InputStream) - Constructor for class org.docx4j.convert.in.xhtml.MHTFilterInputStream
 

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.convert.in.xhtml.renderer - package org.docx4j.convert.in.xhtml.renderer
 
org.pptx4j.convert.in.xhtml - package org.pptx4j.convert.in.xhtml
 

P

paint(RenderingContext, Docx4jDocxOutputDevice, BlockBox) - Method in interface org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElement
 
paintReplacedElement(RenderingContext, BlockBox) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
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
 
peekListStack() - Method in class org.pptx4j.convert.in.xhtml.ListHelper
 
popClip() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
popListStack() - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
popListStack() - Method in class org.pptx4j.convert.in.xhtml.ListHelper
 
popTransformLayer() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
popTransforms(List<AffineTransform>) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
populatePPr(PPr, Styleable, Map<String, PropertyValue>) - 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
 
preamble(InputStream) - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
pushClip(Shape) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
pushListStack(BlockBox) - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
pushListStack(BlockBox) - Method in class org.pptx4j.convert.in.xhtml.ListHelper
 
pushTransformLayer(AffineTransform) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
pushTransforms(List<AffineTransform>) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 

R

raw(InputStream) - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
read() - Method in class org.docx4j.convert.in.xhtml.MHTFilterInputStream
 
read(byte[]) - Method in class org.docx4j.convert.in.xhtml.MHTFilterInputStream
 
read(byte[], int, int) - Method in class org.docx4j.convert.in.xhtml.MHTFilterInputStream
 
readStream(InputStream) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jUserAgent
 
remove(Element) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
 
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
 
reset() - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
 
RGBColorImpl - Class in org.docx4j.convert.in.xhtml
 
rgbToHex(FSColor) - Static method in class org.docx4j.convert.in.xhtml.FSColorToHexString
 
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.
setClip(Shape) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
setColor(FSColor) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
setCssMap(Map<String, PropertyValue>) - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
setCssText(String) - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
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
 
setDocument(Document, String) - Method in class org.docx4j.convert.in.xhtml.renderer.DocxRenderer
 
setFixedWidth(boolean) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
setFloatValue(short, float) - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
setFont(FSFont) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
setHyperlink(String) - Method in class org.pptx4j.convert.in.xhtml.TraversalSettings
 
setHyperlinkStyle(String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Configure, how the Importer styles hyperlinks If hyperlinkStyleId is set to null, hyperlinks are styled using just the CSS.
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) - Method in class org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault
 
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, String) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
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.XHTMLImporterImpl
 
setNumbering(PPr, BigInteger) - Method in class org.docx4j.convert.in.xhtml.ListHelper
 
setPaint(Paint) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
setParagraphFormatting(FormattingOption) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
setParagraphFormatting(FormattingOption) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setParagraphsShape(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
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
setRFont(PropertyValue, RPr) - Static method in class org.docx4j.convert.in.xhtml.FontHandler
 
setRunFormatting(FormattingOption) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
setRunFormatting(FormattingOption) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setSequenceCounters(Map<String, Integer>) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
Set the last used numbers of SEQ fields, used in image captions.
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.
setStringValue(short, String) - Method in class org.docx4j.convert.in.xhtml.DomCssValueAdaptor
 
setStroke(Stroke) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
setTableBox(TableBox) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
 
setTableFormatting(FormattingOption) - Method in interface org.docx4j.convert.in.xhtml.XHTMLImporter
 
setTableFormatting(FormattingOption) - Method in class org.docx4j.convert.in.xhtml.XHTMLImporterImpl
 
setTxBodyShapeTemplate(String) - Method in class org.pptx4j.convert.in.xhtml.XHTMLtoPPTX
Use this to specify the shape to fill with paragraphs content.
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.
startBodyPart() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
startHeader() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
startMessage() - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
startMultipart(BodyDescriptor) - Method in class org.docx4j.convert.in.xhtml.MHTContentHandler
 
startStructure(StructureType, Box) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 

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
 
translate(double, double) - Method in class org.docx4j.convert.in.xhtml.renderer.Docx4jDocxOutputDevice
 
TraversalSettings - Class in org.pptx4j.convert.in.xhtml
 
TraversalSettings() - Constructor for class org.pptx4j.convert.in.xhtml.TraversalSettings
 

V

valueOf(String) - Static method in enum org.docx4j.convert.in.xhtml.FormattingOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.docx4j.convert.in.xhtml.FormattingOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

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

X

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
 
XHTMLImporter - Interface in org.docx4j.convert.in.xhtml
 
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
 
XHTMLtoPPTX - Class in org.pptx4j.convert.in.xhtml
XHTML typically contains text (in p, div/span or li), tables and images.
XHTMLtoPPTX(PresentationMLPackage, SlidePart, String, String) - Constructor for class org.pptx4j.convert.in.xhtml.XHTMLtoPPTX
 
A B C D E F G H I L M N O P R S T V W X 
All Classes and Interfaces|All Packages|Constant Field Values