public interface ReplaceableRunProperty
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeReplaced(ReplaceableRunProperty runProperty)
Checks whether a run property can be replaced by another.
|
ReplaceableRunProperty |
replace(ReplaceableRunProperty runProperty)
Replaces a run property by another.
|
boolean canBeReplaced(ReplaceableRunProperty runProperty)
runProperty - A run property to check againsttrue if a property can be replaced
false otherwiseReplaceableRunProperty replace(ReplaceableRunProperty runProperty)
runProperty - A run property to replace byCopyright © 2021. All rights reserved.