Appends the OLE object into paragraph.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DocOleObject AppendOleObject(
	Stream oleStream,
	DocPicture olePicture,
	OleLinkType oleLinkType
)
Public Function AppendOleObject ( 
	oleStream As Stream,
	olePicture As DocPicture,
	oleLinkType As OleLinkType
) As DocOleObject
public:
virtual DocOleObject^ AppendOleObject(
	Stream^ oleStream, 
	DocPicture^ olePicture, 
	OleLinkType oleLinkType
) sealed
abstract AppendOleObject : 
        oleStream : Stream * 
        olePicture : DocPicture * 
        oleLinkType : OleLinkType -> DocOleObject 
override AppendOleObject : 
        oleStream : Stream * 
        olePicture : DocPicture * 
        oleLinkType : OleLinkType -> DocOleObject 

Parameters

oleStream
Stream
olePicture
DocPicture
The OLE picture.
oleLinkType
OleLinkType
The type of OLE object link type.

Return Value

DocOleObject

Implements

IParagraph..::..AppendOleObject(Stream, DocPicture, OleLinkType)

See Also