ssml:pageMargins
Page Margins
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Type: ssml:CT_PageMargins
Properties: Local, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
left | [1..1] | xsd:double | Left Page Margin | |
right | [1..1] | xsd:double | Right Page Margin | |
top | [1..1] | xsd:double | Top Page Margin | |
bottom | [1..1] | xsd:double | Bottom Page Margin | |
header | [1..1] | xsd:double | Header Page Margin | |
footer | [1..1] | xsd:double | Footer Page Margin |
Used in
- Type ssml:CT_Macrosheet
- Type ssml:CT_Chartsheet (Element ssml:chartsheet)
- Type ssml:CT_CustomChartsheetView (Element ssml:customSheetView)
- Type ssml:CT_CustomSheetView (Element ssml:customSheetView)
- Type ssml:CT_Dialogsheet (Element ssml:dialogsheet)
- Type ssml:CT_Worksheet (Element ssml:worksheet)
Sample instance
<ssml:pageMargins left="1.0" right="1.0" top="1.0" bottom="1.0" header="1.0" footer="1.0"/>