![]() | InDesign SDK 20.5 |
#include <IXMLConvertElementToTableCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_IXMLCONVERTELEMENTTOTABLECMDDATA } |
Public Member Functions | |
| virtual void | Set (const XMLReference &element, const WideString &tableRowTagName, const WideString &tableCellTagName)=0 |
| virtual XMLReference | GetXMLReference () const =0 |
| virtual WideString | GetTableRowTagName () const =0 |
| virtual WideString | GetTableCellTagName () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface Convert Element to Table Cmd
| pure virtual |
| pure virtual |
| pure virtual |
| pure virtual |
Sets the data necessary for the XMLConvertElementToTableCmd command
| element | the element to convert to a table |
| tableRowTagName | tag used to designate a table row in the elements structure |
| tableCellTagName | tag used to designate a table cell in the elements structure |