[]
The common (base) header and footer class.
public abstract class RtfHeaderFooter : RtfObject, ICloneable, IRtfContent, IEnumerable, IDocumentContent, IContent
| Name | Description |
|---|---|
| Count | Gets current count Word/RTF objects in collection. |
| Current | Gets current Word/RTF object for set (group, collection). |
| Name | Description |
|---|---|
| Add(RtfObject) | Adds the RTF object to the collection. |
| GetEnumerator() | Exposes the enumerator, which supports a simple iteration over a non-generic collection. |