:: ooo :: vba :: excel ::

interface XComment
Base Interfaces
XComment
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
Delete  
Next  
Previous  
Text  
Attributes' Summary
Author  
Shape  
Visible  
Methods' Details
Delete
void
Delete();

Next
XComment
Next();

Previous
XComment
Previous();

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

Attributes' Details
Author
string Author;
Shape
[ readonly ] ::ooo::vba::msforms::XShape Shape;
Visible
boolean Visible;
Top of Page