1金币
14.1.3可以支持页眉页脚吗?我增加了布局的配置,发现不能显示.
{
"id": "pageLayout",
"text": "页面布局",
"buttonGroups": [
{
"label": "页面设置",
"thumbnailClass": "ribbon-thumbnail-page-setup",
"indicator": "indicatorPage",
"commandGroup": {
"children": [
{
"direction": "horizontal",
"children": [
{
"command": "margins",
"type": "dropdown",
"children": [
"marginSelector",
"separator",
"customMargins"
]
},
{
"command": "orientation",
"type": "dropdown",
"children": [
"orientationPortrait",
"orientationLandscape"
]
},
{
"command": "paperSize",
"type": "dropdown",
"children": [
"paperKindSelector"
]
},
{
"command": "printArea",
"type": "dropdown",
"children": [
"setPrintArea",
"clearPrintArea"
]
},
{
"command": "breaks",
"type": "dropdown",
"children": [
"insertPageBreak",
"removePageBreak",
"separator",
"resetAllPageBreaks"
]
},
"background",
"deleteBackground",
"printTitles"
]
}
]
}
},
{
"label": "调整为合适大小",
"thumbnailClass": "ribbon-thumbnail-scale-to-fit",
"indicator": "indicatorPage",
"commandGroup": {
"children": [
{
"direction": "horizontal",
"children": [
{
"direction": "vertical",
"commands": [
"scaleToFitWidthText",
"scaleToFitHeightText",
"scaleToFitScaleText"
]
},
{
"direction": "vertical",
"commands": [
"fitPageWidth",
"fitPageTall",
"fitPageScale"
]
}
]
}
]
}
},
{
"label": "工作表选项",
"thumbnailClass": "ribbon-thumbnail-sheet-option",
"indicator": "indicatorSheet",
"commandGroup": {
"children": [
{
"direction": "horizontal",
"children": [
{
"direction": "vertical",
"commands": [
"pageLayoutGridlinesText",
"pageLayoutViewGridlines",
"pageLayoutPrintGridlines"
]
},
{
"commands": [
"separator"
]
},
{
"direction": "vertical",
"commands": [
"pageLayoutHeadingsText",
"pageLayoutViewHeadings",
"pageLayoutPrintHeadings"
]
},
{
"commands": [
"separator"
]
},
{
"commands": [
"printLineVisible"
]
}
]
}
]
}
}
],
"visibleWhen": "AllowPrintCurrentSheet && !IsInTableSheetDesignMode"
}
|
|