CascadingStyleStore Properties |
The CascadingStyleStore type exposes the following members.
| Name | Description | |
|---|---|---|
| All |
All the CascadingStyleStores indexed by ID. This property is only set if TrackAll(true) has previously been called. |
|
| BasedOn |
The CascadingStyleStore from which this
inherits.
Properties which are not defined in this CascadingStyleStore will be inherited from the CascadingStyleStore referenced here. |
|
| Entries |
A dictionary containing the values in the
styles store. Add to or change these values to change the styles in
the store. The keys and values you use need to match up with the
possible styles and style values. If they do not then an exception
will be thrown.
|
|
| Frame |
The Frame which contains this CascadingStyleStore. A CascadingStyleStore may be shared by multiple Frames. For example if a ParagraphFrame spans two pages it will need to be split into two. In this case both ParagraphFrames will reference the same CascadingStyleStore. This property represents the original Frame to which this CascadingStyleStore was assigned. |
|
| Parent |
The parent CascadingStyleStore. The parent parallels the Frame.Parent in the document. This is needed because some properties can be specified on multiple objects. For example a cell border might be specified for the entire table but then overridden in a cell. |
|
| StyleName |
The name of this style. The value of this property may be null if no name has been assigned. In the case of a null value, typically the name of the BasedOn CascadingStyleStore is used. |