![]() | InDesign SDK 20.5 |

Public Member Functions | |
| TblBscSuiteTextCSB (IPMUnknown *boss) | |
| virtual | ~TblBscSuiteTextCSB (void) |
| virtual bool16 | CanInsertTable () const |
| virtual ErrorCode | InsertTable (int32 numRows, int32 numCols) |
| virtual bool16 | CanSetCellText (int32 row, int32 col) const |
| virtual ErrorCode | SetCellText (int32 row, int32 col, const WideString &text) |
| virtual bool16 | CanGetCellText (int32 row, int32 col) const |
| virtual void | GetCellText (int32 row, int32 col, WideString &text) const |
Public Member Functions inherited from CPMUnknown< ITblBscSuite > | |
| 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 ITblBscSuite | |
| enum | { kDefaultIID = IID_ITBLBSCSUITE } |
Protected Member Functions inherited from CPMUnknown< ITblBscSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ITblBscSuite > | |
| HelperInterface | fHelperInterface |
Text selection boss ITblBscSuite implementation to create table content when a text selection is active.
| TblBscSuiteTextCSB::TblBscSuiteTextCSB | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | refers to boss class on which this is aggregated. |
| virtual |
Destructor.
| virtual |
See ITblBscSuite::CanGetCellText.
Implements ITblBscSuite.
| virtual |
See ITblBscSuite::CanInsertTable.
Implements ITblBscSuite.
| virtual |
See ITblBscSuite::CanSetCellText.
Implements ITblBscSuite.
| virtual |
See ITblBscSuite::GetCellText.
Implements ITblBscSuite.
| virtual |
See ITblBscSuite::InsertTable.
Implements ITblBscSuite.
| virtual |
See ITblBscSuite::SetCellText.
Implements ITblBscSuite.