[]
Adds all of the values from another C1TextElementStyle to this one.
public void Add(C1TextElementStyle style)
Type | Name | Description |
---|---|---|
C1TextElementStyle | style | The C1TextElementStyle where to take the values from. |
public void Add(StyleProperty key, object value)
Type | Name | Description |
---|---|---|
StyleProperty | key | |
object | value |
public void Add(KeyValuePair<StyleProperty, object> item)
Type | Name | Description |
---|---|---|
KeyValuePair<StyleProperty, object> | item |
public void Add(object key, object value)
Type | Name | Description |
---|---|---|
object | key | |
object | value |