Click or drag to resize
TextParaCopyFrom Method
Sets the paragraph formatting by copying another paragraph object.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void CopyFrom(
	TextPara other
)

Parameters

other
Type: TextObjectModelTextPara
The paragraph object to apply to this paragraph object.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also