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.
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". |