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
)
Public Function AppendOleObject (
oleStorage As Stream,
olePicture As DocPicture,
oleLinkType As OleLinkType
) As DocOleObject
public:
virtual DocOleObject^ AppendOleObject(
Stream^ oleStorage,
DocPicture^ olePicture,
OleLinkType oleLinkType
) sealed
abstract AppendOleObject :
oleStorage : Stream *
olePicture : DocPicture *
oleLinkType : OleLinkType -> DocOleObject
override AppendOleObject :
oleStorage : Stream *
olePicture : DocPicture *
oleLinkType : OleLinkType -> DocOleObject
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