Click or drag to resize

SlideLayoutValues Enumeration

Slide Layout Type

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum SlideLayoutValues
Members
Member nameValueDescription
Title0 Slide Layout Type Enumeration ( Title ).

When the item is serialized out as xml, its value is "title".

Text1 Slide Layout Type Enumeration ( Text ).

When the item is serialized out as xml, its value is "tx".

TwoColumnText2 Slide Layout Type Enumeration ( Two Column Text ).

When the item is serialized out as xml, its value is "twoColTx".

Table3 Slide Layout Type Enumeration ( Table ).

When the item is serialized out as xml, its value is "tbl".

TextAndChart4 Slide Layout Type Enumeration ( Text and Chart ).

When the item is serialized out as xml, its value is "txAndChart".

ChartAndText5 Slide Layout Type Enumeration ( Chart and Text ).

When the item is serialized out as xml, its value is "chartAndTx".

Diagram6 Slide Layout Type Enumeration ( Diagram ).

When the item is serialized out as xml, its value is "dgm".

Chart7 Chart.

When the item is serialized out as xml, its value is "chart".

TextAndClipArt8 Text and Clip Art.

When the item is serialized out as xml, its value is "txAndClipArt".

ClipArtAndText9 Clip Art and Text.

When the item is serialized out as xml, its value is "clipArtAndTx".

TitleOnly10 Slide Layout Type Enumeration ( Title Only ).

When the item is serialized out as xml, its value is "titleOnly".

Blank11 Slide Layout Type Enumeration ( Blank ).

When the item is serialized out as xml, its value is "blank".

TextAndObject12 Slide Layout Type Enumeration ( Text and Object ).

When the item is serialized out as xml, its value is "txAndObj".

ObjectAndText13 Slide Layout Type Enumeration ( Object and Text ).

When the item is serialized out as xml, its value is "objAndTx".

ObjectOnly14 Object.

When the item is serialized out as xml, its value is "objOnly".

Object15 Title and Object.

When the item is serialized out as xml, its value is "obj".

TextAndMedia16 Slide Layout Type Enumeration ( Text and Media ).

When the item is serialized out as xml, its value is "txAndMedia".

MidiaAndText17 Slide Layout Type Enumeration ( Media and Text ).

When the item is serialized out as xml, its value is "mediaAndTx".

ObjectOverText18 Slide Layout Type Enumeration ( Object over Text).

When the item is serialized out as xml, its value is "objOverTx".

TextOverObject19 Slide Layout Type Enumeration ( Text over Object).

When the item is serialized out as xml, its value is "txOverObj".

TextAndTwoObjects20 Text and Two Objects.

When the item is serialized out as xml, its value is "txAndTwoObj".

TwoObjectsAndText21 Two Objects and Text.

When the item is serialized out as xml, its value is "twoObjAndTx".

TwoObjectsOverText22 Two Objects over Text.

When the item is serialized out as xml, its value is "twoObjOverTx".

FourObjects23 Four Objects.

When the item is serialized out as xml, its value is "fourObj".

VerticalText24 Vertical Text.

When the item is serialized out as xml, its value is "vertTx".

ClipArtAndVerticalText25 Clip Art and Vertical Text.

When the item is serialized out as xml, its value is "clipArtAndVertTx".

VerticalTitleAndText26 Vertical Title and Text.

When the item is serialized out as xml, its value is "vertTitleAndTx".

VerticalTitleAndTextOverChart27 Vertical Title and Text Over Chart.

When the item is serialized out as xml, its value is "vertTitleAndTxOverChart".

TwoObjects28 Two Objects.

When the item is serialized out as xml, its value is "twoObj".

ObjectAndTwoObjects29 Object and Two Object.

When the item is serialized out as xml, its value is "objAndTwoObj".

TwoObjectsAndObject30 Two Objects and Object.

When the item is serialized out as xml, its value is "twoObjAndObj".

Custom31 Slide Layout Type Enumeration ( Custom ).

When the item is serialized out as xml, its value is "cust".

SectionHeader32 Section Header.

When the item is serialized out as xml, its value is "secHead".

TwoTextAndTwoObjects33 Two Text and Two Objects.

When the item is serialized out as xml, its value is "twoTxTwoObj".

ObjectText34 Title, Object, and Caption.

When the item is serialized out as xml, its value is "objTx".

PictureText35 Picture and Caption.

When the item is serialized out as xml, its value is "picTx".

See Also