IFont module

class IFont.IFont

Bases: IExcelApplication, IOptimizedUpdate

abstract property Color: Color
abstract property FontName: str
abstract GenerateNativeFont() Font
abstract property IsAutoColor: bool
abstract property IsBold: bool
abstract property IsItalic: bool
abstract property IsStrikethrough: bool
abstract property IsSubscript: bool
abstract property IsSuperscript: bool
abstract property KnownColor: ExcelColors
abstract SetThemeColor(type: ThemeColorType, tint: float)
abstract property Size: float
abstract property StrikethroughType: str
abstract property Underline: FontUnderlineType
abstract property VerticalAlignment: FontVertialAlignmentType