![]() | InDesign SDK 20.5 |
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| HyphenExceptions (const HyphenExceptions &other) | |
| HyphenExceptions (const ILanguage *language) | |
| void | operator= (const HyphenExceptions ©) |
| bool16 | operator== (const HyphenExceptions &other) const |
| bool16 | operator> (const HyphenExceptions &other) const |
| bool16 | operator< (const HyphenExceptions &other) const |
| bool16 | empty () const |
| bool16 | SameLanguage (const HyphenExceptions &other) const |
| bool16 | SameLanguage (const ILanguage *language) const |
| void | SetLanguage (const ILanguage *language) |
| ILanguage * | QueryLanguage () const |
| void | SetLanguageName (const PMString &languageName) |
| void | ReadWrite (IPMStream *s) |
Public Attributes | |
| UserDictWordList | fStrings |
| UserDictWordList | fNotStrings |
| bool16 HyphenExceptions::empty | ( | ) | const |
Hyphen exceptions is empty.
| inline |
Hyphenation exception is considered to be smaller than the other one if language name string is smaller.
| other | Hyphenation exception to compare to. |
| inline |
Hyphenation exception is considered to be equal if all members are euqal.
| other | Hyphenation exception to compare to. |
| inline |
Hyphenation exception is considered to be greater than the other one if language name string is greater.
| other | Hyphenation exception to compare to. |
| ILanguage* HyphenExceptions::QueryLanguage | ( | ) | const |
Query language
| void HyphenExceptions::ReadWrite | ( | IPMStream * | s | ) |
Read and write for the hyphenation exception
| s | stream to read from or write to |
| bool16 HyphenExceptions::SameLanguage | ( | const HyphenExceptions & | other | ) | const |
HyphenExcetions share same language
| other | Other hyphenation excpetion to check against |
| bool16 HyphenExceptions::SameLanguage | ( | const ILanguage * | language | ) | const |
HyphenExcetions share same language
| language | Language to check against |
| void HyphenExceptions::SetLanguage | ( | const ILanguage * | language | ) |
Set language
| language | language of HyphenException |
| void HyphenExceptions::SetLanguageName | ( | const PMString & | languageName | ) |
Set language name
| languageName | name of language of HyphenException |