![]() | InDesign SDK 20.5 |

Public Member Functions | |
| XMLMrkSuiteASB (IPMUnknown *boss) | |
| virtual | ~XMLMrkSuiteASB (void) |
| virtual bool16 | CanMakeTable () const |
| virtual ErrorCode | MakeTable (bool16 hasHeaderRow) |
| virtual bool16 | CanMakeKeywordSet () const |
| virtual ErrorCode | MakeKeywordSet () |
| virtual bool16 | CanMakeItemizedList () const |
| virtual ErrorCode | MakeItemizedList () |
| virtual bool16 | CanMakeSectionComposite () const |
| virtual ErrorCode | MakeSectionComposite () |
| virtual bool16 | CanMakeMediaObject () const |
| virtual ErrorCode | MakeMediaObject () |
Public Member Functions inherited from CPMUnknown< IXMLMrkSuite > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IXMLMrkSuite | |
| enum | { kDefaultIID = IID_IXMLMrkSUITE } |
Protected Member Functions inherited from CPMUnknown< IXMLMrkSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IXMLMrkSuite > | |
| HelperInterface | fHelperInterface |
Integrator IXMLMrkSuite implementation. Uses templates provided by the API to delegate calls to IXMLMrkSuite implementations on underlying concrete selection boss classes.
See XMLMrkConstants for definition of the top-level elements that are created by these operations.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * XMLMrkSuiteASB::XMLMrkSuiteASB | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | boss object on which this interface is aggregated. |
| virtual |
Destructor.
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |