Group.Bullet Property

Definition

bullet

Represents the following attribute in the schema: o:bullet

[DocumentFormat.OpenXml.SchemaAttr(27, "bullet")]
public DocumentFormat.OpenXml.TrueFalseValue Bullet { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Bullet { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(27, "bullet")]
public DocumentFormat.OpenXml.TrueFalseValue? Bullet { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("o:bullet")]
public DocumentFormat.OpenXml.TrueFalseValue? Bullet { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Bullet { get; set; }
member this.Bullet : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(27, "bullet")>]
member this.Bullet : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("o:bullet")>]
member this.Bullet : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Bullet As TrueFalseValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to