set_current method
set_current(collector, node)
Extracts an opaque position of the LayoutEnumerator which corresponds to the specified node and sets this position as current position in the page layout model
def set_current(self, collector: aspose.words.layout.LayoutCollector, node: aspose.words.Node):
...
| Parameter | Type | Description |
|---|---|---|
| collector | LayoutCollector | |
| node | Node |
See Also
- module aspose.words.layout
- class LayoutEnumerator