Uses of Interface
org.apache.poi.sl.usermodel.PaintStyle.SolidPaint

Packages that use PaintStyle.SolidPaint
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of PaintStyle.SolidPaint in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return PaintStyle.SolidPaint
 PaintStyle.SolidPaint HSLFTextRun.getFontColor()
           
 

Uses of PaintStyle.SolidPaint in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw that return PaintStyle.SolidPaint
static PaintStyle.SolidPaint DrawPaint.createSolidPaint(java.awt.Color color)
           
static PaintStyle.SolidPaint DrawPaint.createSolidPaint(ColorStyle color)
           
 

Methods in org.apache.poi.sl.draw with parameters of type PaintStyle.SolidPaint
protected  java.awt.Paint DrawPaint.getSolidPaint(PaintStyle.SolidPaint fill, java.awt.Graphics2D graphics, PaintStyle.PaintModifier modifier)
           
 

Uses of PaintStyle.SolidPaint in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return PaintStyle.SolidPaint
 PaintStyle.SolidPaint Shadow.getFillStyle()
           
 

Uses of PaintStyle.SolidPaint in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return PaintStyle.SolidPaint
 PaintStyle.SolidPaint XSLFShadow.getFillStyle()
           
 



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