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

Packages that use RectAlign
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
 

Uses of RectAlign in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw with parameters of type RectAlign
 void DrawPictureShape.resize(java.awt.geom.Rectangle2D target, RectAlign align)
          Fit picture shape into the target rectangle, maintaining the aspect ratio and repositioning within the target rectangle based on the specified alignment (gravity).
 

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

Methods in org.apache.poi.sl.usermodel that return RectAlign
static RectAlign RectAlign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RectAlign[] RectAlign.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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