NormalViewProperties.ShowOutlineIcons Property

Definition

Show Outline Icons in Normal View

Represents the following attribute in the schema: showOutlineIcons

[DocumentFormat.OpenXml.SchemaAttr(0, "showOutlineIcons")]
public DocumentFormat.OpenXml.BooleanValue ShowOutlineIcons { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowOutlineIcons { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showOutlineIcons")]
public DocumentFormat.OpenXml.BooleanValue? ShowOutlineIcons { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showOutlineIcons")]
public DocumentFormat.OpenXml.BooleanValue? ShowOutlineIcons { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowOutlineIcons { get; set; }
member this.ShowOutlineIcons : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showOutlineIcons")>]
member this.ShowOutlineIcons : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showOutlineIcons")>]
member this.ShowOutlineIcons : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowOutlineIcons As BooleanValue

Property Value

Returns BooleanValue.

Attributes

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.

Applies to