com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPictureFillFormatEffectiveData

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      float getCropBottom()
      Returns the number of percents of real image height that are cropped off the bottom of the picture.
      float getCropLeft()
      Returns the number of percents of real image width that are cropped off the left of the picture.
      float getCropRight()
      Returns the number of percents of real image width that are cropped off the right of the picture.
      float getCropTop()
      Returns the number of percents of real image height that are cropped off the top of the picture.
      int getDpi()
      Returns the dpi which is used to fill a picture.
      IPictureEffectiveData getPicture()
      Returns the picture.
      int getPictureFillMode()
      Returns the picture fill mode.
    • Method Detail

      • getDpi

        int getDpi()

        Returns the dpi which is used to fill a picture. Read-only int.

      • getPictureFillMode

        int getPictureFillMode()

        Returns the picture fill mode. Read-only PictureFillMode.

      • getCropLeft

        float getCropLeft()

        Returns the number of percents of real image width that are cropped off the left of the picture. Read-only float.

      • getCropTop

        float getCropTop()

        Returns the number of percents of real image height that are cropped off the top of the picture. Read-only float.

      • getCropRight

        float getCropRight()

        Returns the number of percents of real image width that are cropped off the right of the picture. Read-only float.

      • getCropBottom

        float getCropBottom()

        Returns the number of percents of real image height that are cropped off the bottom of the picture. Read-only float.