Interface TextContentModifier
public interface TextContentModifier
- Version:
- $Revision: 923658a2b249 $
-
Method Summary
Modifier and TypeMethodDescriptionmodifyTextContent(AttributedCharacterIterator aci, LayoutContext layoutContext) modified the given Characters to match what is required for this element.
-
Method Details
-
modifyTextContent
AttributedCharacterIterator modifyTextContent(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.
-