| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
Insets2D |
Insets2D.copy()
Create a copy of this object.
|
default Insets2D |
PaintStyle.GradientPaint.getFillToInsets() |
Insets2D |
TextShape.getInsets() |
default Insets2D |
PaintStyle.TexturePaint.getInsets()
Specifies the portion of the blip or image that is used for the fill.
|
default Insets2D |
PaintStyle.TexturePaint.getStretch()
The stretch specifies the edges of a fill rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextShape.setInsets(Insets2D insets)
Sets the shape margins
|