fix 章、条(一到五),无题(一到五)左缩进为0,字母列项左/悬挂缩进0.74,数字列项左缩进1.48,悬挂缩进0.74
This commit is contained in:
@@ -1157,7 +1157,7 @@ export default {
|
||||
oParagraph.SetSpacingAfter(267)
|
||||
oParagraph.SetJc('left')
|
||||
oParagraph.SetColor(0, 0, 0)
|
||||
oParagraph.SetIndLeft(20)
|
||||
oParagraph.SetIndLeft(0)
|
||||
oParagraph.SetBold(false)
|
||||
oDocument.InsertContent([oParagraph])
|
||||
|
||||
@@ -1192,7 +1192,7 @@ export default {
|
||||
oParagraph4.SetSpacingBefore(267)
|
||||
oParagraph4.SetJc('left')
|
||||
oParagraph4.SetColor(0, 0, 0)
|
||||
oParagraph4.SetIndLeft(20)
|
||||
oParagraph4.SetIndLeft(0)
|
||||
oDocument.InsertContent([oParagraph4])
|
||||
|
||||
const oParagraph5 = Api.CreateParagraph()
|
||||
@@ -1247,7 +1247,7 @@ export default {
|
||||
oParagraph8.SetSpacingBefore(267)
|
||||
oParagraph8.SetJc('left')
|
||||
oParagraph8.SetColor(0, 0, 0)
|
||||
oParagraph8.SetIndLeft(20)
|
||||
oParagraph8.SetIndLeft(0)
|
||||
oDocument.InsertContent([oParagraph8])
|
||||
|
||||
const oParagraph9 = Api.CreateParagraph()
|
||||
|
||||
Reference in New Issue
Block a user