Iterate.Type Property

Iterate Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of IterateValues)
    Get
    Set
'Usage
Dim instance As Iterate
Dim value As EnumValue(Of IterateValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<IterateValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<IterateValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies the iteration behavior and applies it to each letter, word or shape within a container element.

Valid values are by word, by letter, or by element. If there is no text or block elements such as shapes within the container or a single word, letter, or shape (depending on iterate type) then no iteration will happen and the behavior is applied to the element itself instead.

The possible values for this attribute are defined by the ST_IterateType simple type.

See Also

Reference

Iterate Class

Iterate Members

DocumentFormat.OpenXml.Presentation Namespace