python-docx或ms word中的gutter是什么意思?
学习python-docx的section对象时,里面提到了该对象的很多属性,包括orientation, page_width, page_heigth, top_margin, bottom_margin, left_margin, right_margin, header_distance, footer_distance, 还有一个gutter
2022-03-09
学习python-docx的section对象时,里面提到了该对象的很多属性,包括orientation, page_width, page_heigth, top_margin, bottom_margin, left_margin, right_margin, header_distance, footer_distance, 还有一个gutter
word中我们最常用的一种格式就是首行缩进2字符,但在python-docx里面缩进单位只有Pt、Cm、Inches三种。在网上查找了一些方法,经试验只能根据字体的大小去设置。