Click or drag to resize
TextStringsSuffixTop Method
Suffixes a string to the top string in the collection.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SuffixTop(
	string str,
	TextRange range
)

Parameters

str
Type: SystemString
The string to suffix to the collection.
range
Type: TextObjectModelTextRange
The range with the desired character formatting.
Exceptions
ExceptionCondition
ArgumentNullExceptionrange is null.
See Also