:: org :: openoffice :: vba ::

interface XFont

Attributes' Summary
Size  
StandardFontSize  
StandardFont  
FontStyle  
ColorIndex  
Bold  
Underline  
Strikethrough  
Shadow  
Italic  
Subscript  
Superscript  
Name  
Attributes' Details
Size
float Size;
StandardFontSize
float StandardFontSize;
StandardFont
string StandardFont;
FontStyle
string FontStyle;
ColorIndex
long ColorIndex;
Bold
boolean Bold;
Underline
any Underline;
Strikethrough
boolean Strikethrough;
Shadow
boolean Shadow;
Italic
boolean Italic;
Subscript
boolean Subscript;
Superscript
boolean Superscript;
Name
string Name;
Top of Page