Share via


PhotoAlbum.ShowCaptions Property

Show/Hide Captions.Represents the attribte in schema: showCaptions

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showCaptions")> _
Public Property ShowCaptions As BooleanValue
    Get
    Set
'Usage
Dim instance As PhotoAlbum
Dim value As BooleanValue

value = instance.ShowCaptions

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PhotoAlbum Class

PhotoAlbum Members

DocumentFormat.OpenXml.Presentation Namespace