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 Insets2DInsets2D. copy()Create a copy of this object.default Insets2DPaintStyle.GradientPaint. getFillToInsets()default Insets2DPaintStyle.TexturePaint. getInsets()Specifies the portion of the blip or image that is used for the fill.Insets2DTextShape. getInsets()default Insets2DPaintStyle.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 voidTextShape. setInsets(Insets2D insets)Sets the shape margins
-