![]() | InDesign SDK 20.5 |
#include <TOCEntryInfo.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| TOCEntryRunInInfo () | |
| TOCEntryRunInInfo (const int32 entryIndex, const WideString &runInSep) | |
| bool16 | operator== (const TOCEntryRunInInfo &other) const |
Public Attributes | |
| int32 | fEntryIndex |
| WideString | fRunInSep |
Helper class to cache runin information for each table of content(TOC) entry.
| inline |
Default constructor.
| inline |
Copy constructor with given values.
| entryIndex | IN entry index that needs runin |
| runInSep | IN separator for runin |
| inline |
Equal operator for comparison.
| other | IN the object to compare with. |