Class NumberingCollection
The document's numbering definitions (the numbering part): abstract definitions plus concrete instances, with lookups by id.
public sealed class NumberingCollection : UnknownXmlHost
- Inheritance
-
NumberingCollection
- Inherited Members
Constructors
Properties
- AbstractNumberings
Gets the abstract definitions in document order.
- Instances
Gets the concrete instances in document order.
Methods
- Add(AbstractNumbering)
Adds an abstract definition.
- Add(NumberingInstance)
Adds a concrete instance.
- Clone()
Creates a deep copy of the whole collection.
- FindAbstract(int)
Looks up an abstract definition by id.
- FindInstance(int)
Looks up a concrete instance by id.