| Package | Description |
|---|---|
| org.apache.poi.sl.draw | |
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
Paint |
DrawPaint.getPaint(Graphics2D graphics,
PaintStyle paint) |
Paint |
DrawPaint.getPaint(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 |
HighlightColorSupport.getHighlightColor()
Returns the font highlight (background) color for this text run.
|
PaintStyle |
FillStyle.getPaint() |
PaintStyle |
StrokeStyle.getPaint() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextParagraph.BulletStyle.setBulletFontColor(PaintStyle color) |
void |
TextRun.setFontColor(PaintStyle color)
Sets the font color
|
void |
HighlightColorSupport.setHighlightColor(PaintStyle color)
Set the highlight (background) color for this text run.
|