ViewProperties.OutlineViewProperties Property

Outline View Properties.Represents the element tag in schema: p:outlineViewPr

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
Public Property OutlineViewProperties As OutlineViewProperties
    Get
    Set
用法
Dim instance As ViewProperties
Dim value As OutlineViewProperties

value = instance.OutlineViewProperties

instance.OutlineViewProperties = value
public OutlineViewProperties OutlineViewProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.OutlineViewProperties
Returns OutlineViewProperties.

See Also

Reference

ViewProperties Class

ViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace