Click or drag to resize
TextRangePara Property
Gets or sets a TextPara object with the paragraph attributes of the specified range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public TextPara Para { get; set; }

Property Value

Type: TextPara
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also