[]
Implements an IStyleOverride that combines multiple IStyleOverrids.
public class C1StyleOverrideMerger : IStyleOverride
| Name | Description |
|---|---|
| C1StyleOverrideMerger() | Constructs a new C1StyleOverrideMerger. |
| Name | Description |
|---|---|
| Overrides | Gets the collection of IStyleOverride merged by this C1StyleOverrideMerger. |
| Name | Description |
|---|---|
| GetStyles(C1TextRange) | Returns a collection of C1RangeStyle objects to apply to the text inside the parameter C1TextRange. |
| Name | Description |
|---|---|
| StylesChanged | Fired when the styles of this IStyleOverride change. |