SlideLayoutValues Enumeration
Slide Layout Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration SlideLayoutValues
用法
Dim instance As SlideLayoutValues
public enum SlideLayoutValues
Members
Member name | Description | |
---|---|---|
Title | Slide Layout Type Enumeration ( Title ). When the item is serialized out as xml, its value is "title". | |
Text | Slide Layout Type Enumeration ( Text ). When the item is serialized out as xml, its value is "tx". | |
TwoColumnText | Slide Layout Type Enumeration ( Two Column Text ). When the item is serialized out as xml, its value is "twoColTx". | |
Table | Slide Layout Type Enumeration ( Table ). When the item is serialized out as xml, its value is "tbl". | |
TextAndChart | Slide Layout Type Enumeration ( Text and Chart ). When the item is serialized out as xml, its value is "txAndChart". | |
ChartAndText | Slide Layout Type Enumeration ( Chart and Text ). When the item is serialized out as xml, its value is "chartAndTx". | |
Diagram | Slide Layout Type Enumeration ( Diagram ). When the item is serialized out as xml, its value is "dgm". | |
Chart | Chart. When the item is serialized out as xml, its value is "chart". | |
TextAndClipArt | Text and Clip Art. When the item is serialized out as xml, its value is "txAndClipArt". | |
ClipArtAndText | Clip Art and Text. When the item is serialized out as xml, its value is "clipArtAndTx". | |
TitleOnly | Slide Layout Type Enumeration ( Title Only ). When the item is serialized out as xml, its value is "titleOnly". | |
Blank | Slide Layout Type Enumeration ( Blank ). When the item is serialized out as xml, its value is "blank". | |
TextAndObject | Slide Layout Type Enumeration ( Text and Object ). When the item is serialized out as xml, its value is "txAndObj". | |
ObjectAndText | Slide Layout Type Enumeration ( Object and Text ). When the item is serialized out as xml, its value is "objAndTx". | |
ObjectOnly | Object. When the item is serialized out as xml, its value is "objOnly". | |
Object | Title and Object. When the item is serialized out as xml, its value is "obj". | |
TextAndMedia | Slide Layout Type Enumeration ( Text and Media ). When the item is serialized out as xml, its value is "txAndMedia". | |
MidiaAndText | Slide Layout Type Enumeration ( Media and Text ). When the item is serialized out as xml, its value is "mediaAndTx". | |
ObjectOverText | Slide Layout Type Enumeration ( Object over Text). When the item is serialized out as xml, its value is "objOverTx". | |
TextOverObject | Slide Layout Type Enumeration ( Text over Object). When the item is serialized out as xml, its value is "txOverObj". | |
TextAndTwoObjects | Text and Two Objects. When the item is serialized out as xml, its value is "txAndTwoObj". | |
TwoObjectsAndText | Two Objects and Text. When the item is serialized out as xml, its value is "twoObjAndTx". | |
TwoObjectsOverText | Two Objects over Text. When the item is serialized out as xml, its value is "twoObjOverTx". | |
FourObjects | Four Objects. When the item is serialized out as xml, its value is "fourObj". | |
VerticalText | Vertical Text. When the item is serialized out as xml, its value is "vertTx". | |
ClipArtAndVerticalText | Clip Art and Vertical Text. When the item is serialized out as xml, its value is "clipArtAndVertTx". | |
VerticalTitleAndText | Vertical Title and Text. When the item is serialized out as xml, its value is "vertTitleAndTx". | |
VerticalTitleAndTextOverChart | Vertical Title and Text Over Chart. When the item is serialized out as xml, its value is "vertTitleAndTxOverChart". | |
TwoObjects | Two Objects. When the item is serialized out as xml, its value is "twoObj". | |
ObjectAndTwoObjects | Object and Two Object. When the item is serialized out as xml, its value is "objAndTwoObj". | |
TwoObjectsAndObject | Two Objects and Object. When the item is serialized out as xml, its value is "twoObjAndObj". | |
Custom | Slide Layout Type Enumeration ( Custom ). When the item is serialized out as xml, its value is "cust". | |
SectionHeader | Section Header. When the item is serialized out as xml, its value is "secHead". | |
TwoTextAndTwoObjects | Two Text and Two Objects. When the item is serialized out as xml, its value is "twoTxTwoObj". | |
ObjectText | Title, Object, and Caption. When the item is serialized out as xml, its value is "objTx". | |
PictureText | Picture and Caption. When the item is serialized out as xml, its value is "picTx". |