Uses of Class
org.apache.poi.sl.usermodel.Insets2D
-
Packages that use Insets2D Package Description org.apache.poi.sl.usermodel -
-
Uses of Insets2D in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Insets2D Modifier and Type Method Description Insets2D
Insets2D. copy()
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.Methods in org.apache.poi.sl.usermodel with parameters of type Insets2D Modifier and Type Method Description void
TextShape. setInsets(Insets2D insets)
Sets the shape margins
-