SectionStyleTable Properties |
The SectionStyleTable type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveCount |
Returns number of section styles in the table, excluding deleted section styles.
| |
| ComponentType | (Overrides CommonComponentTableTComponentType.) | |
| Count |
Returns number of section styles in the section style table, including
deleted section styles.
| |
| Document |
Document that owns this table.
| |
| Item |
Conceptually, the section style table is an array of section styles.
The operator[] can be used to get individual section styles. A section
style is either active or deleted and this state is reported by
SectionStyle.IsDeleted.
|