FillPattern

Vue de l’ensemble

‘FillPattern’ est un enum dans Aspose.Cells pour NET.

FillPattern et FilliPeternKind enregistrent le même ensemble de styles de remplissage cellulaire, y compris None, Solid, MediumGray, DarkGry, Gray125, Gry0625, DarkHorizontal, darkVertical, Darksdown et DarkUp.

Description

‘FillPattern’ est un type d’enumer dans la bibliothèque Aspose.Cells FOSS pour .NET. Il définit un ensemble de constants nommés qui contrôlent le comportement ou spécifient les options au sein de l’API. Les enumérations telles que ‘fillpatern’ aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.

Les valeurs

ValueDescription
NoneNo fill pattern; the cell background is transparent
SolidSolid fill covering the entire cell background
MediumGrayMedium-density gray pattern fill (~50% gray)
DarkGrayDense gray pattern fill (~75% gray)
Gray125Very light gray pattern fill (12.5% density)
Gray0625Extremely light gray pattern fill (6.25% density)
DarkHorizontalDark horizontal stripe pattern
DarkVerticalDark vertical stripe pattern
DarkDownDark diagonal stripes descending left-to-right
DarkUpDark diagonal stripes ascending left-to-right
DarkGridDark crosshatch grid pattern
DarkTrellisDark diamond trellis pattern
LightHorizontalLight horizontal stripe pattern
LightVerticalLight vertical stripe pattern
LightDownLight diagonal stripes descending left-to-right
LightUpLight diagonal stripes ascending left-to-right
LightGridLight crosshatch grid pattern
LightTrellisLight diamond trellis pattern

Voir aussi

  • Aspose.Cells pour .NET — Enterprise API Reference
 Français