API Reference

Cmdlet

Add-OfficePowerPointVisual

Aliases: PptVisual
Namespace PSWriteOffice
Aliases
PptVisual
Inputs
System.Object
Outputs
OfficeIMO.PowerPoint.PowerPointPicture

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

Authored help example

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 Sets

Parameters

AlternativeText String optionalposition: namedpipeline: False
Optional accessible description for an SVG file input.
Height Double optionalposition: namedpipeline: False
Optional output height in Office points.
Id String optionalposition: namedpipeline: False
Optional stable identifier for an SVG file input.
InputObject Object requiredposition: 0pipeline: True (ByValue)
ChartForgeX VisualArtifact, OfficeVisualSource, OfficeVisualConversionResult, or SVG file path.
MaximumSvgElements Int32 optionalposition: namedpipeline: False
Optional OfficeIMO SVG import element limit.
MaximumSvgViewportDimension Double optionalposition: namedpipeline: False
Optional maximum SVG viewport width or height. Increase the safe default only for trusted input.
MaximumSvgViewportPixels Double optionalposition: namedpipeline: False
Optional maximum SVG viewport area in pixels. Increase the safe default only for trusted input.
PointsPerPixel Double optionalposition: namedpipeline: False
Conversion factor from ChartForgeX pixels to Office points.
Slide PowerPointSlide optionalposition: namedpipeline: False
Target slide. Inside the PowerPoint DSL, the current slide is used by default.
SvgPolicy OfficeVisualSvgPolicy optionalposition: namedpipeline: Falsevalues: 3
SVG fidelity policy used by OfficeIMO.ChartForgeX.
Possible values: PreserveVector, RasterizeWhenNeeded, RequireVector
Title String optionalposition: namedpipeline: False
Optional title for an SVG file input.
Width Double optionalposition: namedpipeline: False
Optional output width in Office points.
X Double optionalposition: namedpipeline: False
Left offset in points.
Y Double optionalposition: namedpipeline: False
Top offset in points.

Outputs

OfficeIMO.PowerPoint.PowerPointPicture