Click or drag to resize

Paragraph AppendOleObject Method (Stream, DocPicture, OleLinkType)

Appends the OLE object into paragraph.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DocOleObject AppendOleObject(
	Stream oleStorage,
	DocPicture olePicture,
	OleLinkType oleLinkType
)

Parameters

oleStorage
Type: System.IO Stream
The OLE storage.
olePicture
Type: Spire.Doc.Fields DocPicture
The OLE picture.
oleLinkType
Type: Spire.Doc.Documents OleLinkType
The type of OLE object link type.

Return Value

Type: DocOleObject

Implements

IParagraph AppendOleObject(Stream, DocPicture, OleLinkType)
See Also