Freigeben über


LevelSuffix.Val Eigenschaft

Definition

Zeichentyp zwischen Nummerierung und Text

Stellt das folgende Attribut im Schema dar: w:val

[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues> Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues> Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues>? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues>? Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues>? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues> with get, set
Public Property Val As EnumValue(Of LevelSuffixValues)

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.

Gibt das Zeichen an, das auf die Listennummer folgen soll.

Stellen Sie sich eine Nummerierung vor, für die eine Registerkarte zwischen dem Nummerierungssymbol und dem Text des nummerierten Absatzes vorhanden ist. Die Registerkarte wird in WordprocessingML wie folgt angegeben:

<w:lvl w:ilvl="0">   
  …  
  <w:suff w:val="tab" />   
  …  
</w:lvl>  

Das val -Attribut mit dem Wert gibt tab an, dass das Zeichen zwischen dem Ebenentext der Nummerierung und dem Absatztext eine Registerkarte sein soll. Diese Registerkarte folgt den normalen Tabstoppregeln.

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

Gilt für: