callback property

Hyphenation.callback property

Gets or sets callback interface used to request dictionaries when page layout of the document is built. This allows delay loading of dictionaries which may be useful when processing documents in many languages.

@property
def callback(self) -> aspose.words.IHyphenationCallback:
    ...

@callback.setter
def callback(self, value: aspose.words.IHyphenationCallback):
    ...

See Also