Merges one or more styles attributes into this style.
the first style key
the value of the first style key
additional pairs of styles and their values
Merges all of the style attributes of the specified style into this style.
the style to merge into this one
Returns the value of the style attribute with the specified key, or null if this style does not modify that key.
the key to find the value for
the value that the specified key is set to, or null
Removes the style attribute with the specified key from the style. Has no effect if the style does not contain an attribute with that key.
the key to remove
A text style combines one or more style attributes that can be applied to text. A style attribute consists of a style key and an appropriate value, such as
SIZE
and12
. If an attribute is added to an existing style that already contains that attribute, the new value replaces the old one.