Partager via


BodyProperties.Wrap Propriété

Définition

Type d’habillage de texte

Représente l’attribut suivant dans le schéma : wrap

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

Valeur de propriété

Retourne EnumValue<T>.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

Spécifie les options d’habillage à utiliser pour ce corps de texte. Si cet attribut est omis, une valeur de square est implicite qui encapsule le texte à l’aide de la zone de texte englobante.

Les valeurs possibles pour cet attribut sont définies par le ST_TextWrappingType type simple.

S’applique à