Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextRun.setFontColor(PaintStyle color) |
Modifier and Type | Method and Description |
---|---|
java.awt.Paint |
DrawPaint.getPaint(java.awt.Graphics2D graphics,
PaintStyle paint) |
java.awt.Paint |
DrawPaint.getPaint(java.awt.Graphics2D graphics,
PaintStyle paint,
PaintStyle.PaintModifier modifier) |
Modifier and Type | Interface and Description |
---|---|
static interface |
PaintStyle.GradientPaint |
static interface |
PaintStyle.SolidPaint |
static interface |
PaintStyle.TexturePaint |
Modifier and Type | Method and Description |
---|---|
PaintStyle |
TextParagraph.BulletStyle.getBulletFontColor() |
PaintStyle |
TextRun.getFontColor()
Returns the font color.
|
PaintStyle |
StrokeStyle.getPaint() |
PaintStyle |
FillStyle.getPaint() |
Modifier and Type | Method and Description |
---|---|
void |
TextParagraph.BulletStyle.setBulletFontColor(PaintStyle color) |
void |
TextRun.setFontColor(PaintStyle color)
Sets the font color
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFGradientPaint |
class |
XSLFTexturePaint |
Modifier and Type | Method and Description |
---|---|
PaintStyle |
XSLFTextParagraph.getBulletFontColor() |
protected PaintStyle |
XSLFShape.getFillPaint() |
PaintStyle |
XSLFTableCell.getFillPaint() |
PaintStyle |
XSLFTextRun.getFontColor() |
protected PaintStyle |
XSLFSimpleShape.getLinePaint() |
protected PaintStyle |
XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill,
PackagePart parentPart,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme) |
protected PaintStyle |
XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme) |
protected PaintStyle |
XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme) |
protected PaintStyle |
XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties solidFill,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme) |
protected PaintStyle |
XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTStyleMatrixReference fillRef,
XSLFTheme theme,
boolean isLineStyle,
boolean hasPlaceholder) |
protected PaintStyle |
XSLFShape.selectPaint(XSLFPropertiesDelegate.XSLFFillProperties fp,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
PackagePart parentPart,
XSLFTheme theme,
boolean hasPlaceholder)
Convert shape fill into java.awt.Paint.
|
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextParagraph.setBulletFontColor(PaintStyle color)
Set the color to be used on bullet characters within a given paragraph.
|
void |
XSLFTextRun.setFontColor(PaintStyle color) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.