Share via


ParaProps Property [Visio 2003 SDK Documentation]

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

object**.ParaProps**(CellIndex) = intExpression

object     Required. An expression that returns a Characters object.

CellIndex     Required Integer. The cell value to set.

intExpression     Required Integer. The new value of the property.

Version added

3.0

Remarks

The possible values of the CellIndex argument correspond to named cells in the Paragraph section of the ShapeSheet window. 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 window.

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

Applies to | Characters object

See Also | CharProps property | ParaPropsRow property