Back to Devexpress

SubDocument.InsertDocumentContent Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-dot-insertdocumentcontent.md

latest4.2 KB
Original Source

SubDocument.InsertDocumentContent Method

NameParametersDescription
InsertDocumentContent(DocumentPosition, DocumentRange, InsertOptions)pos, range, insertOptionsInserts content from the specified range in the current document at the specified position.
InsertDocumentContent(DocumentPosition, DocumentRange)pos, rangeInserts content from the specified range in the current document at the specified position.
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat, InsertOptions)pos, stream, format, insertOptionsInserts content from the specified stream in the specified format, at the specified position, in the current document.
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat, String, InsertOptions)pos, stream, format, sourceUri, insertOptionsInserts content from the specified stream in the specified format, at the specified position, in the current document.
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat, String)pos, stream, format, sourceUriInsert content from the stream in the current document at the specified position.
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat)pos, stream, formatInserts content from the stream in the current document at the specified position.
InsertDocumentContent(DocumentPosition, Stream)pos, streamInserts content from the stream in the current document at the specified position.
InsertDocumentContent(DocumentPosition, String, DocumentFormat, InsertOptions)pos, fileName, format, insertOptionsInserts content from the file in the current document at the specified position.
InsertDocumentContent(DocumentPosition, String, DocumentFormat, String, InsertOptions)pos, fileName, format, sourceUri, insertOptionsInserts content from the file in the current document at the specified position.
InsertDocumentContent(DocumentPosition, String, DocumentFormat, String)pos, fileName, format, sourceUriInserts content from the file in the current document at the specified position.
InsertDocumentContent(DocumentPosition, String, DocumentFormat)pos, fileName, formatInserts content from the file in the current document at the specified position.
InsertDocumentContent(DocumentPosition, String)pos, fileNameInserts content from the file in the current document at the specified position.