notify method
notify(args)
This is called to notify of layout build and rendering progress.
def notify(self, args: aspose.words.layout.PageLayoutCallbackArgs):
...
Parameter | Type | Description |
---|---|---|
args | PageLayoutCallbackArgs | An argument of the event. |
Remarks
Exception when thrown by implementation aborts layout build process.
See Also
- module aspose.words.layout
- class IPageLayoutCallback