NotesSlide.ShowMasterShapes Property

Show Master Shapes.Represents the attribte in schema: showMasterSp

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showMasterSp")> _
Public Property ShowMasterShapes As BooleanValue
    Get
    Set
'Usage
Dim instance As NotesSlide
Dim value As BooleanValue

value = instance.ShowMasterShapes

instance.ShowMasterShapes = value
[SchemaAttrAttribute(, "showMasterSp")]
public BooleanValue ShowMasterShapes { 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 if shapes on the master slide should be shown on slides or not.

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

See Also

Reference

NotesSlide Class

NotesSlide Members

DocumentFormat.OpenXml.Presentation Namespace