Api
Represents the Api class.
Methods
Method | Returns | Description |
---|---|---|
CreateBlipFill | ApiFill | Creates a blip fill to apply to the object using the selected image as the object background. |
CreateBullet | ApiBullet | Creates a bullet for a paragraph with the character or symbol specified with the sSymbol parameter. |
CreateChart | ApiChart | Creates a chart with the parameters specified. |
CreateGradientStop | ApiGradientStop | Creates a gradient stop used for different types of gradients. |
CreateGroup | ApiGroup | Creates a group of drawings. |
CreateImage | ApiImage | Creates an image with the parameters specified. |
CreateLayout | ApiLayout | Creates a new slide layout and adds it to the slide master if it is specified. |
CreateLinearGradientFill | ApiFill | Creates a linear gradient fill to apply to the object using the selected linear gradient as the object background. |
CreateMaster | ApiMaster | Creates a new slide master. |
CreateNoFill | ApiFill | Creates no fill and removes the fill from the element. |
CreateNumbering | ApiBullet | Creates a bullet for a paragraph with the numbering character or symbol specified with the numType parameter. |
CreateOleObject | ApiOleObject | Creates an OLE object with the parameters specified. |
CreateParagraph | ApiParagraph | Creates a new paragraph. |
CreatePatternFill | ApiFill | Creates a pattern fill to apply to the object using the selected pattern as the object background. |
CreatePlaceholder | ApiPlaceholder | Creates a new placeholder. |
CreatePresetColor | ApiPresetColor | Creates a color selecting it from one of the available color presets. |
CreateRGBColor | ApiRGBColor | Creates an RGB color setting the appropriate values for the red, green and blue color components. |
CreateRadialGradientFill | ApiFill | Creates a radial gradient fill to apply to the object using the selected radial gradient as the object background. |
CreateRun | ApiRun | Creates a new smaller text block to be inserted to the current paragraph or table. |
CreateSchemeColor | ApiSchemeColor | Creates a complex color scheme selecting from one of the available schemes. |
CreateShape | ApiShape | Creates a shape with the parameters specified. |
CreateSlide | ApiSlide | Creates a new slide. |
CreateSolidFill | ApiFill | Creates a solid fill to apply to the object using a selected solid color as the object background. |
CreateStroke | ApiStroke | Creates a stroke adding shadows to the element. |
CreateTable | ApiTable | Creates a table. |
CreateTextPr | ApiTextPr | Creates the empty text properties. |
CreateTheme | ApiTheme | null | Creates a new presentation theme. |
CreateThemeColorScheme | ApiThemeColorScheme | Creates a new theme color scheme. |
CreateThemeFontScheme | ApiThemeFontScheme | Creates a new theme font scheme. |
CreateThemeFormatScheme | ApiThemeFormatScheme | Creates a new theme format scheme. |
CreateWordArt | ApiDrawing | Creates a Text Art object with the parameters specified. |
FromJSON | None | Converts the specified JSON object into the Document Builder object of the corresponding type. |
GetFullName | string | Returns the full name of the currently opened file. |
GetPresentation | ApiPresentation | Returns the main presentation. |
GetSelection | ApiSelection | Returns the selection from the current presentation. |
ReplaceTextSmart | None | Replaces each paragraph (or text in cell) in the select with the corresponding text from an array of strings. |
Save | None | Saves changes to the specified document. |
attachEvent | None | Subscribes to the specified event and calls the callback function when the event fires. |
detachEvent | None | Unsubscribes from the specified event. |