![]() | InDesign SDK 20.5 |
#include <IndexHeaderGroup.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| IndexHeaderGroup () | |
| bool16 | operator== (const IndexHeaderGroup &other) const |
| bool16 | operator!= (const IndexHeaderGroup &other) const |
| void | AppendSectionHeader (const IndexSectionHeader §ionHeader) |
| const IndexSectionHeader & | GetNthSectionHeader (int32 i) const |
| void | ReadWrite (IPMStream *s) |
Public Attributes | |
| PMString | fName |
| PMString | fUIHeader |
| WideString | fTextHeader |
| bool16 | fVisible |
| K2Vector< IndexSectionHeader > | fSectionHeadersList |
Groups multiple section headers into one convenient unit. The usual groups are Symbol, Numeric, Alphabet, Kana.
| inline |
Constructs an empty header group.
| inline |
Appends a section header to the group.
| sectionHeader | [IN] - the section header to add to the group. |
| inline |
Retrieves the section header at the specified index.
| i | [IN] - index of the desired section header within the group. |
| inline |
Inequality test operator.
| inline |
Equality test operator.
| inline |
Persistence support for the header group.
| s | [IN] - the stream to read/write the header group from/to. |