a:fmtScheme
Format Scheme
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-baseStylesheet.xsd
Type: a:CT_StyleMatrix
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:fillStyleLst [1..1] Fill Style List
- a:lnStyleLst [1..1] Line Style List
- a:effectStyleLst [1..1] Effect Style List
- a:bgFillStyleLst [1..1] Background Fill Style List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | xsd:string | Name | Default value is "". |
Used in
- Type a:CT_BaseStyles (Element a:themeElements)
- Type a:CT_BaseStylesOverride (Element a:themeOverride)
Sample instance
<a:fmtScheme name="string"> <a:fillStyleLst> <a:noFill/> </a:fillStyleLst> <a:lnStyleLst> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:lnStyleLst> <a:effectStyleLst> <a:effectStyle> <a:effectLst>... </a:effectLst> <a:scene3d>... </a:scene3d> <a:sp3d>... </a:sp3d> </a:effectStyle> </a:effectStyleLst> <a:bgFillStyleLst> <a:noFill/> </a:bgFillStyleLst> </a:fmtScheme>