AbstractRange

Overview

AbstractRange is a class in Aspose.Html FOSS for Python.

Read-only boundary-point contract shared by range-family APIs.

Properties: collapsed, end_container, end_offset, start_container, start_offset.

Properties

NameTypeAccessDescription
start_container"Node"ReadThe node that contains the start of the range.
start_offsetintReadThe offset within start_container.
end_container"Node"ReadThe node that contains the end of the range.
end_offsetintReadThe offset within end_container.
collapsedboolReadTrue if the start and end boundary points are identical.

See Also