draw-chart:pageMargins
Page Margins
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_PageMargins
Properties: Local, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
l | [1..1] | xsd:double | Left | |
r | [1..1] | xsd:double | Right | |
t | [1..1] | xsd:double | Top | |
b | [1..1] | xsd:double | Bottom | |
header | [1..1] | xsd:double | Header | |
footer | [1..1] | xsd:double | Footer |
Used in
- Type draw-chart:CT_PrintSettings (Element draw-chart:printSettings)
Sample instance
<draw-chart:pageMargins l="1.0" r="1.0" t="1.0" b="1.0" header="1.0" footer="1.0"/>