ssml:fills
Fills
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-styles.xsd
Type: ssml:CT_Fills
Properties: Local, Qualified
Content
- ssml:fill [0..*] Fill
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Fill Count |
Used in
- Type ssml:CT_Stylesheet (Element ssml:styleSheet)
Sample instance
<ssml:fills> <ssml:fill> <ssml:patternFill> <ssml:fgColor/> <ssml:bgColor/> </ssml:patternFill> </ssml:fill> </ssml:fills>