API Reference

Cmdlet

Export-OfficeVisioVisual

Namespace PSWriteOffice
Inputs
System.Object
Outputs
OfficeIMO.ChartForgeX.OfficeVisioVisualConversionResult System.IO.FileInfo

Exports CFX semantic visual-artifact input as a native editable VSDX diagram.

Remarks

Exports CFX semantic visual-artifact input as a native editable VSDX diagram.

Examples

Authored help example

Export an ImagePlayground topology directly to VSDX.

PS>


$topology | ConvertTo-ImageVisualArtifact | Export-OfficeVisioVisual -Path .\Topology.vsdx
        

Creates native Visio shapes, containers, connectors, Shape Data, and hyperlinks from the portable CFX semantics.

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

Export-OfficeVisioVisual -InputObject <Object> [-NoGroups] [-NoHyperlinks] [-NoShapeData] [-NoTitle] [-PageName <String>] [-PassThru] -Path <String> [-PixelsPerInch <Double>] [-Show] [-UseNaturalPageSize] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

InputObject Object requiredposition: 0pipeline: True (ByValue)
Typed CFX artifact, semantic envelope/JSON, ImagePlayground portable artifact, or prior conversion result.
NoGroups SwitchParameter optionalposition: namedpipeline: False
Do not create native Visio containers for CFX groups or lanes.
NoHyperlinks SwitchParameter optionalposition: namedpipeline: False
Do not copy safe CFX links onto native Visio shapes and connectors.
NoShapeData SwitchParameter optionalposition: namedpipeline: False
Do not copy CFX metadata, ports, and details into Visio Shape Data.
NoTitle SwitchParameter optionalposition: namedpipeline: False
Do not add the artifact title as an editable Visio title.
PageName String optionalposition: namedpipeline: False
Name of the generated Visio page.
PassThru SwitchParameter optionalposition: namedpipeline: False
Emit the conversion result instead of the saved file.
Path String requiredposition: 1pipeline: Falsealiases: FilePath
Destination .vsdx path.
PixelsPerInch Double optionalposition: namedpipeline: False
Pixel density used with -UseNaturalPageSize.
Show SwitchParameter optionalposition: namedpipeline: False
Open the generated VSDX after saving.
UseNaturalPageSize SwitchParameter optionalposition: namedpipeline: False
Use the CFX natural pixel size as the minimum Visio page size.

Outputs

OfficeIMO.ChartForgeX.OfficeVisioVisualConversionResult, System.IO.FileInfo