接口 IBackgroundPicture

所有超级接口:
IContainer, IShape

public interface IBackgroundPicture extends IShape
表示一个将被用作背景图片的图片对象。Shape对象是IBackgroundPictures集合的一个成员。背景图片集合包含了幻灯片上的所有背景图片。
  • 方法详细资料

    • getTransparency

      double getTransparency()
      获取指定图片的透明度,其值从 0.0(不透明)到 1.0(透明)。
    • setTransparency

      void setTransparency(double value)
      设置指定图片的透明度,值从 0.0(不透明)到 1.0(透明)。
    • getBackgroundImageLayout

      ImageLayout getBackgroundImageLayout()
      获取一个值,该值描述如何拉伸图像以填充目标矩形。
    • setBackgroundImageLayout

      void setBackgroundImageLayout(ImageLayout value)
      设置一个值,描述如何拉伸图像以填充目标矩形。
    • getCornerRadius

      int getCornerRadius()
      获取一个值,描述矩形裁切角的圆润程度,单位为像素。
    • setCornerRadius

      void setCornerRadius(int value)
      设置一个值,描述矩形裁切角的圆润程度,单位为像素。