[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PictureBulletCollection

PictureBulletCollection Class

Represents a collection of PictureBullet objects.

Inheritance
PictureBulletCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class PictureBulletCollection : IReadOnlyList<PictureBullet>, IReadOnlyCollection<PictureBullet>, IEnumerable<PictureBullet>, IEnumerable
Public Class PictureBulletCollection
    Implements IReadOnlyList(Of PictureBullet), IReadOnlyCollection(Of PictureBullet), IEnumerable(Of PictureBullet), IEnumerable

Properties

Name Description
Count

Gets the count of objects in this collection.

this[int]

Gets a PictureBullet by its index in the collection.

Methods

Name Description
Add(byte[], string)

Creates a new PictureBullet and adds it to the collection.

GetById(int)

Gets a PictureBullet by its id.