API Reference
Cmdlet
Add-OfficePowerPointVisual
Adds a ChartForgeX artifact, portable SVG, or converted Office visual to a PowerPoint slide.
Remarks
Adds a ChartForgeX artifact, portable SVG, or converted Office visual to a PowerPoint slide.
Examples
EXAMPLE 1
Add-OfficePowerPointVisual -AlternativeText 'Value'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Add-OfficePowerPointVisual [-AlternativeText <String>] [-Height <Double>] [-Id <String>] -InputObject <Object> [-MaximumSvgElements <Int32>] [-MaximumSvgViewportDimension <Double>] [-MaximumSvgViewportPixels <Double>] [-PointsPerPixel <Double>] [-Slide <PowerPointSlide>] [-SvgPolicy <PreserveVector|RasterizeWhenNeeded|RequireVector>] [-Title <String>] [-Width <Double>] [-X <Double>] [-Y <Double>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- AlternativeText String
- Optional accessible description for an SVG file input.
- Height Double
- Optional output height in Office points.
- Id String
- Optional stable identifier for an SVG file input.
- InputObject Object
- ChartForgeX VisualArtifact, OfficeVisualSource, OfficeVisualConversionResult, or SVG file path.
- MaximumSvgElements Int32
- Optional OfficeIMO SVG import element limit.
- MaximumSvgViewportDimension Double
- Optional maximum SVG viewport width or height. Increase the safe default only for trusted input.
- MaximumSvgViewportPixels Double
- Optional maximum SVG viewport area in pixels. Increase the safe default only for trusted input.
- PointsPerPixel Double
- Conversion factor from ChartForgeX pixels to Office points.
- Slide PowerPointSlide
- Target slide. Inside the PowerPoint DSL, the current slide is used by default.
- SvgPolicy OfficeVisualSvgPolicy
- SVG fidelity policy used by OfficeIMO.ChartForgeX.
- Possible values:
PreserveVector,RasterizeWhenNeeded,RequireVector - Title String
- Optional title for an SVG file input.
- Width Double
- Optional output width in Office points.
- X Double
- Left offset in points.
- Y Double
- Top offset in points.
Outputs
OfficeIMO.PowerPoint.PowerPointPicture