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):
    ...
ParameterTypeDescription
collectorLayoutCollector
nodeNode

See Also