Partager via


PlaceholderFormat.Type Property

Represents the type of placeholder. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Type As PpPlaceholderType
    Get
'Usage
Dim instance As PlaceholderFormat
Dim value As PpPlaceholderType

value = instance.Type
PpPlaceholderType Type { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpPlaceholderType

Remarks

The value of the Type property can be one of these PpPlaceholderType constants.

ppPlaceholderBitmap

ppPlaceholderBody

ppPlaceholderCenterTitle

ppPlaceholderChart

ppPlaceholderDate

ppPlaceholderFooter

ppPlaceholderHeader

ppPlaceholderMediaClip

ppPlaceholderMixed

ppPlaceholderObject

ppPlaceholderOrgChart

ppPlaceholderSlideNumber

ppPlaceholderSubtitle

ppPlaceholderTable

ppPlaceholderTitle

ppPlaceholderVerticalBody

ppPlaceholderVerticalTitle

See Also

Reference

PlaceholderFormat Interface

PlaceholderFormat Members

Microsoft.Office.Interop.PowerPoint Namespace