HandoutMaster.CommonSlideData Property

Common slide data for handout master.Represents the element tag in schema: p:cSld

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

Syntax

'Declaration
Public Property CommonSlideData As CommonSlideData
    Get
    Set
'Usage
Dim instance As HandoutMaster
Dim value As CommonSlideData

value = instance.CommonSlideData

instance.CommonSlideData = value
public CommonSlideData CommonSlideData { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.CommonSlideData
Returns CommonSlideData.

See Also

Reference

HandoutMaster Class

HandoutMaster Members

DocumentFormat.OpenXml.Presentation Namespace