- CanceledException - Exception in com.xmlmind.w2x.processor
-
Exception thrown by
ProcessStep
to abort current processing.
- CanceledException() - Constructor for exception com.xmlmind.w2x.processor.CanceledException
-
- CASE_NAME - Static variable in class com.xmlmind.w2x.processor.EpubStep
-
- CHARSET_ATTR - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- checkBorderWidth(String) - Static method in class com.xmlmind.w2x.docx.toxhtml.Util
-
- checkIntAttribute(Element, Name) - Static method in class com.xmlmind.w2x.docx.toxhtml.Util
-
- checkIntAttribute(Element, Name, int, int) - Static method in class com.xmlmind.w2x.docx.toxhtml.Util
-
- CLASS_ATTR - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- clear() - Static method in class com.xmlmind.w2x.processor.XSLTCache
-
- clientData - Variable in class com.xmlmind.w2x.processor.SplitStep.Part
-
- close() - Method in class com.xmlmind.w2x.docx.packaging.Package
-
- COLGROUP_ELEM - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- collectCounters(Element, Map<String, Integer>, Map<String, Integer>) - Static method in class com.xmlmind.w2x.processor.SplitStep
-
- collectIds(Element, String, Map<String, String[]>) - Static method in class com.xmlmind.w2x.processor.SplitStep
-
- collectNotes(Element, Map<String, Element>) - Method in class com.xmlmind.w2x.processor.SplitStep
-
- COLS_ATTR - Static variable in class com.xmlmind.w2x.processor.SplitStep
-
- COLSPAN_ATTR - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- com.xmlmind.w2x.docx.image - package com.xmlmind.w2x.docx.image
-
Contains interfaces implemented by image converters.
- com.xmlmind.w2x.docx.math - package com.xmlmind.w2x.docx.math
-
Contains the interface implemented by OpenXML math to MathML converters.
- com.xmlmind.w2x.docx.packaging - package com.xmlmind.w2x.docx.packaging
-
Classes allowing to load DOCX files.
- com.xmlmind.w2x.docx.toxhtml - package com.xmlmind.w2x.docx.toxhtml
-
Classes allowing to convert DOCX files to a clean, valid,
XHTML 1.0 Transitional documents including CSS styles.
- com.xmlmind.w2x.processor - package com.xmlmind.w2x.processor
-
Implementation of
Processor
, the processor
allowing to convert DOCX files to various semantic XML formats.
- com.xmlmind.w2x_ext.emf2png - package com.xmlmind.w2x_ext.emf2png
-
An image converter factory allowing to create converters converting
EMF graphic files to PNG.
- com.xmlmind.w2x_ext.wmf_converter - package com.xmlmind.w2x_ext.wmf_converter
-
An image converter factory allowing to create converters converting
WMF graphic files to SVG.
- compareTo(Part) - Method in class com.xmlmind.w2x.docx.packaging.Part
-
- compareTo(Related) - Method in class com.xmlmind.w2x.docx.packaging.Related
-
- compileWebHelp(List<SplitStep.Part>, File, File, Map<String, String>, ProgressMonitor) - Method in class com.xmlmind.w2x.processor.WebHelpStep
-
- configure(String[]) - Method in class com.xmlmind.w2x.processor.Processor
-
- configure(String[], StringBuilder) - Method in class com.xmlmind.w2x.processor.Processor
-
- Constants - Class in com.xmlmind.w2x.docx.toxhtml
-
- container - Variable in class com.xmlmind.w2x.docx.packaging.Part
-
- CONTENT_ATTR - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- CONTENT_NAME - Static variable in class com.xmlmind.w2x.processor.EpubStep
-
- contentType - Variable in class com.xmlmind.w2x.docx.packaging.Part
-
- contentType(VariantExpr[], XNode, ExprContext) - Static method in class com.xmlmind.w2x.processor.XPathFunctions
-
- conversionCommand - Variable in class com.xmlmind.w2x.docx.image.ExternalImageConverter
-
- convertImage(File, File) - Method in interface com.xmlmind.w2x.docx.image.ImageConverter
-
Convert specified input image file to specified output image file.
- convertImage(File, String[]) - Static method in class com.xmlmind.w2x.docx.image.ImageConverterFactories
-
Convenience method: find a factory allowing to convert specified
image file to SVG, PNG or JPEG, then use this factory to create
an image converter and then use the converter to perform
the file conversion.
- convertMath(Element) - Method in interface com.xmlmind.w2x.docx.math.MathConverter
-
Convert specified OpenXML math element to MathML.
- convertMath(Element) - Static method in class com.xmlmind.w2x.docx.math.MathConverterFactories
-
Convenience method: convert specified m:oMathPara
or
m:oMath
element to a mml:math
element.
- ConvertStep - Class in com.xmlmind.w2x.processor
-
This processing step is used to convert input DOCX file to
an in-memory XHTML 1.0 Transitional document styled using CSS styles.
- ConvertStep(String) - Constructor for class com.xmlmind.w2x.processor.ConvertStep
-
Constructs a ConvertStep having specified name.
- copyNotes(String, Element, Element, Element) - Method in class com.xmlmind.w2x.processor.SplitStep
-
- copyNotes2(Element, Map<String, Element>, int[], Element) - Method in class com.xmlmind.w2x.processor.SplitStep
-
- CORE_PROPERTIES_NS - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- CORE_PROPERTIES_REL - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- COVER_HTML - Static variable in class com.xmlmind.w2x.processor.EpubStep
-
- createApp(ClassLoader, String, File) - Method in class com.xmlmind.w2x.processor.Start
-
- createCharsetMeta(String) - Static method in class com.xmlmind.w2x.processor.SplitStep
-
- createClassLoader() - Method in class com.xmlmind.w2x.processor.Start
-
- createEpub(File, File, ProgressMonitor) - Method in class com.xmlmind.w2x.processor.EpubStep
-
- createFrameset(Document, String, String, String) - Method in class com.xmlmind.w2x.processor.SplitStep
-
- createImageConverter(String, String) - Method in class com.xmlmind.w2x.docx.image.ExternalImageConverter
-
- createImageConverter(String, String) - Method in interface com.xmlmind.w2x.docx.image.ImageConverterFactory
-
Returns a image converter allowing to convert an image file having
first specified filename extension to an image file having
second specified filename extension.
- createImageConverter(String, String) - Method in class com.xmlmind.w2x.docx.image.ImageConverterFactoryImpl
-
- createImageConverter(String, String) - Method in class com.xmlmind.w2x_ext.emf2png.EMF2PNG
-
- createImageConverter(String, String) - Method in class com.xmlmind.w2x_ext.wmf_converter.WMFConverterFactory
-
- createMathConverter(Element) - Static method in class com.xmlmind.w2x.docx.math.MathConverterFactories
-
Convenience method: returns a converter allowing to convert specified
OpenXML math element.
- createMathConverter(Element) - Method in interface com.xmlmind.w2x.docx.math.MathConverterFactory
-
Returns a math converter allowing to convert specified
OpenXML math element.
- createMathConverter(Element) - Method in class com.xmlmind.w2x.docx.math.MathConverterFactoryImpl
-
- createPartTemplate(Document) - Method in class com.xmlmind.w2x.processor.SplitStep
-
- createPartTemplate(Document) - Method in class com.xmlmind.w2x.processor.WebHelpStep
-
- createPrefixPreferences(int) - Static method in class com.xmlmind.w2x.docx.toxhtml.Util
-
- createTOCStyle(List<SplitStep.Part>) - Method in class com.xmlmind.w2x.processor.SplitStep
-
- creatingFile(File, ProgressMonitor) - Static method in class com.xmlmind.w2x.processor.SplitStep
-
- cropImage(File, double, double, double, double, File) - Static method in class com.xmlmind.w2x.docx.image.ImageConverterFactoryImpl
-
- CSS_DPI - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- CSSProperties - Class in com.xmlmind.w2x.docx.toxhtml
-
- CUSTOM_PROPERTIES_NS - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- CUSTOM_PROPERTIES_REL - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- CX_ATTR - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-
- CY_ATTR - Static variable in class com.xmlmind.w2x.docx.toxhtml.Constants
-