_ParagraphFormat.OutlineLevel 属性

定义

返回或设置指定段落的大纲级别。

public:
 property Microsoft::Office::Interop::Word::WdOutlineLevel OutlineLevel { Microsoft::Office::Interop::Word::WdOutlineLevel get(); void set(Microsoft::Office::Interop::Word::WdOutlineLevel value); };
public Microsoft.Office.Interop.Word.WdOutlineLevel OutlineLevel { get; set; }
member this.OutlineLevel : Microsoft.Office.Interop.Word.WdOutlineLevel with get, set
Public Property OutlineLevel As WdOutlineLevel

属性值

注解

如果段落应用了一种标题样式(从"标题 1"到"标题 9"),则大纲级别与该标题样式相同,并且不能更改。

大纲级别仅在大纲视图或文档结构图窗格中可见。

适用于