TEffectStyleList Class
A list with all the effects for subtle, moderate and intense formatting types.
Syntax
Unit: FlexCel.Core
TEffectStyleList = class(TFlexCelObject);
Constructors
| Name |
Description |
| Create |
Creates a new instance.
|
Methods
| Name |
Description |
| Clone |
Returns a deep copy of the object.
|
| Clear |
Deletes all elements in this object.
|
| Add |
Adds a new effect to the list. First style is subtle, then moderate adn then intense.
|
Properties
| Name |
Description |
| Count |
Number of effects saved on this list.
|
| Last |
Returns the last element in the list, or null if the list has no elements.
|
| Item[const index] |
Returns the effect at position index. First item is Subtle, second Moderate and third Intense.
|