Presentation.ShowSpecialPlaceholderOnTitleSlide Property

Show Header and Footer Placeholders on Titles.Represents the attribte in schema: showSpecialPlsOnTitleSld

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showSpecialPlsOnTitleSld")> _
Public Property ShowSpecialPlaceholderOnTitleSlide As BooleanValue
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As BooleanValue

value = instance.ShowSpecialPlaceholderOnTitleSlide

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace