![]() | InDesign SDK 20.5 |
#include <TOCEntryInfo.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| TOCEntryInfo (const PMString &origStyleName, const int32 &pageIndex, const UID &bookContentUID, const UID &formatUID, const PMString &textAnchorName) | |
Public Attributes | |
| PMString | fOrigStyleName |
| int32 | fPageIndex |
| UID | fBookContentUID |
| UID | fFormatUID |
| PMString | fTextAnchorName |
Helper class to cache general information for each table of content(TOC) entry.
| inline |
Copy constructor with given values.
| origStyleName | IN style name included in TOC |
| bookContentUID | IN book content UID within book database |
| pageIndex | IN page index associated with the document |
| formatUID | IN UID of paragraph style to format TOC entries |
| origStyleName | IN style name included in TOC |