gpt4 book ai didi

python - 如何在页面中央分配单词表

转载 作者:行者123 更新时间:2023-12-01 05:20:57 30 4
gpt4 key购买 nike

将单词表居中

我正在使用 python 和 word 应用程序

我正在尝试生成一个位于页面中间的表格。

我尝试过这样的事情:

oWord.Selection.ParagraphFormat.Alignment = 
Word.WdParagraphAlignment.wdAlignParagraphCenter;
<小时/>

我曾尝试将其分配给1,但没关系

oWord.Selection.ParagraphFormat.Alignment = 1
<小时/>

感谢您的帮助

最佳答案

 oWord.Tables[1].Range.ParagraphFormat.Alignment = WdParagraphAlignment.wdAlignParagraphCenter;

//其中 Tables[1] 表示文档中的第一个表格。肯定有用

关于python - 如何在页面中央分配单词表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22409429/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com