PrintOutputValues Enumeration

Default print output

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
Public Enumeration PrintOutputValues
用法
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".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace