OutlineViewSlideListEntry.Collapse-Eigenschaft
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; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Hinweise
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.
Siehe auch
Referenz
OutlineViewSlideListEntry Klasse