Class XhtmlUNOPublisher
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.UNOPublisher
org.openoffice.da.comp.writer2xhtml.XhtmlUNOPublisher
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openoffice.da.comp.w2lcommon.filter.UNOPublisher
UNOPublisher.TargetFormat -
Field Summary
Fields inherited from class org.openoffice.da.comp.w2lcommon.filter.UNOPublisher
xContext, xFrame -
Constructor Summary
ConstructorsConstructorDescriptionXhtmlUNOPublisher(com.sun.star.uno.XComponentContext xContext, com.sun.star.frame.XFrame xFrame, String sAppName) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpostProcess(String sURL, UNOPublisher.TargetFormat format) Display the converted document depending on user settingsMethods inherited from class org.openoffice.da.comp.w2lcommon.filter.UNOPublisher
documentSaved, filterFileName, getTargetFileName, getTargetPath, getTargetURL, postProcessMediaProps, publish
-
Constructor Details
-
XhtmlUNOPublisher
public XhtmlUNOPublisher(com.sun.star.uno.XComponentContext xContext, com.sun.star.frame.XFrame xFrame, String sAppName)
-
-
Method Details
-
postProcess
Display the converted document depending on user settings- Overrides:
postProcessin classUNOPublisher- Parameters:
sURL- the URL of the converted documentformat- the target format
-