Paragraph
AppendOleObject Method (String, DocPicture)
|
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(
string pathToFile,
DocPicture olePicture
)
Public Function AppendOleObject (
pathToFile As String,
olePicture As DocPicture
) As DocOleObject
public:
virtual DocOleObject^ AppendOleObject(
String^ pathToFile,
DocPicture^ olePicture
) sealed
abstract AppendOleObject :
pathToFile : string *
olePicture : DocPicture -> DocOleObject
override AppendOleObject :
pathToFile : string *
olePicture : DocPicture -> DocOleObject
Parameters
-
pathToFile
-
Type:
System
String
The path to file.
-
olePicture
-
Type:
Spire.Doc.Fields
DocPicture
The OLE picture.
Return Value
Type:
DocOleObject
Implements
IParagraph
AppendOleObject(String, DocPicture)
See Also