Interface TextContentModifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.text.AttributedCharacterIteratormodifyTextContent(java.text.AttributedCharacterIterator aci, LayoutContext layoutContext)modified the given Characters to match what is required for this element.
-
-
-
Method Detail
-
modifyTextContent
java.text.AttributedCharacterIterator modifyTextContent(java.text.AttributedCharacterIterator aci, LayoutContext layoutContext)modified the given Characters to match what is required for this element.- Parameters:
aci-AttributedCharacterIteratorbased on the text contents.layoutContext- current layout context.- Returns:
- a new
AttributedCharacterIteratorwhich is to be used instead.
-
-