[]
Serializable, Comparable<PresetTexture>, ConstableUse this enum with IFillFormat.presetTextured(PresetTexture) to apply a built-in texture, or with IFillFormat.getPresetTexture() to read the currently configured preset texture.
IShape shape = worksheet.getShapes().addShape(AutoShapeType.Rectangle, 10, 10, 80, 40);
shape.getFill().presetTextured(PresetTexture.Canvas);
Enum.EnumDesc<E extends Enum<E>>static PresetTexturestatic PresetTexture[]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