Compartir a través de


CommonSlideViewProperties.ShowGuides Propiedad

Definición

Mostrar guías en la vista

Representa el atributo siguiente en el esquema: showGuides

[DocumentFormat.OpenXml.SchemaAttr(0, "showGuides")]
public DocumentFormat.OpenXml.BooleanValue ShowGuides { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowGuides { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showGuides")]
public DocumentFormat.OpenXml.BooleanValue? ShowGuides { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showGuides")]
public DocumentFormat.OpenXml.BooleanValue? ShowGuides { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowGuides { get; set; }
member this.ShowGuides : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showGuides")>]
member this.ShowGuides : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showGuides")>]
member this.ShowGuides : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowGuides 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 si se deben mostrar guías al editar la presentación.

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

Se aplica a