Overview
CharacterToken is a class in Aspose.Html FOSS for Python.
A character token carrying one or more Unicode characters.
Properties: column, data, line.
Properties
| Name | Type | Access | Description |
|---|
data | str | Read | Gets the data. |
line | int | Read | Gets the line. |
column | int | Read | Gets the column. |
See Also