PresentationNotesSlide

PresentationNotesSlide class

PowerPoint ドキュメントのノート スライドを表します。

public class PresentationNotesSlide : PresentationBaseSlide

プロパティ

名前 説明
Charts { get; } プレゼンテーションのすべてのグラフのコレクションを取得します。
ImageFillFormat { get; } プレゼンテーションの画像塗りつぶし形式の設定を取得します。
Shapes { get; } プレゼンテーションのすべての形状のコレクションを取得します。

メソッド

名前 説明
FindImages() コンテンツ内のすべての画像を検索します。 検索は、指定されたオブジェクトで実行されます。SearchableObjects.
FindImages(ImageSearchCriteria) 指定された検索基準に従って画像を検索します。 検索は、指定されたオブジェクトで実行されます。SearchableObjects.
Search() コンテンツ内の可能なすべての透かしを検索します。 検索は、指定されたオブジェクトで実行されますSearchableObjects.
Search(SearchCriteria) 指定された検索条件に従って可能な透かしを検索します。 検索は、指定されたオブジェクトで実行されますSearchableObjects.

関連項目