LevelPictureBulletId Class
Picture Numbering Symbol Definition Reference.When the object is serialized out as xml, its qualified name is w:lvlPicBulletId.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType
DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class LevelPictureBulletId _
Inherits DecimalNumberType
'Usage
Dim instance As LevelPictureBulletId
public class LevelPictureBulletId : DecimalNumberType
Remarks
[ISO/IEC 29500-1 1st Edition]
17.9.10 lvlPicBulletId (Picture Numbering Symbol Definition Reference)
This element specifies a picture which shall be used as a numbering symbol for a given numbering level by referring to a picture numbering symbol definition's numPictBullet element (§17.9.21). This reference is made through this element's val attribute.
The picture shall be added to the numbering level by replacing each character in the lvlText with one instance of this image.
[Example: Consider the WordprocessingML below illustrating how the lvlPicBulletId references a picture numbering symbol definition though its val attribute:
<w:numPicBullet w:numPicBulletId="1"> <w:drawing> … </w:drawing> </w:numPicBullet> … <w:abstractNum w:abstractNumId="7"> <w:nsid w:val="71A06359" /> <w:multiLevelType w:val="hybridMultilevel" /> <w:tmpl w:val="10643FE6" /> <w:lvl w:ilvl="0" w:tplc="B7663E56"> <w:start w:val="1" /> <w:numFmt w:val="bullet" /> <w:lvlText w:val="AA" /> <w:lvlPicBulletId w:val="1" /> </w:lvl> </w:abstractNum>
The resulting numbering must consist of two instances of the image specified using the numPicBullet element. end example]
Parent Elements |
---|
lvl (§17.9.6); lvl (§17.9.7) |
Attributes |
Description |
---|---|
val (Decimal Number Value) |
Specifies that the contents of this attribute contains a decimal number. The contents of this decimal number are interpreted based on the context of the parent XML element. [Example: Consider the following numeric WordprocessingML property of simple type ST_DecimalNumber: <… w:val="1512645511" /> The value of the val attribute is a decimal number whose value must be interpreted in the context of the parent element. end example] The possible values for this attribute are defined by the ST_DecimalNumber simple type (§17.18.10). |
[Note: The W3C XML Schema definition of this element’s content model (CT_DecimalNumber) is located in §A.1. end note]
© ISO/IEC29500: 2008.
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.