Aspose::Words::IHyphenationCallback interface

IHyphenationCallback interface

Implemented by classes which can register hyphenation dictionaries.

class IHyphenationCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual RequestDictionary(System::String)Notifies application that hyphenation dictionary for the specified language wasn’t found and may need to be registered. Implementation should find a dictionary and register it using RegisterDictionary() methods. If dictionary is unavailable for the specified language implementation can opt out of further calls for the same language using RegisterDictionary() with null value.
static Type()

See Also