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.
Default print output
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PrintOutputValues
'Usage
Dim instance As PrintOutputValues
public enum PrintOutputValues
Members
| Member name | Description | |
|---|---|---|
| Slides | Slides. When the item is serialized out as xml, its value is "slides". | |
| Handouts1 | 1 Slide / Handout Page. When the item is serialized out as xml, its value is "handouts1". | |
| Handouts2 | 2 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts2". | |
| Handouts3 | 3 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts3". | |
| Handouts4 | 4 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts4". | |
| Handouts6 | 6 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts6". | |
| Handouts9 | 9 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts9". | |
| Notes | Notes. When the item is serialized out as xml, its value is "notes". | |
| Outline | Outline. When the item is serialized out as xml, its value is "outline". |