:: org :: openoffice :: vba ::

interface XComment

Methods' Summary
Delete  
Next  
Previous  
Text  
Methods' Details
Delete
void
Delete();

Next
XComment
Next();

Previous
XComment
Previous();

Text
string
Text( [in] any  Text,
[in] any  Start,
[in] any  Overwrite );

Attributes' Summary
Application  
Author  
Creator  
Parent  
Visible  
Attributes' Details
Application
[ readonly ] XApplication Application;
Author
string Author;
Creator
[ readonly ] long Creator;
Parent
[ readonly ] XRange Parent;
Visible
boolean Visible;
Top of Page