Click or drag to resize

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
)

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