Freigeben über


Iterate.Type Eigenschaft

Definition

Iterationstyp

Stellt das folgende Attribut im Schema dar: type

[DocumentFormat.OpenXml.SchemaAttr(0, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues> Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues> Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues>? Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues>? Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues>? Type { get; set; }
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.IterateValues> with get, set
Public Property Type As EnumValue(Of IterateValues)

Eigenschaftswert

Gibt zurück EnumValue<T>.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Dieses Attribut gibt das Iterationsverhalten an und wendet es auf jeden Buchstaben, jedes Wort oder jede Form innerhalb eines Containerelements an.

Gültige Werte sind nach Wort, Buchstabe oder Element. Wenn es im Container keine Text- oder Blockelemente wie Shapes oder ein einzelnes Wort, einen Buchstaben oder eine Form (je nach Iterationstyp) gibt, erfolgt keine Iteration, und das Verhalten wird stattdessen auf das Element selbst angewendet.

Die möglichen Werte für dieses Attribut werden durch den ST_IterateType einfachen Typ definiert.

Gilt für: