Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constants that specify the layout of the slide, passed to and returned by the Layout property of the SlideClass and SlideRange objects.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("2D20E1EA-0942-4429-8725-916EA0D91045")> _
Public Enumeration PpSlideLayout
'Usage
Dim instance As PpSlideLayout
[GuidAttribute("2D20E1EA-0942-4429-8725-916EA0D91045")]
public enum PpSlideLayout
Members
| Member name | Description | |
|---|---|---|
| ppLayoutMixed | Mixed | |
| ppLayoutTitle | Title | |
| ppLayoutText | Text | |
| ppLayoutTwoColumnText | Two-column text. | |
| ppLayoutTable | Table | |
| ppLayoutTextAndChart | Text and chart. | |
| ppLayoutChartAndText | Chart and text. | |
| ppLayoutOrgchart | Organization chart. | |
| ppLayoutChart | Chart | |
| ppLayoutTextAndClipart | Text and clipart. | |
| ppLayoutClipartAndText | Clipart and text. | |
| ppLayoutTitleOnly | Title only. | |
| ppLayoutBlank | Blank | |
| ppLayoutTextAndObject | Text and object. | |
| ppLayoutObjectAndText | Object and text. | |
| ppLayoutLargeObject | Large object. | |
| ppLayoutObject | Object | |
| ppLayoutTextAndMediaClip | Text and MediaClip. | |
| ppLayoutMediaClipAndText | MediaClip and text. | |
| ppLayoutObjectOverText | Object over text. | |
| ppLayoutTextOverObject | Text over object. | |
| ppLayoutTextAndTwoObjects | Text and two objects. | |
| ppLayoutTwoObjectsAndText | Two objects and text. | |
| ppLayoutTwoObjectsOverText | Two objects over text. | |
| ppLayoutFourObjects | Four objects. | |
| ppLayoutVerticalText | Vertical text. | |
| ppLayoutClipArtAndVerticalText | ClipArt and vertical text. | |
| ppLayoutVerticalTitleAndText | Vertical title and text. | |
| ppLayoutVerticalTitleAndTextOverChart | Vertical title and text over chart. | |
| ppLayoutTwoObjects | Two objects. | |
| ppLayoutObjectAndTwoObjects | Object and two objects. | |
| ppLayoutTwoObjectsAndObject | Two objects and object. | |
| ppLayoutCustom | Custom | |
| ppLayoutSectionHeader | Section header. | |
| ppLayoutComparison | Comparison | |
| ppLayoutContentWithCaption | Content with caption. | |
| ppLayoutPictureWithCaption | Picture with caption. |