Overload List
| Name | Description |
|---|---|
| AppendOleObject(String, DocPicture) |
Appends the OLE object.
|
| AppendOleObject(array<Byte>[]()[][], DocPicture, OleLinkType) |
Appends the OLE object.
|
| AppendOleObject(array<Byte>[]()[][], DocPicture, OleObjectType) |
Appends the OLE object into paragraph.
|
| AppendOleObject(array<Byte>[]()[][], DocPicture, String) |
Appends the package OLE object (ole object without specified type).
|
| AppendOleObject(Stream, DocPicture, OleLinkType) |
Appends the OLE object into paragraph.
|
| AppendOleObject(Stream, DocPicture, OleObjectType) |
Appends the OLE object.
|
| AppendOleObject(Stream, DocPicture, String) |
Appends the package OLE object (ole object without specified type).
|
| AppendOleObject(String, DocPicture, OleLinkType) |
Appends the OLE object.
|
| AppendOleObject(String, DocPicture, OleObjectType) |
Appends the OLE object into paragraph.
|
| AppendOleObject(String, String, array<Byte>[]()[][], DocPicture) |
Appends the OLE object into paragraph.
|