Uses of Class
org.apache.poi.sl.draw.DrawTextFragment

Packages that use DrawTextFragment
org.apache.poi.sl.draw   
 

Uses of DrawTextFragment in org.apache.poi.sl.draw
 

Fields in org.apache.poi.sl.draw declared as DrawTextFragment
protected  DrawTextFragment DrawTextParagraph.bullet
           
 

Fields in org.apache.poi.sl.draw with type parameters of type DrawTextFragment
protected  java.util.List<DrawTextFragment> DrawTextParagraph.lines
           
 

Methods in org.apache.poi.sl.draw that return DrawTextFragment
protected  DrawTextFragment DrawTextParagraph.getBullet(java.awt.Graphics2D graphics, java.text.AttributedCharacterIterator firstLineAttr)
           
 DrawTextFragment DrawFactory.getTextFragment(java.awt.font.TextLayout layout, java.text.AttributedString str)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.