public interface IAttributes extends Iterable<IAttribute>
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String key)
Gets the value of an attribute, given a key.
|
void |
setAttribute(String key, String value)
Adds a key and a value of an attributes.
|
int |
size()
Returns the number of attributes.
|
forEach, iterator, spliterator
String getAttribute(String key)
key
- the key
void setAttribute(String key, String value)
key
- the key
value
- the value
int size()
Copyright © 1998–2023 iText Group NV. All rights reserved.