Click or drag to resize
TextStringsSetOpCp Method
Sets the character position in the source range's story that has the desired character formatting attributes.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetOpCp(
	int index,
	int charPos
)

Parameters

index
Type: SystemInt32
The index of the string to associate with a character position.
charPos
Type: SystemInt32
The character position in the source range's story that has the desired character formatting.
Remarks
The EncodeFunction(InlineObjectProperties, TextRange) method applies these character formatting attributes to the operators.
See Also