types
Enums
VisioCellName
const { VisioCellName } = types;
An enum containing all cell names supported by Visio 2013. This is useful i.e. when adding new cells to VisioShape
.
VisioRowType
const { VisioRowType } = types;
An enum containing row types supported by Visio 2013. This is useful i.e. when creating own Geometry
type section.
VisioSectionType
const { VisioSectionType } = types;
An enum containing section types supported by Visio 2013. This is useful when adding, modifying or removing a section.
VisioUnitType
const { VisioUnitType } = types;
An enum containing cell unit types supported by Visio 2013. When modifying or adding a cell, remember to set units
for the value
, otherwise a project exported and opened in Visio might not work properly. Visio uses units
to
properly evaluate the cell value
.