![]() | InDesign SDK 20.5 |
Public Member Functions | |
| HyphenExceptionsList (const HyphenExceptionsList ©) | |
| void | clear () |
| void | Clear () |
| int32 | size () const |
| int32 | Length () const |
| void | Insert (const HyphenExceptions &xx) |
| const HyphenExceptions & | operator[] (int32 i) const |
| HyphenExceptions & | operator[] (int32 i) |
| HyphenExceptionsList & | operator= (const HyphenExceptionsList ©) |
| bool16 | operator== (const HyphenExceptionsList &other) const |
| bool16 | operator!= (const HyphenExceptionsList &other) const |
| void | ReadWrite (IPMStream *s) |
| void HyphenExceptionsList::clear | ( | ) |
Clears hyphenation exceptions list.
| inline |
Clears hyphenation exceptions list.
| void HyphenExceptionsList::Insert | ( | const HyphenExceptions & | xx | ) |
Inserts the specified hyphenation exception into the list in sorted order.
| xx | Hyphenation exception to be inserted. |
| inline |
Returns size of hyphenation exceptions list.
| inline |
Checks if the hyphenation exceptions list is different than the other one. Two lists are considered not euqal if any item in the lists are not equal.
| other | Other hyphenation exceptions list to compare with |
| bool16 HyphenExceptionsList::operator== | ( | const HyphenExceptionsList & | other | ) | const |
Checks if the hyphenation exceptions list is the same as the other one. Two lists are considered euqal if every item in the lists are equal.
| other | Other hyphenation exceptions list to compare with |
| inline |
Returns the hyphenation exception in the list at specified index.
| i | Index in the hyphenation exeptions list. |
| inline |
Returns the hyphenation exception in the list at specified index.
| i | Index in the hyphenation exeptions list. |
| void HyphenExceptionsList::ReadWrite | ( | IPMStream * | s | ) |
Read and write for the hyphenation exceptions list
| s | stream to read from or write to |
| inline |
Returns size of hyphenation exceptions list.