data property
data property
The data holds the value of the characters generated by an input method. This MAY be a single Unicode character or a non-empty sequence of Unicode characters [Unicode]. Characters SHOULD be normalized as defined by the Unicode normalization form NFC, defined in [UAX15]. This attribute MAY contain the empty string.
Definition:
@property
def data(self):
...
@data.setter
def data(self, value):
...
See Also
- module
aspose.svg.dom.events
- class
InputEvent