public class HtmlExporterNonXSLT extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
DEFAULT_OUTPUT_SIZE
Deprecated.
|
protected HTMLSettings |
htmlSettings
Deprecated.
|
protected static String |
inputfilepath
Deprecated.
|
protected static String |
outputfilepath
Deprecated.
|
Constructor and Description |
---|
HtmlExporterNonXSLT(WordprocessingMLPackage wordMLPackage,
ConversionImageHandler conversionImageHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Document |
export()
Deprecated.
Generate HTML for the entire MainDocumentPart.
|
Document |
export(Object blockLevelContent,
String cssClass,
String cssId)
Deprecated.
Generate HTML for the specified content.
Don't expect this method to work, the conversion process relies on a structure that has been preprocessed and is based on the complete document. |
String |
getCss()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
protected static final int DEFAULT_OUTPUT_SIZE
protected static String inputfilepath
protected static String outputfilepath
protected HTMLSettings htmlSettings
public HtmlExporterNonXSLT(WordprocessingMLPackage wordMLPackage, ConversionImageHandler conversionImageHandler)
public Document export()
public String getCss()
public Document export(Object blockLevelContent, String cssClass, String cssId)
blockLevelContent
- Copyright © 2007-2017. All Rights Reserved.