LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "XComment.idl";
Additional Inherited Members | |
![]() | |
void | appendData ([in] string arg) raises (DOMException) |
Append the string to the end of the character data of the node. More... | |
void | deleteData ([in] long offset,[in] long count) raises (DOMException) |
Remove a range of 16-bit units from the node. More... | |
string | getData () raises (DOMException) |
Return the character data of the node that implements this interface. More... | |
long | getLength () |
The number of 16-bit units that are available through data and the substringData method below. More... | |
void | insertData ([in] long offset,[in] string arg) raises (DOMException) |
Insert a string at the specified 16-bit unit offset. More... | |
void | replaceData ([in] long offset,[in] long count,[in] string arg) raises (DOMException) |
Replace the characters starting at the specified 16-bit unit offset with the specified string. More... | |
void | setData ([in] string data) raises (DOMException) |
Set the character data of the node that implements this interface. More... | |
string | subStringData ([in] long offset,[in] long count) raises (DOMException) |
Extracts a range of data from the node. More... | |