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

Public Types | |
| enum | { kDefaultIID = IID_IPARAGRAPHSTYLESUITE } |
Public Types inherited from ICharacterStyleSuite | |
| enum | { kDefaultIID = IID_ICHARACTERSTYLESUITE } |
Additional Inherited Members | |
Public Member Functions inherited from ICharacterStyleSuite | |
| virtual bool16 | CanCreateStyle () const =0 |
| virtual UID | CreateStyle (UID parentUID=kInvalidUID, int32 position=-1)=0 |
| virtual bool16 | CanRedefineStyle () const =0 |
| virtual ErrorCode | RedefineStyle ()=0 |
| virtual bool16 | CanEditStyle () const =0 |
| virtual UID | GetStyleUID () const =0 |
| virtual AttributeBossList * | NewStyleAttributeList ()=0 |
IParagraphStyleSuite exists solely to provide unique IIDs for the ICharacterStyleSuite and IParagraphStyleSuite interfaces of a selection. The methods of the two interfaces are identical. See ICharacterStyleSuite for descriptions of the methods.