![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IIMAGEOBJECTSUITE } |
Public Member Functions | |
| virtual ErrorCode | InitGraphicLayerInfo ()=0 |
| virtual ErrorCode | GetGraphicLayerInfo (IGraphicLayerInfo *dstLayerInfo)=0 |
| virtual ErrorCode | SetGraphicLayerInfo (IGraphicLayerInfo *srcLayerInfo)=0 |
| virtual ErrorCode | GetGraphicItem (UIDRef &itemUIDRef)=0 |
| virtual bool16 | CanModifyLayers ()=0 |
| virtual bool16 | BadLinkState ()=0 |
| virtual bool16 | HasLayerCompInfo ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Determine if the selected item has a bad link state.
| pure virtual |
Determine if the selected item is a PDF or PSD.
| pure virtual |
Get the selected graphic item, IF it is either a PSD or PDF
| pure virtual |
Copies the layer information from the selected graphic to the given interface
| IGraphicLayerInfo* | - the layer information interface to copy to |
| pure virtual |
Determine if the selected item has layer comp info (PSD only).
| pure virtual |
Initialize the layer information for the selected graphic - fires off the command kInitializeGraphicLayersCmdBoss if necessary
| pure virtual |
Copies the given layer information to the selected graphic
| IGraphicLayerInfo* | - the layer information interface to copy from |