ITabFont

Assembly: Tab;

Description

The ITabFont interface contains properties and methods for setting up table elements font parameters.

Inheritance Hierarchy

          ITabFont

Properties

  Property name Brief description
Angle The Angle property determines text rotation angle.
Bold The Bold property determines, whether bold font should be used.
Charset The Charset property determines font encoding that is used to display text.
Color The Color property determines the font color.
Italic The Italic property determines, whether the font should be italic.
Name The Name property determines the font name.
Size The Size property determines a font size in points.
Strikeout The Strikeout property determines, whether the font should be stricken out.
Underline The Underline property determines, whether the font should be underlined.

Methods

  Method name Brief description
Apply The Apply method adjusts parameters of current font in accordance with parameters of a specified font.
AsGxFont The AsGxFont method returns font (IGxFont).
Assign The Assign method adjust parameters of current font in accordance with parameters of a specified font and resets undefined parameters.
Equal The Equal method compares fonts.
FromGxFont The FromGxFont method returns the font, which is the result of the font (IGxFont), specified as the input parameter.

See also:

Tab Assembly Interfaces