org.w3c.dom.CharacterData.deleteData
method
public deleteData(offset as Int, count as Int) as Void throws DOMException
Description

Deletes a range of text.

Parameters
  • offset Start offset.
  • count Number of characters to delete.
Throws
  • DOMException if the range is invalid.
Example
text.deleteData(0, 1)