com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPictureFrame

    • Method Detail

      • getRelativeScaleHeight

        float getRelativeScaleHeight()

        Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.

      • setRelativeScaleHeight

        void setRelativeScaleHeight(float value)

        Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.

      • getRelativeScaleWidth

        float getRelativeScaleWidth()

        Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.

      • setRelativeScaleWidth

        void setRelativeScaleWidth(float value)

        Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.