:: org :: openoffice :: vba ::

interface XCharacters

Methods' Summary
Insert  
Delete  
Methods' Details
Insert
void
Insert( [in] string  String );

Delete
void
Delete();

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