API Reference

Class

VisioShapeSheetExtensions

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers static

Typed access to source-preserved Visio ShapeSheet sections.

Inheritance

  • Object
  • VisioShapeSheetExtensions

Methods

GetShapeSheetSections 2 overloads
public static IReadOnlyList<VisioShapeSheetSection> GetShapeSheetSections(VisioShape shape) #
Returns: IReadOnlyList<VisioShapeSheetSection>

Returns unmodeled ShapeSheet sections retained on a shape.

Parameters

shape OfficeIMO.Visio.VisioShape requiredposition: 0
public static IReadOnlyList<VisioShapeSheetSection> GetShapeSheetSections(VisioConnector connector) #
Returns: IReadOnlyList<VisioShapeSheetSection>

Returns unmodeled ShapeSheet sections retained on a connector.

Parameters

connector OfficeIMO.Visio.VisioConnector requiredposition: 0
RemoveShapeSheetSection 2 overloads
public static Boolean RemoveShapeSheetSection(VisioShape shape, String name) #
Returns: Boolean

Removes a named unmodeled ShapeSheet section from a shape.

Parameters

shape OfficeIMO.Visio.VisioShape requiredposition: 0
name System.String requiredposition: 1
public static Boolean RemoveShapeSheetSection(VisioConnector connector, String name) #
Returns: Boolean

Removes a named unmodeled ShapeSheet section from a connector.

Parameters

connector OfficeIMO.Visio.VisioConnector requiredposition: 0
name System.String requiredposition: 1
SetShapeSheetSection 2 overloads
public static VisioShape SetShapeSheetSection(VisioShape shape, VisioShapeSheetSection section) #
Returns: VisioShape

Sets a typed ShapeSheet section without disturbing other preserved sections.

Parameters

shape OfficeIMO.Visio.VisioShape requiredposition: 0
section OfficeIMO.Visio.VisioShapeSheetSection requiredposition: 1
public static VisioConnector SetShapeSheetSection(VisioConnector connector, VisioShapeSheetSection section) #
Returns: VisioConnector

Sets a typed ShapeSheet section without disturbing other preserved sections.

Parameters

connector OfficeIMO.Visio.VisioConnector requiredposition: 0
section OfficeIMO.Visio.VisioShapeSheetSection requiredposition: 1