Uses of Class
org.apache.poi.sl.usermodel.RectAlign
-
Packages that use RectAlign Package Description 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 Modifier and Type Method Description void
DrawPictureShape. resize(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 Modifier and Type Method Description static RectAlign
RectAlign. valueOf(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.
-