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

Applies a cell style to a <code>GridArea</code> of a table.
kTableModelBoss to apply the style to | IBoolData kApplyCellStyleCmdBoss::IID_IBOOLDATA |
Flag for removing local cell overrides that conflict with
the applied style.
<ul>
<li>Implementation: kBoolDataImpl</li>
<li>Available in: </li>
<li>Class from:</li>
</ul>| ICommand kApplyCellStyleCmdBoss::IID_ICOMMAND |
Flag for whether or not to apply the cell style's paragraph
style. / IID_IAPPLYCELLSTYLEPARASTYLE, kBoolDataImpl, } }, / * Moves style groups to new location or new parent.
/ Class { kMoveCellStyleGroupCmdBoss, kInvalidClass, { / * ICommand Interface * / IID_ICOMMAND, kMoveCellStyleGroupCmdImpl, / * IN IStylePositionInfo, set the new parent and position for the style groups. * / IID_ISTYLEPOSITIONINFO, kStylePositionInfoImpl, / * OUT IUIDListData, After command execution, Hold the uid list which can not be moved due to some error. * / IID_IUIDLISTDATA, kUIDListDataImpl, / * IN IStyleRemapData Interface, A list holding the replace with uid and preserve formatting flag,and conflict flag.* / IID_ISTYLEREMAPDATA, kStyleRemapDataImpl, } } / * Moves styles (kCellStyleBoss) to new parent and position.
/ Class { kMoveCellStyleCmdBoss, kInvalidClass, { / * ICommand Interface * / IID_ICOMMAND, kMoveCellStyleCmdImpl, / * IN IStylePositionInfo, the target parent and position. * / IID_ISTYLEPOSITIONINFO, kStylePositionInfoImpl, / * OUT IUIDListData interface, after the completion of the command, Hold the uid list which can not be move due to some error * / IID_IUIDLISTDATA, kUIDListDataImpl, / * IN IStyleRemapData interface, A list holding the replace with uid and formatting flag * / IID_ISTYLEREMAPDATA, kStyleRemapDataImpl, } } / * Creates a new cell style.
/ Class { kCreateCellStyleCmdBoss, kInvalidUID, { / * The ICommand< /code> implementation.
<ul>
<li>Implementation: kCreateCellStyleCmdImpl</li>
<li>Available in: </li>
<li>Class from:</li>
</ul>| IGridAreaData kApplyCellStyleCmdBoss::IID_IGRIDAREADATA |
The GridArea to apply the cell style to.
| IPMUnknown kApplyCellStyleCmdBoss::IID_IREMOVEALLCELLOVERRIDES |
Flag for removing all cell overrides, if this is set to
kTrue< /code>, the other flag for clearing only conflicting attributes must also be set to kTrue< /code>.
<ul> <li>Implementation: kBoolDataImpl</li> <li>Available in: </li> <li>Class from:</li> </ul>
| IStyleInfo kApplyCellStyleCmdBoss::IID_ISTYLEINFO |
Style info.
| IStylePositionInfo kApplyCellStyleCmdBoss::IID_ISTYLEPOSITIONINFO |
The style position info.
| ITableAttributes kApplyCellStyleCmdBoss::IID_ITABLEATTRIBUTES |
The cell attributes for the command.
| IUIDData kApplyCellStyleCmdBoss::IID_IUIDDATA |
The cell style to apply.