API Reference
Cmdlet
Export-OfficeVisioVisual
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
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 SetsParameters
- InputObject Object
- Typed CFX artifact, semantic envelope/JSON, ImagePlayground portable artifact, or prior conversion result.
- NoGroups SwitchParameter
- Do not create native Visio containers for CFX groups or lanes.
- NoHyperlinks SwitchParameter
- Do not copy safe CFX links onto native Visio shapes and connectors.
- NoShapeData SwitchParameter
- Do not copy CFX metadata, ports, and details into Visio Shape Data.
- NoTitle SwitchParameter
- Do not add the artifact title as an editable Visio title.
- PageName String
- Name of the generated Visio page.
- PassThru SwitchParameter
- Emit the conversion result instead of the saved file.
- Path String
- Destination .vsdx path.
- PixelsPerInch Double
- Pixel density used with -UseNaturalPageSize.
- Show SwitchParameter
- Open the generated VSDX after saving.
- UseNaturalPageSize SwitchParameter
- Use the CFX natural pixel size as the minimum Visio page size.
Outputs
OfficeIMO.ChartForgeX.OfficeVisioVisualConversionResult, System.IO.FileInfo