TableWidthType.Type Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type de largeur de tableau
Représente l’attribut suivant dans le schéma : w :type
[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues> Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues> Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues>? Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues>? Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues>? Type { get; set; }
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues> with get, set
Public Property Type As EnumValue(Of TableWidthUnitValues)
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 unités de la propriété width définie par l’attribut de l’élément w
parent. Cette propriété est utilisée pour définir différentes propriétés d’une table, notamment l’espacement des cellules, la largeur préférée et les marges de table.
Si cet attribut est omis, sa valeur est supposée être dxa
(vingtièmes d’un point).
Prenons l’exemple d’un tableau avec un espacement inférieur de cellule de tableau avec un type de dxa
:
<w:bottom ... w:type="dxa" />
Ce type doit donc être utilisé pour interpréter la largeur spécifiée dans l’attribut w
comme une valeur dans les vingtaines d’un point.
Les valeurs possibles pour cet attribut sont définies par le ST_TblWidth
type simple.