ViewProperties.ShowComments Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kommentare anzeigen
Stellt das folgende Attribut im Schema dar: showComments
[DocumentFormat.OpenXml.SchemaAttr(0, "showComments")]
public DocumentFormat.OpenXml.BooleanValue ShowComments { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowComments { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showComments")]
public DocumentFormat.OpenXml.BooleanValue? ShowComments { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showComments")]
public DocumentFormat.OpenXml.BooleanValue? ShowComments { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowComments { get; set; }
member this.ShowComments : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showComments")>]
member this.ShowComments : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showComments")>]
member this.ShowComments : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowComments As BooleanValue
Eigenschaftswert
Gibt zurück BooleanValue.
- Attribute
Hinweise
Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.
Gibt an, ob die Folienkommentare angezeigt werden sollen.
Die möglichen Werte für dieses Attribut werden durch den XML-Schemadatentyp boolean
definiert.