Uses of Interface
org.apache.poi.sl.usermodel.PaintStyle
-
Packages that use PaintStyle Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of PaintStyle in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type PaintStyle Modifier and Type Method Description Paint
DrawPaint. getPaint(Graphics2D graphics, PaintStyle paint)
Paint
DrawPaint. getPaint(Graphics2D graphics, PaintStyle paint, PaintStyle.PaintModifier modifier)
-
Uses of PaintStyle in org.apache.poi.sl.usermodel
Subinterfaces of PaintStyle in org.apache.poi.sl.usermodel Modifier and Type Interface Description static interface
PaintStyle.GradientPaint
static interface
PaintStyle.SolidPaint
static interface
PaintStyle.TexturePaint
Methods in org.apache.poi.sl.usermodel that return PaintStyle Modifier and Type Method Description PaintStyle
TextParagraph.BulletStyle. getBulletFontColor()
PaintStyle
TextRun. getFontColor()
Returns the font color.PaintStyle
HighlightColorSupport. getHighlightColor()
Returns the font highlight (background) color for this text run.PaintStyle
FillStyle. getPaint()
PaintStyle
StrokeStyle. getPaint()
Methods in org.apache.poi.sl.usermodel with parameters of type PaintStyle Modifier and Type Method Description void
TextParagraph.BulletStyle. setBulletFontColor(PaintStyle color)
void
TextRun. setFontColor(PaintStyle color)
Sets the font colorvoid
HighlightColorSupport. setHighlightColor(PaintStyle color)
Set the highlight (background) color for this text run.
-