Click or drag to resize
TextRangeGetEmbeddedObject Method
Retrieves the embedded object at the start of the specified range. The range must either be an insertion point or it must select only the embedded object.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Object GetEmbeddedObject()

Return Value

Type: Object
The object.
See Also