:: org :: openoffice :: vba ::

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

Attributes' Summary
Bold  
Underline  
Strikethrough  
Shadow  
Italic  
Name  
Attributes' Details
Bold
boolean Bold;
Underline
boolean Underline;
Strikethrough
boolean Strikethrough;
Shadow
boolean Shadow;
Italic
boolean Italic;
Name
string Name;
Top of Page