Freigeben über


FrameLayout.Val Eigenschaft

Definition

Framesetlayoutwert

Stellt das folgende Attribut im Schema dar: w:val

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

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 den Layouttyp an, der verwendet werden soll, um den Inhalt der Frames und geschachtelten Framesets in diesem Frameset anzuzeigen, wie durch den einfachen Typ definiert, auf den unten verwiesen wird.

Betrachten Sie eine Framesetdefinition in einem WordprocessingML-Dokument, die die folgende Framesetlayouteinstellung definiert:

<w:frame>  
  <w:frameLayout w:val="cols" />  
  …  
</w:frame>  

Der val Attributwert von cols gibt an, dass der Inhalt dieses Framesets horizontal (in Spalten) gestapelt werden soll.

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

Gilt für: