IterateValues Enumeration

Iterate Type

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

Syntax

声明
Public Enumeration IterateValues
用法
Dim instance As IterateValues
public enum IterateValues

Members

Member name Description
Element Element. When the item is serialized out as xml, its value is "el".
Word Word. When the item is serialized out as xml, its value is "wd".
Letter Letter. When the item is serialized out as xml, its value is "lt".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace