Home » パワーポイントマクロ・PowerPoint VBAの使い方 » プレースホルダー » PowerPoint VBAでプレースホルダーの種別を表す定数一覧

PowerPoint VBAでプレースホルダーの種別を表す定数一覧

対象:PowerPoint2007, PowerPoint2010, PowerPoint2013, Windows版PowerPoint2016

PowerPoint VBA(Visual Basic for Applications)では、PpPlaceholderType列挙に定義された定数で、プレースホルダーの種別を判定できます。

プレースホルダーの種別を表す定数一覧

定数名から値を調べるには、ヘルプやVBE(Visual Basic Editor)のオブジェクトブラウザーを使えばいいわけですが、値から定数名を調べたいこともありますので、値の昇順で一覧を作成しておきます。

[スポンサードリンク]

PpPlaceholderType列挙に定義された定数

定数
-2ppPlaceholderMixed
1ppPlaceholderTitle
2ppPlaceholderBody
3ppPlaceholderCenterTitle
4ppPlaceholderSubtitle
5ppPlaceholderVerticalTitle
6ppPlaceholderVerticalBody
7ppPlaceholderObject
8ppPlaceholderChart
9ppPlaceholderBitmap
10ppPlaceholderMediaClip
11ppPlaceholderOrgChart
12ppPlaceholderTable
13ppPlaceholderSlideNumber
14ppPlaceholderHeader
15ppPlaceholderFooter
16ppPlaceholderDate
17ppPlaceholderVerticalObject
18ppPlaceholderPicture
[スポンサードリンク]

Home » パワーポイントマクロ・PowerPoint VBAの使い方 » プレースホルダー » PowerPoint VBAでプレースホルダーの種別を表す定数一覧

「プレースホルダー」の記事一覧

検索


Copyright © インストラクターのネタ帳 All Rights Reserved.

.