[update] 正文处的标题字间距从1.8修改为0.08
This commit is contained in:
@@ -1001,7 +1001,7 @@ export default {
|
||||
oParagraph2.AddInlineLvlSdt(oInlineLvlSdtStandCode)
|
||||
// oParagraph2.AddText(Asc.scope.standCNName);
|
||||
oParagraph2.SetFontSize(32)
|
||||
oParagraph2.SetSpacing(1.8)
|
||||
oParagraph2.SetSpacing(0.08)
|
||||
oParagraph2.SetSpacingBefore(949)
|
||||
oParagraph2.SetSpacingAfter(597)
|
||||
oParagraph2.SetFontFamily('黑体')
|
||||
@@ -1277,7 +1277,7 @@ export default {
|
||||
AllContentControls[i].RemoveElement(0)
|
||||
AllContentControls[i].AddElement(oRunStandENName, 0)
|
||||
parentParagraph.SetFontSize(32)
|
||||
parentParagraph.SetSpacing(1.8)
|
||||
parentParagraph.SetSpacing(0.08)
|
||||
parentParagraph.SetSpacingBefore(949)
|
||||
parentParagraph.SetSpacingAfter(597)
|
||||
parentParagraph.SetFontFamily('黑体')
|
||||
|
||||
Reference in New Issue
Block a user