Uses of Class
org.apache.poi.sl.usermodel.Insets2D

Packages that use Insets2D
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
 Insets2D HSLFTextShape.getInsets()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type Insets2D
 void HSLFTextShape.setInsets(Insets2D insets)
           
 

Uses of Insets2D in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return Insets2D
 Insets2D Insets2D.clone()
          Create a copy of this object.
 Insets2D TextShape.getInsets()
           
 

Methods in org.apache.poi.sl.usermodel with parameters of type Insets2D
 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
 Insets2D XSLFTextShape.getInsets()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type Insets2D
 void XSLFTextShape.setInsets(Insets2D insets)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.