Package net.sf.okapi.filters.openxml
Interface ReplaceableRunProperty
-
public interface ReplaceableRunPropertyProvides a replaceable run property interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanBeReplaced(ReplaceableRunProperty runProperty)Checks whether a run property can be replaced by another.ReplaceableRunPropertyreplace(ReplaceableRunProperty runProperty)Replaces a run property by another.
-
-
-
Method Detail
-
canBeReplaced
boolean canBeReplaced(ReplaceableRunProperty runProperty)
Checks whether a run property can be replaced by another.- Parameters:
runProperty- A run property to check against- Returns:
trueif a property can be replacedfalseotherwise
-
replace
ReplaceableRunProperty replace(ReplaceableRunProperty runProperty)
Replaces a run property by another.- Parameters:
runProperty- A run property to replace by- Returns:
- A replaced run property
-
-