PowerPoint.RequestContext class
El objeto RequestContext facilita las solicitudes a la aplicación de PowerPoint. Dado que el complemento de Office y la aplicación de PowerPoint se ejecutan en dos procesos diferentes, el contexto de solicitud es necesario para obtener acceso al modelo de objetos de PowerPoint desde el complemento.
Comentarios
Usada por
- PowerPoint: ejecutar
- PowerPoint.Adjustments: contexto
- PowerPoint.Application: contexto
- PowerPoint.Binding: contexto
- PowerPoint.BindingCollection: contexto
- PowerPoint.Border: contexto
- PowerPoint.Borders: contexto
- PowerPoint.BulletFormat: contexto
- PowerPoint.CustomProperty: contexto
- PowerPoint.CustomPropertyCollection: context
- PowerPoint.CustomXmlPart: context
- PowerPoint.CustomXmlPartCollection: context
- PowerPoint.CustomXmlPartScopedCollection: context
- PowerPoint.DocumentProperties: contexto
- PowerPoint.Graphic: contexto
- PowerPoint.Hyperlink: contexto
- PowerPoint.HyperlinkCollection: context
- PowerPoint.HyperlinkScopedCollection: context
- PowerPoint.Margins: contexto
- PowerPoint.PageSetup: contexto
- PowerPoint.ParagraphFormat: contexto
- PowerPoint.PlaceholderFormat: context
- PowerPoint.Presentation: contexto
- PowerPoint.Shape: contexto
- PowerPoint.ShapeCollection: contexto
- PowerPoint.ShapeFill: contexto
- PowerPoint.ShapeFont: contexto
- PowerPoint.ShapeGroup: contexto
- PowerPoint.ShapeLineFormat: context
- PowerPoint.ShapeScopedCollection: context
- PowerPoint.Slide: contexto
- PowerPoint.SlideBackground: context
- PowerPoint.SlideBackgroundFill: context
- PowerPoint.SlideBackgroundGradientFill: context
- PowerPoint.SlideBackgroundPatternFill: context
- PowerPoint.SlideBackgroundPictureOrTextureFill: context
- PowerPoint.SlideBackgroundSolidFill: context
- PowerPoint.SlideCollection: contexto
- PowerPoint.SlideLayout: contexto
- PowerPoint.SlideLayoutBackground: context
- PowerPoint.SlideLayoutCollection: context
- PowerPoint.SlideMaster: contexto
- PowerPoint.SlideMasterBackground: context
- PowerPoint.SlideMasterCollection: context
- PowerPoint.SlideScopedCollection: context
- PowerPoint.Table: contexto
- PowerPoint.TableCell: contexto
- PowerPoint.TableCellCollection: context
- PowerPoint.TableColumn: context
- PowerPoint.TableColumnCollection: context
- PowerPoint.TableRow: contexto
- PowerPoint.TableRowCollection: context
- PowerPoint.TableStyleSettings: context
- PowerPoint.Tag: contexto
- PowerPoint.TagCollection: context
- PowerPoint.TextFrame: context
- PowerPoint.TextRange: contexto
- PowerPoint.ThemeColorScheme: context
Ejemplos
// *.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...
});
Constructores
| (constructor)(url) | Construye una nueva instancia de la |
Propiedades
| application | |
| presentation |
Detalles del constructor
(constructor)(url)
Construye una nueva instancia de la RequestContext clase
constructor(url?: string);
Parámetros
- url
-
string