Uses of Class
org.apache.poi.sl.usermodel.Insets2D
-
Packages that use Insets2D Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of Insets2D in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return Insets2D Modifier and Type Method Description Insets2DHSLFTextShape. getInsets()Methods in org.apache.poi.hslf.usermodel with parameters of type Insets2D Modifier and Type Method Description voidHSLFTextShape. setInsets(Insets2D insets) -
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. clone()Create a copy of this object.Insets2DTextShape. getInsets()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 -
Uses of Insets2D in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return Insets2D Modifier and Type Method Description Insets2DXSLFTextShape. getInsets()Methods in org.apache.poi.xslf.usermodel with parameters of type Insets2D Modifier and Type Method Description voidXSLFTextShape. setInsets(Insets2D insets)
-