PrintOutputValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
默认打印输出
public enum PrintOutputValues
public readonly struct PrintOutputValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.PrintOutputValues>, IEquatable<DocumentFormat.OpenXml.Presentation.PrintOutputValues>
type PrintOutputValues =
type PrintOutputValues = struct
interface IEnumValue
interface IEnumValueFactory<PrintOutputValues>
Public Enum PrintOutputValues
Public Structure PrintOutputValues
Implements IEnumValue, IEnumValueFactory(Of PrintOutputValues), IEquatable(Of PrintOutputValues)
- 继承
-
PrintOutputValues
- 继承
-
PrintOutputValues
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Slides | 0 | 幻灯片。 当项序列化为 xml 时,其值为“幻灯片”。 |
| Handouts1 | 1 | 1 张幻灯片/讲义页。 将项序列化为 xml 时,其值为“handouts1”。 |
| Handouts2 | 2 | 2 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts2”。 |
| Handouts3 | 3 | 3 张幻灯片/讲义页。 将项序列化为 xml 时,其值为“handouts3”。 |
| Handouts4 | 4 | 4 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts4”。 |
| Handouts6 | 5 | 6 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts6”。 |
| Handouts9 | 6 | 9 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts9”。 |
| Notes | 7 | 注释。 当项序列化为 xml 时,其值为“notes”。 |
| Outline | 8 | 大纲。 当项序列化为 xml 时,其值为“outline”。 |
| Equality(PrintOutputValues, PrintOutputValues) | ||
| Equals(Object) | ||
| Equals(PrintOutputValues) | ||
| GetHashCode() | ||
| Handouts1 | 1 张幻灯片/讲义页。 将项序列化为 xml 时,其值为“handouts1”。 |
|
| Handouts2 | 2 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts2”。 |
|
| Handouts3 | 3 张幻灯片/讲义页。 将项序列化为 xml 时,其值为“handouts3”。 |
|
| Handouts4 | 4 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts4”。 |
|
| Handouts6 | 6 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts6”。 |
|
| Handouts9 | 9 张幻灯片/讲义页。 当项序列化为 xml 时,其值为“handouts9”。 |
|
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PrintOutputValues>.Create(String) | ||
| Inequality(PrintOutputValues, PrintOutputValues) | ||
| Notes | 注释。 当项序列化为 xml 时,其值为“notes”。 |
|
| Outline | 大纲。 当项序列化为 xml 时,其值为“outline”。 |
|
| PrintOutputValues(String) | 创建新的 PrintOutputValues 枚举实例 |
|
| Slides | 幻灯片。 当项序列化为 xml 时,其值为“幻灯片”。 |
|
| ToString() |