Loading...
 

CX_OLE_WORD_XML

CX_OLE_WORD_XML

Class hierarchy
Description:

Tool class for XML objects. To get this XML tool class when calling GetToolObject on the COM-Manager, the cxtx.dll must be included in the project file.

Code example:
Var(com) CreateTransObject(CX_COM_OBJECT) -> com
"Word.Document.8" com Call(CreateFromProgID)

com GetManager(COM) Call(GetToolObject) //-> CX_OLE_WORD_XML (Toolobjekt für dieses COM-Objekt)
Call(GetXML) //-> CX_WORD_XML

List of methods (MDI)
Function MA* Parameters Return Brief description
GetXML CX_WORD_XML Creates a transient XML object from the OLE object
GetPersXML CX_WORD_XML Creates a persistent XML object from the OLE object
ReleaseResources Release OLE objects
Continue OBJECT INTEGER Continue output to document
Merge INTEGER INTEGER Fill document variables with the values from PlugSpace
ResetMerging Fill fields with the document variables with the variable names
StartPutIntoDoc OBJECT, OBJECT, INTEGER, INTEGER INTEGER Start output to document
* MA = Member Access function,
grey background = inherited function

Data directory (DDI)
Data field Type Reference class I* Brief description
* I = Indexable data field,
grey background = inherited data field

Use in AppsWH
Module Brief description