Uses of Class
org.apache.poi.xddf.usermodel.XDDFColor
Packages that use XDDFColor
-
Uses of XDDFColor in org.apache.poi.xddf.usermodel
Subclasses of XDDFColor in org.apache.poi.xddf.usermodelModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.apache.poi.xddf.usermodel that return XDDFColorModifier and TypeMethodDescriptionstatic XDDFColorXDDFColor.forColorContainer(org.openxmlformats.schemas.drawingml.x2006.main.CTColor container) static XDDFColorXDDFColor.from(byte[] color) static XDDFColorXDDFColor.from(int red, int green, int blue) static XDDFColorXDDFColor.from(PresetColor color) static XDDFColorXDDFColor.from(SchemeColor color) static XDDFColorXDDFColor.from(SystemColor color) XDDFPatternFillProperties.getBackgroundColor()XDDFGradientStop.getColor()XDDFSolidFillProperties.getColor()XDDFPatternFillProperties.getForegroundColor()Methods in org.apache.poi.xddf.usermodel with parameters of type XDDFColorModifier and TypeMethodDescriptionvoidXDDFPatternFillProperties.setBackgroundColor(XDDFColor color) voidvoidvoidXDDFPatternFillProperties.setForegroundColor(XDDFColor color) Constructors in org.apache.poi.xddf.usermodel with parameters of type XDDFColor -
Uses of XDDFColor in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return XDDFColorModifier and TypeMethodDescriptionXDDFParagraphBulletProperties.getBulletColor()XDDFTextParagraph.getBulletColor()XDDFTextRun.getFontColor()XDDFTextRun.getHighlight()Methods in org.apache.poi.xddf.usermodel.text with parameters of type XDDFColorModifier and TypeMethodDescriptionvoidXDDFParagraphBulletProperties.setBulletColor(XDDFColor color) voidXDDFTextParagraph.setBulletColor(XDDFColor color) Set the color to be used on bullet characters within a given paragraph.voidXDDFTextRun.setFontColor(XDDFColor color) voidXDDFRunProperties.setHighlight(XDDFColor color) voidXDDFTextRun.setHighlight(XDDFColor color)