Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
Insets2D |
HSLFTextShape.getInsets() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextShape.setInsets(Insets2D insets) |
Modifier and Type | Method and Description |
---|---|
Insets2D |
Insets2D.clone()
Create a copy of this object.
|
default Insets2D |
PaintStyle.GradientPaint.getFillToInsets() |
default Insets2D |
PaintStyle.TexturePaint.getInsets()
Specifies the portion of the blip or image that is used for the fill.
|
Insets2D |
TextShape.getInsets() |
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
|
Modifier and Type | Method and Description |
---|---|
Insets2D |
XSLFGradientPaint.getFillToInsets() |
Insets2D |
XSLFTexturePaint.getInsets() |
Insets2D |
XSLFTextShape.getInsets() |
Insets2D |
XSLFTexturePaint.getStretch() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextShape.setInsets(Insets2D insets) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.