StyleValue
StyleValue
Overview
StyleValue és una classe en Aspose.Cells FOSS per a C++.
Representa el valor d’estil.
Aquesta classe proporciona 27 mètodes per treballar amb objectes StyleValue en programes C++. Els mètodes disponibles inclouen: AlignmentValue, BordersValue, Clone, ColorValue, Default, FillPatternKind, FontValue, GetAlignment, GetBackgroundColor, GetBorders, GetFont, GetForegroundColor, i 14 mètodes addicionals. Tots els membres públics són accessibles a qualsevol aplicació C++ després d’instal·lar el paquet FOSS per C++. Metodes d’accesor: AlignmentValue, BordersValue, ColorValue, FillPatternKind, FontValue, NumberFormatValue, i una més.
Mètodes d’accesori
| Name | Type | Access | Description |
|---|---|---|---|
FontValue | FontValue | Read | Obté el valor de la font. |
FillPatternKind | FillPatternKind | Read | Obté el tipus de model d’ompliment. |
ColorValue | ColorValue | Read | Obté el valor del color. |
BordersValue | BordersValue | Read | Obté el valor de les fronteres. |
AlignmentValue | AlignmentValue | Read | Obté el valor d’alineació. |
ProtectionValue | ProtectionValue | Read | Obté el valor de protecció. |
NumberFormatValue | NumberFormatValue | Read | Obté el valor del format de nombres. |
Methods
| Signature | Description |
|---|---|
FontValue() → FontValue | Representa el valor de font. |
FillPatternKind() → FillPatternKind | Obté o fixa el patró. |
ColorValue() → ColorValue | Obté o fixa el color de primer pla. |
ColorValue() → ColorValue | Obté o fixa el color de fons. |
BordersValue() → BordersValue | Performa el valor de les fronteres. |
AlignmentValue() → AlignmentValue | Exerceix el valor d’alineació. |
ProtectionValue() → ProtectionValue | Realitza valor de protecció. |
NumberFormatValue() → NumberFormatValue | Exerceix el valor de format número. |
StyleValue() | Inicialitza una nova instància de la classe. |
Default() → StyleValue | Obté el default. |
GetFont() → FontValue | Representa el valor de font. |
SetFont(value: FontValue) | S’estableix el valor de la font. |
GetPattern() → FillPatternKind | Obté o fixa el patró. |
SetPattern(value: FillPatternKind) | S’estableix el valor de la pauta. |
GetForegroundColor() → ColorValue | Obté o fixa el color de primer pla. |
SetForegroundColor(value: ColorValue) | S’estableix el valor del color de primer pla. |
GetBackgroundColor() → ColorValue | Obté o fixa el color de fons. |
SetBackgroundColor(value: ColorValue) | S’estableix el valor del color de fons. |
GetBorders() → BordersValue | Performa el valor de les fronteres. |
SetBorders(value: BordersValue) | Establi el valor de la frontera. |
GetAlignment() → AlignmentValue | Representa el valor d’alineació. |
SetAlignment(value: AlignmentValue) | Ajusta el valor d’alineació. |
GetProtection() → ProtectionValue | Realitza valor de protecció. |
SetProtection(value: ProtectionValue) | Ajusta el valor de protecció. |
GetNumberFormat() → NumberFormatValue | Exerceix el valor de format número. |
SetNumberFormat(value: NumberFormatValue) | S’estableix el valor del format de nombre. |
Clone() → StyleValue | Crea una còpia de l’instància actual. |