Click or drag to resize
TextParaSetIndents Method
Sets the first-line indent, the left indent, and the right indent for a paragraph.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetIndents(
	float first,
	float left,
	float right
)

Parameters

first
Type: SystemSingle
Indent of the first line in a paragraph, relative to the left indent. The value is in floating-point points and can be positive or negative.
left
Type: SystemSingle
Left indent of all lines except the first line in a paragraph, relative to left margin. The value is in floating-point points and can be positive or negative.
right
Type: SystemSingle
Right indent of all lines in paragraph, relative to the right margin. The value is in floating-point points and can be positive or negative. This value is optional.
See Also