Uses of Interface
org.apache.poi.sl.usermodel.PaintStyle
Packages that use PaintStyle
Package
Description
-
Uses of PaintStyle in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type PaintStyle -
Uses of PaintStyle in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type PaintStyleModifier and TypeMethodDescriptionDrawPaint.getPaint(Graphics2D graphics, PaintStyle 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.usermodelModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceMethods in org.apache.poi.sl.usermodel that return PaintStyleModifier and TypeMethodDescriptionTextParagraph.BulletStyle.getBulletFontColor()TextRun.getFontColor()Returns the font color.FillStyle.getPaint()StrokeStyle.getPaint()Methods in org.apache.poi.sl.usermodel with parameters of type PaintStyleModifier and TypeMethodDescriptionvoidTextParagraph.BulletStyle.setBulletFontColor(PaintStyle color) voidTextRun.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 PaintStyleModifier and TypeMethodDescriptionXSLFTextParagraph.getBulletFontColor()protected PaintStyleXSLFShape.getFillPaint()XSLFTableCell.getFillPaint()XSLFTextRun.getFontColor()protected PaintStyleXSLFSimpleShape.getLinePaint()protected static PaintStyleXSLFShape.selectPaint(org.apache.poi.xslf.usermodel.XSLFPropertiesDelegate.XSLFFillProperties fp, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, PackagePart parentPart, XSLFTheme theme, boolean hasPlaceholder) Convert shape fill into java.awt.Paint.protected static PaintStyleXSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart) protected static PaintStyleXSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme) protected static PaintStyleXSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties solidFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme) protected static PaintStyleXSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTStyleMatrixReference fillRef, XSLFTheme theme, boolean isLineStyle, boolean hasPlaceholder) Methods in org.apache.poi.xslf.usermodel with parameters of type PaintStyleModifier and TypeMethodDescriptionvoidXSLFTextParagraph.setBulletFontColor(PaintStyle color) Set the color to be used on bullet characters within a given paragraph.voidXSLFTextRun.setFontColor(PaintStyle color)