com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IThreeDFormatEffectiveData

  • All Superinterfaces:
    IThreeDParamSource


    public interface IThreeDFormatEffectiveData
    extends IThreeDParamSource

    Immutable object which represents effective 3-D formatting properties.


    This interface is used together with the IThreeDFormat interface to return effective formatting values with inheritance applied.
    • Method Detail

      • getContourWidth

        double getContourWidth()

        Returns the width of a 3D contour. Read-only double.

      • getExtrusionHeight

        double getExtrusionHeight()

        Returns the height of an extrusion effect. Read-only double.

      • getDepth

        double getDepth()

        Returns the depth of a 3D shape. Read-only double.

      • getContourColor

        java.lang.Integer getContourColor()

        Returns the color of a contour. Read-only Integer.

      • getExtrusionColor

        java.lang.Integer getExtrusionColor()

        Returns the color of an extrusion. Read-only Integer.

      • getMaterial

        int getMaterial()

        Returns the type of a material. Read-only MaterialPresetType.