| 
IParagraph
AppendOleObject Method (Stream, DocPicture, OleLinkType)
  | 
 Appends the OLE object into paragraph.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
DocOleObject AppendOleObject(
	Stream stream,
	DocPicture pic,
	OleLinkType oleLinkType
)
 
Function AppendOleObject ( 
	stream As Stream,
	pic As DocPicture,
	oleLinkType As OleLinkType
) As DocOleObject
 
DocOleObject^ AppendOleObject(
	Stream^ stream, 
	DocPicture^ pic, 
	OleLinkType oleLinkType
)
 
abstract AppendOleObject : 
stream : Stream * 
pic : DocPicture * 
oleLinkType : OleLinkType -> DocOleObject 
 
 
 
Parameters
 
- 
stream
 
- 
 Type:
 
System.IO
Stream
 
 
- 
pic
 
- 
 Type:
 
Spire.Doc.Fields
DocPicture
 
 
- 
oleLinkType
 
- 
 Type:
 
Spire.Doc.Documents
OleLinkType
 
 The type of OLE object link type.
Return Value
 
 Type:
 
DocOleObject
 
 
 See Also
See Also