ShapeFormat

Inheritance: java.lang.Object

public class ShapeFormat

Represents the format of the shape or text. NOTE: This member is now obsolete. Instead, please use Shape.Fill and Shape.Line properties. This property will be removed 6 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.

Methods

Method Description
clearFormat3D() Clears the 3D shape properties of the shape.
clearGlowEffect() Clears the glow effect of the shape.
clearShadowEffect() Clears the shadow effect of the chart element or shape.
equals(Object obj)
getClass()
getFill() Gets fill format
getGlowEffect() Represents a getGlowEffect() object that specifies glow effect for the chart element or shape.
getLine() Gets line style
getShadowEffect() Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
getSoftEdgeRadius() Gets the radius of blur to apply to the edges, in unit of points.
hasFormat3D() Indicates if the shape has 3d format data.
hasGlowEffect() Indicates if the shape has glow effect data.
hasShadowEffect() Indicates if the shape has shadow effect data.
hashCode() Gets the hash code.
notify()
notifyAll()
setSoftEdgeRadius(double value) Sets the radius of blur to apply to the edges, in unit of points.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

clearFormat3D()

public void clearFormat3D()

Clears the 3D shape properties of the shape.

clearGlowEffect()

public void clearGlowEffect()

Clears the glow effect of the shape.

clearShadowEffect()

public void clearShadowEffect()

Clears the shadow effect of the chart element or shape.

equals(Object obj)

public boolean equals(Object obj)

Parameters:

Parameter Type Description
obj java.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFill()

public FillFormat getFill()

Gets fill format

Returns: FillFormat

getGlowEffect()

public GlowEffect getGlowEffect()

Represents a getGlowEffect() object that specifies glow effect for the chart element or shape.

Returns: GlowEffect

getLine()

public LineFormat getLine()

Gets line style

Returns: LineFormat

getShadowEffect()

public ShadowEffect getShadowEffect()

Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.

Returns: ShadowEffect

getSoftEdgeRadius()

public double getSoftEdgeRadius()

Gets the radius of blur to apply to the edges, in unit of points.

Returns: double

hasFormat3D()

public boolean hasFormat3D()

Indicates if the shape has 3d format data.

Returns: boolean -

hasGlowEffect()

public boolean hasGlowEffect()

Indicates if the shape has glow effect data.

Returns: boolean -

hasShadowEffect()

public boolean hasShadowEffect()

Indicates if the shape has shadow effect data.

Returns: boolean -

hashCode()

public int hashCode()

Gets the hash code.

Returns: int -

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setSoftEdgeRadius(double value)

public void setSoftEdgeRadius(double value)

Sets the radius of blur to apply to the edges, in unit of points.

Parameters:

Parameter Type Description
value double

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int