Click or drag to resize

SectionStyleTable Properties

The SectionStyleTable type exposes the following members.

Properties
  NameDescription
Public propertyActiveCount
Returns number of section styles in the table, excluding deleted section styles.
Public propertyComponentType (Overrides CommonComponentTableTComponentType.)
Public propertyCount
Returns number of section styles in the section style table, including deleted section styles.
Public propertyDocument
Document that owns this table.
Public propertyItem
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.
Top
See Also