PictureBulletBase Class

Picture Numbering Symbol Properties.When the object is serialized out as xml, its qualified name is w:pict.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Group))> _
<ChildElementInfoAttribute(GetType(Rectangle))> _
<ChildElementInfoAttribute(GetType(PolyLine))> _
<ChildElementInfoAttribute(GetType(Line))> _
<ChildElementInfoAttribute(GetType(Oval))> _
<ChildElementInfoAttribute(GetType(ImageFile))> _
<ChildElementInfoAttribute(GetType(RoundRectangle))> _
<ChildElementInfoAttribute(GetType(Shape))> _
<ChildElementInfoAttribute(GetType(Shapetype))> _
Public Class PictureBulletBase _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PictureBulletBase
[ChildElementInfoAttribute(typeof(Group))]
[ChildElementInfoAttribute(typeof(Rectangle))]
[ChildElementInfoAttribute(typeof(PolyLine))]
[ChildElementInfoAttribute(typeof(Line))]
[ChildElementInfoAttribute(typeof(Oval))]
[ChildElementInfoAttribute(typeof(ImageFile))]
[ChildElementInfoAttribute(typeof(RoundRectangle))]
[ChildElementInfoAttribute(typeof(Shape))]
[ChildElementInfoAttribute(typeof(Shapetype))]
public class PictureBulletBase : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Vml.Group <v:group>

  • DocumentFormat.OpenXml.Vml.ImageFile <v:image>

  • DocumentFormat.OpenXml.Vml.Line <v:line>

  • DocumentFormat.OpenXml.Vml.Oval <v:oval>

  • DocumentFormat.OpenXml.Vml.PolyLine <v:polyline>

  • DocumentFormat.OpenXml.Vml.Rectangle <v:rect>

  • DocumentFormat.OpenXml.Vml.RoundRectangle <v:roundrect>

  • DocumentFormat.OpenXml.Vml.Shape <v:shape>

  • DocumentFormat.OpenXml.Vml.Shapetype <v:shapetype>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PictureBulletBase Members

DocumentFormat.OpenXml.Wordprocessing Namespace