Line.Bullet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Graphical 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