Click or drag to resize

IParagraph AppendOleObject Method (Stream, DocPicture, OleLinkType)

Appends the OLE object into paragraph.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
DocOleObject AppendOleObject(
	Stream stream,
	DocPicture pic,
	OleLinkType oleLinkType
)

Parameters

stream
Type: System.IO Stream
pic
Type: Spire.Doc.Fields DocPicture
oleLinkType
Type: Spire.Doc.Documents OleLinkType
The type of OLE object link type.

Return Value

Type: DocOleObject
See Also