Share via


Characters.ParaProps Property

Visio Automation Reference

Sets the paragraph property of a Characters object to a new value. Read/write.

Version Information
 Version Added:  Visio 3.0

Syntax

expression.ParaProps(CellIndex)

expression   A variable that represents a Characters object.

Parameters

Name Required/Optional Data Type Description
CellIndex Required Integer The cell value to set.

Return Value
Integer

Remarks

Remarks

The possible values of the CellIndex argument correspond to named cells in the Paragraph section of the ShapeSheet. Constants for CellIndex are declared by the Visio type library in VisCellIndices.

Constant Value

visIndentFirst

0

visIndentLeft

1

visIndentRight

2

visSpaceLine

3

visSpaceBefore

4

visSpaceAfter

5

visHorzAlign

6

visBulletIndex

7

Depending on the extent of the text range and the format, setting the ParaProps property may cause rows to be added or removed from the Paragraph section of the ShapeSheet.

To retrieve information about an existing format, use the ParaPropsRow property.

See Also