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 Insets2D
HSLFTextShape. getInsets()
Methods in org.apache.poi.hslf.usermodel with parameters of type Insets2D Modifier and Type Method Description void
HSLFTextShape. 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 Insets2D
Insets2D. clone()
Create a copy of this object.Insets2D
TextShape. getInsets()
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 -
Uses of Insets2D in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return Insets2D Modifier and Type Method Description Insets2D
XSLFTextShape. getInsets()
Methods in org.apache.poi.xslf.usermodel with parameters of type Insets2D Modifier and Type Method Description void
XSLFTextShape. setInsets(Insets2D insets)
-