:: ooo :: vba :: excel ::

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

::ooo::vba::XHelperInterface

Methods' Summary
Insert  
Delete  
Attributes' Summary
Caption  
Count  
Text  
Font  
Methods' Details
Insert
void
Insert( [in] string  String );

Delete
void
Delete();

Attributes' Details
Caption
string Caption;
Count
[ readonly ] long Count;
Text
string Text;
Font
XFont Font;
Top of Page