API Reference

Cmdlet

Get-OfficeVisioStencilCatalog

Aliases: VisioStencilCatalog
Namespace PSWriteOffice
Aliases
VisioStencilCatalog
Inputs
None
Outputs
OfficeIMO.Visio.Stencils.VisioStencilCatalog

Gets built-in or package-backed OfficeIMO Visio stencil catalogs.

Remarks

Gets built-in or package-backed OfficeIMO Visio stencil catalogs.

Examples

Authored help example

Load and inspect the flowchart stencil catalog.

PS>


$catalog = Get-OfficeVisioStencilCatalog -BuiltIn Flowchart
            Find-OfficeVisioStencil -Catalog $catalog -Query decision -First 3
        

Gets a built-in catalog and searches it before using stencils in a diagram.

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

Get-OfficeVisioStencilCatalog [-BuiltIn <All>] [<CommonParameters>]
#
Parameter set: BuiltIn

Parameters

BuiltIn OfficeVisioBuiltInStencilCatalog optionalposition: namedpipeline: Falsevalues: 16
Built-in OfficeIMO stencil catalog to return.
Possible values: All, BasicShapes, Flowchart, BlockDiagram, Architecture, Network, Infrastructure, Cloud, SecurityIdentity, ContainersKubernetes, DataPlatform, CollaborationBusiness, Swimlane, OrgChart, Timeline, Sequence

Outputs

OfficeIMO.Visio.Stencils.VisioStencilCatalog

Get-OfficeVisioStencilCatalog [-CatalogName <String>] [-Category <String>] [-DefaultHeight <Double>] [-DefaultWidth <Double>] [-IdPrefix <String>] [-IncludeUnsupportedMasters] [-MasterName <String[]>] [-NoConnectionPointMetadata] [-NoLearnMasterDimensions] [-NoPreviewImageMetadata] -Path <String[]> [-Recurse] [<CommonParameters>]
#
Parameter set: Path

Parameters

CatalogName String optionalposition: namedpipeline: False
Catalog display name when loading package metadata.
Category String optionalposition: namedpipeline: False
Category assigned to package-backed stencil shapes.
DefaultHeight Double optionalposition: namedpipeline: False
Default height for package-backed stencils when dimensions cannot be learned.
DefaultWidth Double optionalposition: namedpipeline: False
Default width for package-backed stencils when dimensions cannot be learned.
IdPrefix String optionalposition: namedpipeline: False
Stable id prefix for package-backed stencil shapes.
IncludeUnsupportedMasters SwitchParameter optionalposition: namedpipeline: False
Include unsupported package masters as generic generated masters.
MasterName String[] optionalposition: namedpipeline: False
Optional master filters for package-backed catalogs.
NoConnectionPointMetadata SwitchParameter optionalposition: namedpipeline: False
Skip reading source connection point metadata from package master parts.
NoLearnMasterDimensions SwitchParameter optionalposition: namedpipeline: False
Skip reading master dimensions from package master parts.
NoPreviewImageMetadata SwitchParameter optionalposition: namedpipeline: False
Skip reading preview image relationship metadata from package master parts.
Path String[] requiredposition: 0pipeline: Falsealiases: FilePath, LiteralPath
Visio package, package directory, or OfficeIMO native stencil manifest path.
Recurse SwitchParameter optionalposition: namedpipeline: False
Search directories recursively.

Outputs

OfficeIMO.Visio.Stencils.VisioStencilCatalog

Get-OfficeVisioStencilCatalog [-CatalogName <String>] [-Category <String>] [-DefaultHeight <Double>] [-DefaultWidth <Double>] [-IdPrefix <String>] [-IncludeUnsupportedMasters] -Installed [-MasterName <String[]>] [-NoConnectionPointMetadata] [-NoLearnMasterDimensions] [-NoPreviewImageMetadata] [<CommonParameters>]
#
Parameter set: Installed

Parameters

CatalogName String optionalposition: namedpipeline: False
Catalog display name when loading package metadata.
Category String optionalposition: namedpipeline: False
Category assigned to package-backed stencil shapes.
DefaultHeight Double optionalposition: namedpipeline: False
Default height for package-backed stencils when dimensions cannot be learned.
DefaultWidth Double optionalposition: namedpipeline: False
Default width for package-backed stencils when dimensions cannot be learned.
IdPrefix String optionalposition: namedpipeline: False
Stable id prefix for package-backed stencil shapes.
IncludeUnsupportedMasters SwitchParameter optionalposition: namedpipeline: False
Include unsupported package masters as generic generated masters.
Installed SwitchParameter requiredposition: namedpipeline: False
Discover installed Microsoft Visio stencils and templates.
MasterName String[] optionalposition: namedpipeline: False
Optional master filters for package-backed catalogs.
NoConnectionPointMetadata SwitchParameter optionalposition: namedpipeline: False
Skip reading source connection point metadata from package master parts.
NoLearnMasterDimensions SwitchParameter optionalposition: namedpipeline: False
Skip reading master dimensions from package master parts.
NoPreviewImageMetadata SwitchParameter optionalposition: namedpipeline: False
Skip reading preview image relationship metadata from package master parts.

Outputs

OfficeIMO.Visio.Stencils.VisioStencilCatalog