Click or drag to resize

Paragraph AppendOleObject Method (Stream, DocPicture, OleObjectType)

Appends the OLE object.

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 oleStream,
	DocPicture olePicture,
	OleObjectType type
)

Parameters

oleStream
Type: System.IO Stream
olePicture
Type: Spire.Doc.Fields DocPicture
The OLE picture.
type
Type: Spire.Doc.Documents OleObjectType
The type of OLE object.

Return Value

Type: DocOleObject

Implements

IParagraph AppendOleObject(Stream, DocPicture, OleObjectType)
See Also