Package | Description |
---|---|
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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 2021 The Apache Software Foundation or its licensors, as applicable.