Paragraphs.OutlineLevel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置指定段落的大纲级别。
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
属性值
注解
返回值可以是以下 WdOutlineLevel 常量之一:
wdOutLineLevel1
wdOutLineLevel2
wdOutLineLevel3
wdOutLineLevel4
wdOutLineLevel5
wdOutLineLevel6
wdOutLineLevel7
wdOutLineLevel8
wdOutLineLevel9
wdOutLineLevelBodyText
如果段落应用了一种标题样式(从"标题 1"到"标题 9"),则大纲级别与该标题样式相同,并且不能更改。
大纲级别仅在大纲视图或文档结构图窗格中可见。