API Reference
Cmdlet
Add-OfficeWordVisual
Adds a ChartForgeX artifact, portable SVG, or converted Office visual to Word.
Remarks
Adds a ChartForgeX artifact, portable SVG, or converted Office visual to Word.
Examples
Pipe an ImagePlayground artifact into a Word paragraph.
PS>
WordParagraph { $artifact | Add-OfficeWordVisual -Width 420 }
Embeds the selected SVG or PNG payload with the artifact's accessible description.
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-OfficeWordVisual [-AlternativeText <String>] [-Height <Double>] [-Id <String>] -InputObject <Object> [-MaximumSvgElements <Int32>] [-MaximumSvgViewportDimension <Double>] [-MaximumSvgViewportPixels <Double>] [-Paragraph <WordParagraph>] [-PointsPerPixel <Double>] [-SvgPolicy <PreserveVector|RasterizeWhenNeeded|RequireVector>] [-Title <String>] [-Width <Double>] [-Wrap <InLineWithText>] [<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.
- Paragraph WordParagraph
- Target paragraph. Inside the Word DSL, the current paragraph is used by default.
- PointsPerPixel Double
- Conversion factor from ChartForgeX pixels to Office points.
- 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.
- Wrap WordImageTextWrapping
- Word text-wrapping behavior.
- Possible values:
InLineWithText,Square,Tight,Through,TopAndBottom,BehindText,InFrontOfText
Outputs
OfficeIMO.Word.WordImage