:: org :: openoffice :: vba ::

interface XCharacters
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCharacters
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

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