NormalViewProperties.ShowOutlineIcons Property

Show Outline Icons in Normal View.Represents the attribte in schema: showOutlineIcons

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showOutlineIcons")> _
Public Property ShowOutlineIcons As BooleanValue
    Get
    Set
'Usage
Dim instance As NormalViewProperties
Dim value As BooleanValue

value = instance.ShowOutlineIcons

instance.ShowOutlineIcons = value
[SchemaAttrAttribute(, "showOutlineIcons")]
public BooleanValue ShowOutlineIcons { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode.

The possible values for this attribute are defined by the XML Schema boolean datatype.

See Also

Reference

NormalViewProperties Class

NormalViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace