InsertPlaceholderType Enumeration
|
Insert placeholder type in layout.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum InsertPlaceholderType
Public Enumeration InsertPlaceholderType
public enum class InsertPlaceholderType
type InsertPlaceholderType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Content
|
0
|
Content
|
|
|
VerticalContent
|
1
|
Vertical content.
|
|
|
Text
|
2
|
Text.
|
|
|
VerticalText
|
3
|
Vertical Text.
|
|
|
Picture
|
4
|
Picture.
|
|
|
Chart
|
5
|
Chart.
|
|
|
Table
|
6
|
Table.
|
|
|
SmartArt
|
7
|
SmartArt.
|
|
|
Media
|
8
|
Media.
|
|
|
OnlineImage
|
9
|
Online Image.
|
See Also