OutlineViewSlideListEntry.Collapse Property

Collapsed.Represents the attribte in schema: collapse

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

Syntax

'Declaration
<SchemaAttrAttribute(, "collapse")> _
Public Property Collapse As BooleanValue
    Get
    Set
'Usage
Dim instance As OutlineViewSlideListEntry
Dim value As BooleanValue

value = instance.Collapse

instance.Collapse = value
[SchemaAttrAttribute(, "collapse")]
public BooleanValue Collapse { 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 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.

See Also

Reference

OutlineViewSlideListEntry Class

OutlineViewSlideListEntry Members

DocumentFormat.OpenXml.Presentation Namespace