Partager via


StatusText.Type Propriété

Définition

Type de texte d’état

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

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

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 le type de texte status qui est spécifié par cet élément, défini par le type simple ci-dessous.

Si cet attribut est omis, sa valeur est supposée être text.

Considérez le fragment WordprocessingML suivant pour un champ de formulaire :

<w:ffData>  
  <w:statusText w:type="text" w:val="Example status text." />  
</w:ffData>  

L’attribut type a une valeur de text, qui spécifie que le texte de l’attribut val est le texte littéral status pour ce champ de formulaire.

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

S’applique à