Word.Interfaces.ParagraphFormatUpdateData interface
用于更新对象上的 ParagraphFormat
数据的接口,用于 在 中使用 paragraphFormat.set({ ... })
。
属性
alignment | 指定指定段落的对齐方式。 |
first |
指定第一行或悬挂缩进 (以磅为单位的值) 。 用正数设置首行缩进的尺寸,用负数设置悬挂缩进的尺寸。 |
keep |
指定当Microsoft Word重新分类文档时,指定段落中的所有行是否保留在同一页上。 |
keep |
指定当Microsoft Word重新分类文档时,指定的段落是否与它后面的段落保持在同一页上。 |
left |
指定左缩进。 |
line |
指定指定段落的行距 ((以磅为单位) )。 |
line |
指定在指定段落之后) 网格线中的间距 (量。 |
line |
指定在指定段落之前) 网格线中的间距 (量。 |
mirror |
指定左缩进和右缩进的宽度是否相同。 |
outline |
指定指定段落的大纲级别。 |
right |
指定指定段落的右缩进 ((以磅为单位) )。 |
space |
指定指定段落或文本列后) (磅的间距量。 |
space |
指定指定段落前 () 磅的间距。 |
widow |
指定当Microsoft Word重新划分文档时,指定段落中的第一行和最后一行是否与段落的其余部分保持在同一页上。 |
属性详细信息
alignment
指定指定段落的对齐方式。
alignment?: Word.Alignment | "Mixed" | "Unknown" | "Left" | "Centered" | "Right" | "Justified";
属性值
Word.Alignment | "Mixed" | "Unknown" | "Left" | "Centered" | "Right" | "Justified"
注解
firstLineIndent
指定第一行或悬挂缩进 (以磅为单位的值) 。 用正数设置首行缩进的尺寸,用负数设置悬挂缩进的尺寸。
firstLineIndent?: number;
属性值
number
注解
keepTogether
指定当Microsoft Word重新分类文档时,指定段落中的所有行是否保留在同一页上。
keepTogether?: boolean;
属性值
boolean
注解
keepWithNext
指定当Microsoft Word重新分类文档时,指定的段落是否与它后面的段落保持在同一页上。
keepWithNext?: boolean;
属性值
boolean
注解
leftIndent
lineSpacing
lineUnitAfter
lineUnitBefore
mirrorIndents
outlineLevel
指定指定段落的大纲级别。
outlineLevel?: Word.OutlineLevel | "OutlineLevel1" | "OutlineLevel2" | "OutlineLevel3" | "OutlineLevel4" | "OutlineLevel5" | "OutlineLevel6" | "OutlineLevel7" | "OutlineLevel8" | "OutlineLevel9" | "OutlineLevelBodyText";
属性值
Word.OutlineLevel | "OutlineLevel1" | "OutlineLevel2" | "OutlineLevel3" | "OutlineLevel4" | "OutlineLevel5" | "OutlineLevel6" | "OutlineLevel7" | "OutlineLevel8" | "OutlineLevel9" | "OutlineLevelBodyText"
注解
rightIndent
spaceAfter
spaceBefore
widowControl
指定当Microsoft Word重新划分文档时,指定段落中的第一行和最后一行是否与段落的其余部分保持在同一页上。
widowControl?: boolean;
属性值
boolean