Paragraph
AppendOleObject Method (
Byte
, DocPicture, OleLinkType)
|
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(
byte[] oleBytes,
DocPicture olePicture,
OleLinkType oleLinkType
)
Public Function AppendOleObject (
oleBytes As Byte(),
olePicture As DocPicture,
oleLinkType As OleLinkType
) As DocOleObject
public:
virtual DocOleObject^ AppendOleObject(
array<unsigned char>^ oleBytes,
DocPicture^ olePicture,
OleLinkType oleLinkType
) sealed
abstract AppendOleObject :
oleBytes : byte[] *
olePicture : DocPicture *
oleLinkType : OleLinkType -> DocOleObject
override 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
Implements
IParagraph
AppendOleObject(
Byte
, DocPicture, OleLinkType)
See Also