PresentationImageFillFormat
PresentationImageFillFormat class
PowerPoint ドキュメントの画像の塗りつぶし形式の設定を表します。
public class PresentationImageFillFormat : OfficeImageFillFormat<PresentationWatermarkableImage>
プロパティ
名前 | 説明 |
---|---|
override BackgroundImage { get; set; } | 背景画像を取得または設定します。 |
override TileAsTexture { get; set; } | 画像が背景全体に並べて表示されるかどうかを示す値を取得または設定します. |
override Transparency { get; set; } | 背景画像の透明度を 0.0 (不透明) から 1.0 (完全に透明) の値として取得または設定します。 |