Click or drag to resize
TextRangeSetDropCap Method
(TOM 2 only) Sets the line and position of the drop cap.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetDropCap(
	int line,
	int position
)

Parameters

line
Type: SystemInt32
Line.
position
Type: SystemInt32
Position.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
Remarks
This method is not implemented.
See Also