IParagraph
AppendOleObject Method (
Byte
, DocPicture, OleLinkType)
|
Appends the OLE object.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
DocOleObject AppendOleObject(
byte[] oleBytes,
DocPicture olePicture,
OleLinkType oleLinkType
)
Function AppendOleObject (
oleBytes As Byte(),
olePicture As DocPicture,
oleLinkType As OleLinkType
) As DocOleObject
DocOleObject^ AppendOleObject(
array<unsigned char>^ oleBytes,
DocPicture^ olePicture,
OleLinkType oleLinkType
)
abstract AppendOleObject :
oleBytes : byte[] *
olePicture : DocPicture *
oleLinkType : OleLinkType -> DocOleObject
Parameters
-
oleBytes
-
Type:
System
Byte
The OLE storage bytes.
-
olePicture
-
Type:
Spire.Doc.Fields
DocPicture
The OLE picture.
-
oleLinkType
-
Type:
Spire.Doc.Documents
OleLinkType
Type of the OLE link.
Return Value
Type:
DocOleObject
See Also