API Reference
LegacyPptSlideLayoutType
Specifies the layout hint stored in a binary PowerPoint SlideAtom.
Inheritance
- Enum
- LegacyPptSlideLayoutType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyPptMaster.Layout
- Property LegacyPptSlide.Layout
- Field LegacyPptSlideLayoutType.BigObject
- Field LegacyPptSlideLayoutType.Blank
- Field LegacyPptSlideLayoutType.ColumnTwoRows
- Field LegacyPptSlideLayoutType.FourObjects
- Field LegacyPptSlideLayoutType.MasterTitle
- Field LegacyPptSlideLayoutType.TitleBody
- Field LegacyPptSlideLayoutType.TitleOnly
- Field LegacyPptSlideLayoutType.TitleSlide
- Field LegacyPptSlideLayoutType.TwoColumns
- Field LegacyPptSlideLayoutType.TwoColumnsRow
- Field LegacyPptSlideLayoutType.TwoRows
- Field LegacyPptSlideLayoutType.TwoRowsColumn
- Field LegacyPptSlideLayoutType.VerticalTitleBody
- Field LegacyPptSlideLayoutType.VerticalTwoRows
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyPptSlideLayoutType TitleSlide #One centered title and one subtitle placeholder.
0public const LegacyPptSlideLayoutType TitleBody #One title and one body or content placeholder.
1public const LegacyPptSlideLayoutType MasterTitle #A title-master layout with one centered title and one subtitle placeholder.
2public const LegacyPptSlideLayoutType TwoColumns #One title and two horizontally arranged content placeholders.
8public const LegacyPptSlideLayoutType TwoRows #One title and two vertically arranged content placeholders.
9public const LegacyPptSlideLayoutType ColumnTwoRows #One title with one left and two right content placeholders.
10public const LegacyPptSlideLayoutType TwoRowsColumn #One title with two left and one right content placeholders.
11public const LegacyPptSlideLayoutType TwoColumnsRow #One title with two upper and one lower content placeholders.
13public const LegacyPptSlideLayoutType FourObjects #One title and four content placeholders.
14public const LegacyPptSlideLayoutType VerticalTitleBody #One vertical title and one vertical body placeholder.
17public const LegacyPptSlideLayoutType VerticalTwoRows #One vertical title and two vertically oriented content placeholders.
18