IParagraph
AppendOleObject Method (
Byte
, DocPicture, OleObjectType)
|
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,
OleObjectType type
)
Function AppendOleObject (
oleBytes As Byte(),
olePicture As DocPicture,
type As OleObjectType
) As DocOleObject
DocOleObject^ AppendOleObject(
array<unsigned char>^ oleBytes,
DocPicture^ olePicture,
OleObjectType type
)
abstract AppendOleObject :
oleBytes : byte[] *
olePicture : DocPicture *
type : OleObjectType -> DocOleObject
Parameters
-
oleBytes
-
Type:
System
Byte
The OLE bytes.
-
olePicture
-
Type:
Spire.Doc.Fields
DocPicture
The OLE picture.
-
type
-
Type:
Spire.Doc.Documents
OleObjectType
Return Value
Type:
DocOleObject
See Also