![]() | InDesign SDK 20.5 |
#include <IGraphicsPort.h>
Public Types | |
| enum | AuxInfoObjectType { kNone, kImage, kTextFrame, kImageStream, kText, kColor, kTextRun } |
Public Member Functions | |
| GPortAuxInfoParam (AuxInfoObjectType objType) | |
| void | SetObjectType (AuxInfoObjectType bObjType) |
| void | GetObjectType (AuxInfoObjectType *bObjType) |
| AuxInfoObjectType | GetObjectType () |
| void | SetOPIInfo (IOPIInfo *bOPIInfo) |
| void | GetOPIInfo (IOPIInfo **bOPIInfo) |
| IOPIInfo * | GetOPIInfo () |
| void | SetObjectRef (const UIDRef &obj) |
| const UIDRef & | GetObjectRef () |
| void | SetTextStart (TextIndex start) |
| TextIndex | GetTextStart () |
| void | SetTextSpan (int32 span) |
| int32 | GetTextSpan () |
| void | SetTint (const PMReal &tint) |
| const PMReal & | GetTint () |
The following is a class container, to pass on auxiliary information using BeginAuxInfoContext/EndAuxInfoContext. For future usage, we could add kText, and pass on text run information, so a GPort can mark the received text strings from the show() methods, and group them and mark them as paragraphs, or text links.
| inline |
| inline |
Get the type of information stored by this object.
| AuxInfoObjectType* | bObjType: Return the object type. |
| inline |
Get the type of information stored by this object.
| inline |
Get the OPI information stored with this object.
| IOPIInfo** | bOPIInfo: Returns the OPI object stored. |
| inline |
Get the OPI information stored with this object.
| inline |
Get the span stored with this object.
| inline |
Get the starting text index stored with this object.
| inline |
Get the tint stored with this object.
| inline |
| inline |
Set the type of information stored by this object.
| AuxInfoObjectType | bObjType: object type. |
| inline |
Store OPI information with this object.
| IOPIInfo* | bOPIInfo: OPI object to store. |
| inline |
Store the span with this object.
| int32,: | Return span stored. |
| inline |
Store the starting text index with this object.
| TextIndex | start: TextIndex to store. |