Freigeben über


TableCellProperties.HorizontalOverflow Eigenschaft

Definition

Horizontaler Überlauf

Stellt das folgende Attribut im Schema dar: horzOverflow

[DocumentFormat.OpenXml.SchemaAttr(0, "horzOverflow")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues> HorizontalOverflow { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues> HorizontalOverflow { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "horzOverflow")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues>? HorizontalOverflow { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("horzOverflow")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues>? HorizontalOverflow { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues>? HorizontalOverflow { get; set; }
member this.HorizontalOverflow : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "horzOverflow")>]
member this.HorizontalOverflow : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("horzOverflow")>]
member this.HorizontalOverflow : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues> with get, set
Public Property HorizontalOverflow As EnumValue(Of TextHorizontalOverflowValues)

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 Beschneidungsverhalten der Zelle an. Die beiden hier aufgeführten Optionen ermöglichen es, dass der Text außerhalb der Zellengrenzen abgeschnitten und nicht sichtbar ist, oder dass der Text sichtbar bleibt und außerhalb der Zelle überläuft.

Betrachten Sie das folgende Beispiel:

<a:tcPr horzOverflow="overflow">  
…  
</a:tcPr>  

In diesem Beispiel überläuft der Text in der Zelle frei außerhalb der Zellgrenzen und bleibt immer sichtbar.

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

Gilt für: