PowerPoint.RequestContext class
RequestContext オブジェクトは、PowerPoint アプリケーションへの要求を容易にします。 Office アドインとPowerPoint アプリケーションは 2 つの異なるプロセスで実行されるため、アドインからPowerPoint オブジェクト モデルにアクセスするには、要求コンテキストが必要です。
注釈
使用元
- PowerPoint: 実行
- PowerPoint.調整: コンテキスト
- PowerPoint.Application: コンテキスト
- PowerPoint.Binding: コンテキスト
- PowerPoint.BindingCollection: context
- PowerPoint.Border: コンテキスト
- PowerPoint.Borders: コンテキスト
- PowerPoint.BulletFormat: context
- PowerPoint.CustomProperty: context
- PowerPoint.CustomPropertyCollection: context
- PowerPoint.CustomXmlPart: コンテキスト
- PowerPoint.CustomXmlPartCollection: context
- PowerPoint.CustomXmlPartScopedCollection: context
- PowerPoint.DocumentProperties: context
- PowerPoint.Graphic: コンテキスト
- PowerPoint.Hyperlink: コンテキスト
- PowerPoint.HyperlinkCollection: context
- PowerPoint.HyperlinkScopedCollection: context
- PowerPoint.Margins: コンテキスト
- PowerPoint.PageSetup: コンテキスト
- PowerPoint.ParagraphFormat: context
- PowerPoint.PlaceholderFormat: context
- PowerPoint.Presentation: コンテキスト
- PowerPoint.Shape: コンテキスト
- PowerPoint.ShapeCollection: コンテキスト
- PowerPoint.ShapeFill: コンテキスト
- PowerPoint.ShapeFont: コンテキスト
- PowerPoint.ShapeGroup: コンテキスト
- PowerPoint.ShapeLineFormat: コンテキスト
- PowerPoint.ShapeScopedCollection: コンテキスト
- PowerPoint.Slide: コンテキスト
- PowerPoint.SlideBackground: コンテキスト
- PowerPoint.SlideBackgroundFill: コンテキスト
- PowerPoint.SlideBackgroundGradientFill: context
- PowerPoint.SlideBackgroundPatternFill: context
- PowerPoint.SlideBackgroundPictureOrTextureFill: context
- PowerPoint.SlideBackgroundSolidFill: context
- PowerPoint.SlideCollection: コンテキスト
- PowerPoint.SlideLayout: コンテキスト
- PowerPoint.SlideLayoutBackground: context
- PowerPoint.SlideLayoutCollection: context
- PowerPoint.SlideMaster: コンテキスト
- PowerPoint.SlideMasterBackground: コンテキスト
- PowerPoint.SlideMasterCollection: コンテキスト
- PowerPoint.SlideScopedCollection: コンテキスト
- PowerPoint.Table: コンテキスト
- PowerPoint.TableCell: コンテキスト
- PowerPoint.TableCellCollection: context
- PowerPoint.TableColumn: context
- PowerPoint.TableColumnCollection: context
- PowerPoint.TableRow: コンテキスト
- PowerPoint.TableRowCollection: context
- PowerPoint.TableStyleSettings: context
- PowerPoint.Tag: コンテキスト
- PowerPoint.TagCollection: context
- PowerPoint.TextFrame: コンテキスト
- PowerPoint.TextRange: context
- PowerPoint.ThemeColorScheme: context
例
// *.run methods automatically create an OfficeExtension.ClientRequestContext
// object to work with the Office file.
await PowerPoint.run(async (context) => {
const presentation = context.presentation;
// Interact with the PowerPoint presentation...
});
コンストラクター
| (constructor)(url) |
|
プロパティ
| application | |
| presentation |
コンストラクターの詳細
(constructor)(url)
RequestContext クラスの新しいインスタンスを構築します
constructor(url?: string);
パラメーター
- url
-
string