Compartir a través de


PictureLocks.NoSelection Propiedad

Definición

No permitir la selección de formas

Representa el atributo siguiente en el esquema: noSelect

[DocumentFormat.OpenXml.SchemaAttr(0, "noSelect")]
public DocumentFormat.OpenXml.BooleanValue NoSelection { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoSelection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noSelect")]
public DocumentFormat.OpenXml.BooleanValue? NoSelection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noSelect")]
public DocumentFormat.OpenXml.BooleanValue? NoSelection { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoSelection { get; set; }
member this.NoSelection : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noSelect")>]
member this.NoSelection : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noSelect")>]
member this.NoSelection : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoSelection As BooleanValue

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica que la aplicación generadora no debe permitir la selección de la forma de conexión correspondiente; esto significa también que no se puede seleccionar ninguna imagen, formas o texto adjunto a esta forma de conexión si se ha especificado este atributo. Si no se especifica este atributo, se supone un valor de false .

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a