com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PresetShadow

  • java.lang.Object
    • com.aspose.slides.PresetShadow
  • All Implemented Interfaces:
    IPresetShadow, java.lang.Cloneable


    public class PresetShadow
    extends java.lang.Object
    implements IPresetShadow, java.lang.Cloneable

    Represents a preset shadow effect.

    • Method Detail

      • getDirection

        public final float getDirection()

        Direction of shadow. Read/write float.

        Specified by:
        getDirection in interface IPresetShadow
      • setDirection

        public final void setDirection(float value)

        Direction of shadow. Read/write float.

        Specified by:
        setDirection in interface IPresetShadow
      • getDistance

        public final double getDistance()

        Distance of shadow. Read/write double.

        Specified by:
        getDistance in interface IPresetShadow
      • setDistance

        public final void setDistance(double value)

        Distance of shadow. Read/write double.

        Specified by:
        setDistance in interface IPresetShadow
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.

      • equals

        public boolean equals(java.lang.Object obj)

        Determines whether the specified PresetShadow is equal to the current PresetShadow.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The PresetShadow to compare.
        Returns:
        true if objects are equal; otherwise, false.
      • hashCode

        public int hashCode()

        Serves as a hash function for a particular type.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        A hash code for the current object.