PowerPoint.RequestContext class
O objeto RequestContext facilita os pedidos para a aplicação PowerPoint. Uma vez que o suplemento do Office e a aplicação PowerPoint são executados em dois processos diferentes, o contexto do pedido é necessário para obter acesso ao modelo de objetos do PowerPoint a partir do suplemento.
Comentários
Usada por
- PowerPoint: executar
- 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: contexto
- PowerPoint.CustomXmlPart: contexto
- PowerPoint.CustomXmlPartCollection: contexto
- PowerPoint.CustomXmlPartScopedCollection: contexto
- PowerPoint.DocumentProperties: contexto
- PowerPoint.Graphic: contexto
- PowerPoint.Hyperlink: contexto
- PowerPoint.HyperlinkCollection: contexto
- PowerPoint.HyperlinkScopedCollection: contexto
- PowerPoint.Margins: contexto
- PowerPoint.PageSetup: contexto
- PowerPoint.ParagraphFormat: contexto
- PowerPoint.PlaceholderFormat: contexto
- PowerPoint.Presentation: contexto
- PowerPoint.Shape: contexto
- PowerPoint.ShapeCollection: contexto
- PowerPoint.ShapeFill: contexto
- PowerPoint.ShapeFont: contexto
- PowerPoint.ShapeGroup: contexto
- PowerPoint.ShapeLineFormat: contexto
- PowerPoint.ShapeScopedCollection: contexto
- PowerPoint.Slide: contexto
- PowerPoint.SlideBackground: contexto
- PowerPoint.SlideBackgroundFill: contexto
- PowerPoint.SlideBackgroundGradientFill: contexto
- PowerPoint.SlideBackgroundPatternFill: contexto
- PowerPoint.SlideBackgroundPictureOrTextureFill: contexto
- PowerPoint.SlideBackgroundSolidFill: contexto
- PowerPoint.SlideCollection: contexto
- PowerPoint.SlideLayout: contexto
- PowerPoint.SlideLayoutBackground: contexto
- PowerPoint.SlideLayoutCollection: contexto
- PowerPoint.SlideMaster: contexto
- PowerPoint.SlideMasterBackground: contexto
- PowerPoint.SlideMasterCollection: contexto
- PowerPoint.SlideScopedCollection: contexto
- PowerPoint.Table: contexto
- PowerPoint.TableCell: contexto
- PowerPoint.TableCellCollection: contexto
- PowerPoint.TableColumn: contexto
- PowerPoint.TableColumnCollection: contexto
- PowerPoint.TableRow: contexto
- PowerPoint.TableRowCollection: contexto
- PowerPoint.TableStyleSettings: contexto
- PowerPoint.Tag: contexto
- PowerPoint.TagCollection: contexto
- PowerPoint.TextFrame: contexto
- PowerPoint.TextRange: contexto
- PowerPoint.ThemeColorScheme: contexto
Exemplos
// *.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...
});
Construtores
| (constructor)(url) | Constrói uma nova instância da |
Propriedades
| application | |
| presentation |
Detalhes do construtor
(constructor)(url)
Constrói uma nova instância da RequestContext classe
constructor(url?: string);
Parâmetros
- url
-
string