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
| Name | Type | Access | Description |
|---|---|---|---|
start_container | "Node" | Read | The node that contains the start of the range. |
start_offset | int | Read | The offset within start_container. |
end_container | "Node" | Read | The node that contains the end of the range. |
end_offset | int | Read | The offset within end_container. |
collapsed | bool | Read | True if the start and end boundary points are identical. |