PresentationBaseShape

PresentationBaseShape class

PowerPoint ドキュメント内のすべてのタイプの図形の抽象基本クラスを提供します。

public abstract class PresentationBaseShape : ShapeSearchAdapter, IPresentationHyperlinkContainer, 
    ITwoDObject

プロパティ

名前 説明
AlternativeText { get; set; } this に関連付けられた説明 (代替) テキストを取得または設定しますPresentationBaseShape.
Height { get; set; } この高さを取得または設定しますPresentationBaseShapeポイントで.
Id { get; } この識別子を取得しますPresentationBaseShape.
ImageFillFormat { get; } この画像の塗りつぶし形式の設定を取得しますPresentationBaseShape.
Name { get; } この名前を取得しますPresentationBaseShape.
Presentation { get; } この親プレゼンテーションを取得しますPresentationBaseShape.
Width { get; set; } この幅を取得または設定しますPresentationBaseShapeポイントで.
X { get; set; } この水平オフセットを取得または設定しますPresentationBaseShape プレゼンテーションの左境界からポイント単位で.
Y { get; set; } この垂直オフセットを取得または設定しますPresentationBaseShape from プレゼンテーションの上枠 (ポイント単位).
ZOrderPosition { get; } この位置を取得しますPresentationBaseShape オーダーで.

メソッド

名前 説明
GetHyperlink(PresentationHyperlinkActionType) これに関連付けられたハイパーリンクを取得しますPresentationBaseShape.
SetHyperlink(PresentationHyperlinkActionType, string) これに関連付けられたハイパーリンクを設定しますPresentationBaseShape.

関連項目