Fonts

Vue de l’ensemble

‘Font’ est une classe dans Aspose.Cells FOSS pour C++.

Il représente le font.

Cette classe fournit 17 méthodes pour travailler avec des objets de Font dans les programmes C++. Les méthodologies disponibles comprennent: ‘Clone’, ‘Color’, Font', ‘GetBold’, 'GatColore', ’GtItalic', ‚GitName',‘GotSize’, ‘Trough’, GutUnderline’, ’SetBolde’, ‚SetColors’ et 5 méthode supplémentaires. Tous les membres publics sont accessibles à toute application C ++ après l’installation de l’Aspose.Cells FOSS pour le package C+.

Méthodes accessorielles

NameTypeAccessDescription
ColorColorReadGets the color.

méthodes

SignatureDescription
Color()ColorGets or sets the color.
Font()Initializes a new instance of the class.
GetName()std::stringGets or sets the name.
SetName(value: std::string)Sets the name.
GetSize()doubleGets or sets the size.
SetSize(value: double)Sets the size.
GetBold()boolGets or sets a value indicating whether bold.
SetBold(value: bool)Sets a value indicating whether bold.
GetItalic()boolGets or sets a value indicating whether italic.
SetItalic(value: bool)Sets a value indicating whether italic.
GetUnderline()boolGets or sets a value indicating whether underline.
SetUnderline(value: bool)Sets a value indicating whether underline.
GetStrikeThrough()boolGets or sets a value indicating whether strike through.
SetStrikeThrough(value: bool)Sets a value indicating whether strike through.
GetColor()ColorGets or sets the color.
SetColor(value: Color)Sets the color.
Clone()FontCreates a copy of the current instance. The font.

Voir aussi

  • Aspose.Cells — référence API d’entreprise
 Français