StyleValue
StyleValue
General
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
| Nom | Tipus de productes | Access | Descripció |
|---|---|---|---|
FontValue | FontValue | Llegeix. | Obté el valor de la font. |
FillPatternKind | FillPatternKind | Llegeix. | Obté el tipus de patró de farciment. |
ColorValue | ColorValue | Llegeix. | Obté el valor del color. |
BordersValue | BordersValue | Llegeix. | Obté el valor de les vores. |
AlignmentValue | AlignmentValue | Llegeix. | Obté el valor d’alineació. |
ProtectionValue | ProtectionValue | Llegeix. | Obté el valor de protecció. |
NumberFormatValue | NumberFormatValue | Llegeix. | Obté el valor del format numèric. |
Mètodes
| Signature | Descripció |
|---|---|
FontValue() → FontValue | Representa el valor de font. |
FillPatternKind() → FillPatternKind | Obté o estableix el patró. |
ColorValue() → ColorValue | Obté o estableix el color de primer pla. |
ColorValue() → ColorValue | Obté o estableix el color de fons. |
BordersValue() → BordersValue | Performa el valor de les fronteres. |
AlignmentValue() → AlignmentValue | Representa 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 valor per defecte. |
GetFont() → FontValue | Representa el valor de font. |
SetFont(value: FontValue) | Estableix el valor de la font. |
GetPattern() → FillPatternKind | Obté o estableix el patró. |
SetPattern(value: FillPatternKind) | Estableix el valor del patró. |
GetForegroundColor() → ColorValue | Obté o estableix el color de primer pla. |
SetForegroundColor(value: ColorValue) | Estableix el valor del color de primer pla. |
GetBackgroundColor() → ColorValue | Obté o estableix el color de fons. |
SetBackgroundColor(value: ColorValue) | Estableix el valor del color de fons. |
GetBorders() → BordersValue | Performa el valor de les fronteres. |
SetBorders(value: BordersValue) | Estableix el valor dels bordes. |
GetAlignment() → AlignmentValue | Representa el valor d’alineació. |
SetAlignment(value: AlignmentValue) | Estableix el valor d’alineació. |
GetProtection() → ProtectionValue | Realitza valor de protecció. |
SetProtection(value: ProtectionValue) | Estableix el valor de protecció. |
GetNumberFormat() → NumberFormatValue | Exerceix el valor de format número. |
SetNumberFormat(value: NumberFormatValue) | Estableix el valor del format numèric. |
Clone() → StyleValue | Crea una còpia de l’instància actual. |