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

Public Types | |
| enum | { kDefaultIID = IID_IXREFFORMATCMDDATA } |
Public Member Functions | |
| virtual void | SetName (const PMString &formatName)=0 |
| virtual PMString | GetName () const =0 |
| virtual bool16 | ChangingName () const =0 |
| virtual void | SetCharStyle (UID charStyle)=0 |
| virtual UID | GetCharStyle () const =0 |
| virtual bool16 | ChangingCharStyle () const =0 |
| virtual void | SetBuildingBlocks (const K2Vector< XRefBuildingBlock > &buildingBlocks)=0 |
| virtual void | GetBuildingBlocks (K2Vector< XRefBuildingBlock > &buildingBlocks) const =0 |
| virtual bool16 | ChangingBuildingBlocks () 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 |
Abstract interface to cross reference format command data.
| pure virtual |
Return kTrue if we are changing building blocks
| pure virtual |
Return kTrue if we are changing the character style
| pure virtual |
Return kTrue if we are changing the name
| pure virtual |
Get the building blocks list of the format
| K2Vector<XRefBuildingblock>& | - [OUT]list of building blocks |
| pure virtual |
Get the character style of the format
| pure virtual |
Get the name of the format
| pure virtual |
Set the building blocks list to the format
| buildingBlocks | - building blocks list |
| pure virtual |
Set the character style of the format
| charStyle | - The new character style to use |
| pure virtual |
Set the name of the format
| formatName | - The new name to use |