Paragraph
AppendOleObject Method (String, 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(
string linkFile,
DocPicture olePicture,
OleLinkType oleLinkType
)
Public Function AppendOleObject (
linkFile As String,
olePicture As DocPicture,
oleLinkType As OleLinkType
) As DocOleObject
public:
DocOleObject^ AppendOleObject(
String^ linkFile,
DocPicture^ olePicture,
OleLinkType oleLinkType
)
member AppendOleObject :
linkFile : string *
olePicture : DocPicture *
oleLinkType : OleLinkType -> DocOleObject
Parameters
-
linkFile
-
Type:
System
String
The link file.
-
olePicture
-
Type:
Spire.Doc.Fields
DocPicture
The OLE picture.
-
oleLinkType
-
Type:
Spire.Doc.Documents
OleLinkType
Type of the OLE link.
Return Value
Type:
DocOleObject
See Also