[]
Serializable, Comparable<TextureAlignment>, ConstableUse this enum with IFillFormat.setTextureAlignment(TextureAlignment) to control how a texture is aligned within a filled shape, or with IFillFormat.getTextureAlignment() to read the current texture alignment.
IShape shape = worksheet.getShapes().addShape(AutoShapeType.Rectangle, 10, 10, 80, 40);
shape.getFill().presetTextured(PresetTexture.Canvas);
shape.getFill().setTextureAlignment(TextureAlignment.BottomRight);
Enum.EnumDesc<E extends Enum<E>>static TextureAlignmentstatic TextureAlignment[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null