com.dynalivery.word
Class WordJob
java.lang.Object
|
+--com.dynalivery.harmoni.HarmoniJob
|
+--com.dynalivery.word.WordJob
- public class WordJob
- extends HarmoniJob
|
Constructor Summary |
WordJob(HarmoniEngine engine,
short handle)
Construct a (report) HarmoniJob object with the given handle. |
WordJob(HarmoniJob parent,
short handle)
Construct a (sub-report) HarmoniJob object with the given handle. |
| Methods inherited from class com.dynalivery.harmoni.HarmoniJob |
CheckSelectionFormula,
ClearServerLog,
Close,
DeleteNthSortField,
DeleteXmlFile,
getEngine,
GetHandle,
GetJobStatus,
GetName,
GetNthTableLogOnInfo,
getOutputAsStream,
getOutputFileNames,
GetPrintOptions,
GetSelectedPrinter,
GetSelectedPrinterByName,
GetSelectionFormula,
GetServerLog,
GetSQLQuery,
GetStatus,
OutputTo,
OutputToPrinter,
OutputToSaffronHtml,
OutputToSaffronJPEG,
OutputToSaffronPDF,
OutputToSaffronPNG,
OutputToSaffronRTF,
OutputToSaffronSVG,
SelectPrinter,
SelectPrinterByName,
SetJobTitle,
SetName,
SetNthSortField,
SetNthTableLogOnInfo,
SetNthTablePrivateDataFromXMLFile,
SetPrintOptions,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateData,
SetPrivateDataFromMainReport,
SetPrivateDataFromServerMachine,
SetPrivateDataFromXMLFile,
setRetrieveOutputAsStream,
setRetrieveOutputToClientDisk,
SetSelectionFormula,
SetSQLQuery,
Start,
TestNthTableConnectivity,
VerifyDatabase |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
wdFormatDocument
public static final short wdFormatDocument
wdFormatTemplate
public static final short wdFormatTemplate
wdFormatText
public static final short wdFormatText
wdFormatTextLineBreaks
public static final short wdFormatTextLineBreaks
wdFormatDOSText
public static final short wdFormatDOSText
wdFormatDOSTextLineBreaks
public static final short wdFormatDOSTextLineBreaks
wdFormatRTF
public static final short wdFormatRTF
wdFormatUnicodeText
public static final short wdFormatUnicodeText
wdFormatEncodedText
public static final short wdFormatEncodedText
wdFormatHTML
public static final short wdFormatHTML
wdFormatWebArchive
public static final short wdFormatWebArchive
wdFormatFilteredHTML
public static final short wdFormatFilteredHTML
wdFormatXML
public static final short wdFormatXML
WordJob
public WordJob(HarmoniEngine engine,
short handle)
- Construct a (report) HarmoniJob object with the given handle.
- Parameters:
engine - The HarmoniEngine which is handling this jobhandle - The handle which this job is to be given
WordJob
public WordJob(HarmoniJob parent,
short handle)
- Construct a (sub-report) HarmoniJob object with the given handle.
- Parameters:
parent - The parent of the new subjob.handle - The handle which this job is to be given
getParent
public WordJob getParent()
ExportTo
public boolean ExportTo(WordExportInfo exportInfo)
throws HarmoniAPIError,
HarmoniServerError
- Export this Word Document to another output format
- Parameters:
exportInfo - WordExportInfo ojbect that contains the options and type for exporting to- Throws:
- HarmoniAPIError -
- HarmoniServerError -
SetParameterValue
public boolean SetParameterValue(java.lang.String parameterName,
java.lang.String parameterValue)
throws HarmoniServerError,
HarmoniAPIError
- Changes information about a named parameter field.
- Parameters:
parameterName - The name of the parameter field which you want to set.parameterValue - The new value for the parameter.)- Throws:
- HarmoniServerError - A fatal error occured during the remote call.
- HarmoniAPIError - The remote print engine call returned a value indicating failure,
or the given named parameter was not found in the report.