IterateValues Enumeration

Iterate Type

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

Syntax

'Declaration
Public Enumeration IterateValues
'Usage
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