:: org :: openoffice :: vba ::

interface XFont

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