Appends the OLE object into paragraph.
Namespace: Spire.Doc.DocumentsAssembly: 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( byte[] oleBytes, DocPicture olePicture, OleObjectType type )
Public Function AppendOleObject ( oleBytes As Byte(), olePicture As DocPicture, type As OleObjectType ) As DocOleObject
public: virtual DocOleObject^ AppendOleObject( array<unsigned char>^ oleBytes, DocPicture^ olePicture, OleObjectType type ) sealed
abstract AppendOleObject : oleBytes : byte[] * olePicture : DocPicture * type : OleObjectType -> DocOleObject override AppendOleObject : oleBytes : byte[] * olePicture : DocPicture * type : OleObjectType -> DocOleObject
Parameters
- oleBytes
- array<Byte>[]()[][]
The OLE object (file) bytes.
- olePicture
- DocPicture
The OLE picture.
- type
- OleObjectType
The type of OLE object.