LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
XComment Interface Reference

import "XComment.idl";

Inheritance diagram for XComment:
XCharacterData XNode XInterface

Additional Inherited Members

- Public Member Functions inherited from XCharacterData
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...
 

The documentation for this interface was generated from the following file: