Share via


OutlineViewSlideListEntry.Collapse Property

Definition

Collapsed

Represents the following attribute in the schema: collapse

[DocumentFormat.OpenXml.SchemaAttr(0, "collapse")]
public DocumentFormat.OpenXml.BooleanValue Collapse { get; set; }
public DocumentFormat.OpenXml.BooleanValue Collapse { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "collapse")]
public DocumentFormat.OpenXml.BooleanValue? Collapse { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("collapse")]
public DocumentFormat.OpenXml.BooleanValue? Collapse { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Collapse { get; set; }
member this.Collapse : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "collapse")>]
member this.Collapse : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("collapse")>]
member this.Collapse : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Collapse 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 this presentation slide is to be shown as collapsed within outline view. That is, all text other than the slide title will not be shown to the user.

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

Applies to