CommonSlideViewProperties.SnapToGrid 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.
Aligner des objets sur la grille
Représente l’attribut suivant dans le schéma : snapToGrid
[DocumentFormat.OpenXml.SchemaAttr(0, "snapToGrid")]
public DocumentFormat.OpenXml.BooleanValue SnapToGrid { get; set; }
public DocumentFormat.OpenXml.BooleanValue SnapToGrid { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "snapToGrid")]
public DocumentFormat.OpenXml.BooleanValue? SnapToGrid { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("snapToGrid")]
public DocumentFormat.OpenXml.BooleanValue? SnapToGrid { get; set; }
public DocumentFormat.OpenXml.BooleanValue? SnapToGrid { get; set; }
member this.SnapToGrid : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "snapToGrid")>]
member this.SnapToGrid : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("snapToGrid")>]
member this.SnapToGrid : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property SnapToGrid As BooleanValue
Valeur de propriété
Retourne BooleanValue.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie si les objets doivent s’aligner sur la grille de présentation sous-jacente lors de la modification.
Les valeurs possibles pour cet attribut sont définies par le type de données schéma boolean
XML.