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

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

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

Methods in org.apache.poi.hslf.usermodel with parameters of type PaintStyle
 void HSLFTextRun.setFontColor(PaintStyle color)
           
 

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

Methods in org.apache.poi.sl.draw with parameters of type PaintStyle
 java.awt.Paint DrawPaint.getPaint(java.awt.Graphics2D graphics, PaintStyle paint)
           
 

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

Subinterfaces of PaintStyle in org.apache.poi.sl.usermodel
static interface PaintStyle.GradientPaint
           
static interface PaintStyle.SolidPaint
           
static interface PaintStyle.TexturePaint
           
 

Methods in org.apache.poi.sl.usermodel that return PaintStyle
 PaintStyle TextParagraph.BulletStyle.getBulletFontColor()
           
 PaintStyle TextRun.getFontColor()
          Returns the font color.
 PaintStyle StrokeStyle.getPaint()
           
 PaintStyle FillStyle.getPaint()
           
 

Methods in org.apache.poi.sl.usermodel with parameters of type PaintStyle
 void TextParagraph.BulletStyle.setBulletFontColor(PaintStyle color)
           
 void TextRun.setFontColor(PaintStyle color)
          Sets the font color
 

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

Methods in org.apache.poi.xslf.usermodel that return PaintStyle
 PaintStyle XSLFTextParagraph.getBulletFontColor()
           
protected  PaintStyle XSLFShape.getFillPaint()
           
 PaintStyle XSLFTextRun.getFontColor()
           
protected  PaintStyle XSLFSimpleShape.getLinePaint()
           
protected  PaintStyle XSLFShape.getPaint(org.apache.xmlbeans.XmlObject spPr, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr)
           
protected  PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart)
           
protected  PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr)
           
protected  PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties solidFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr)
           
protected  PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTStyleMatrixReference fillRef)
           
protected  PaintStyle XSLFShape.selectPaint(org.apache.xmlbeans.XmlObject obj, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, PackagePart parentPart)
          Convert shape fill into java.awt.Paint.
 

Methods in org.apache.poi.xslf.usermodel with parameters of type PaintStyle
 void XSLFTextParagraph.setBulletFontColor(PaintStyle color)
          Set the color to be used on bullet characters within a given paragraph.
 void XSLFTextRun.setFontColor(PaintStyle color)
           
 



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