Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libraries/radwordsprocessing/editing/insert-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ You could merge documents at a specific position using the InsertDocument() meth
</tr>
<tr>
<td>Insert the source document between runs. Source document contains multiple sections.</td>
<td>All of the blocks in the source document’s first section will be inserted at the current editor position. All the next sections from the source document will be inserted as well as separate sections. The last section in the result document will have section properties of the section from the target document where the editor position is when the InsertDocument() method is invoked.</td>
<td>All of the blocks in the source document’s first section will be inserted at the current editor position. All the next sections from the source document will be inserted as separate sections. The last section in the result document will have section properties of the section from the target document where the editor position is when the InsertDocument() method is invoked.</td>
</tr>
<tr>
<td>Insert the source document at the beginning of the target document. Source document contains single section.</td>
<td>All of the blocks in the source document’s section will be inserted at the specific location. The section properties will be omitted. This means if the target document page orientation is <i>portrait</i> and the source is <i>landscape</i>, the result document will have <i>portrait</i> orientation.</td>
</tr>
<tr>
<td>Insert the source document at the beginning of the target document. Source document contains multiple sections.</td>
<td>All of the blocks in the source document’s first section will be inserted at the specific location. The whole next sections from the source document will be inserted as well as separate sections. The last section in the result document will have section properties of the insert target section.</td>
<td>All of the blocks in the source document’s first section will be inserted at the specific location. The whole next sections from the source document will be inserted as separate sections. The last section in the result document will have section properties of the insert target section.</td>
</tr>
<tr>
<td>Insert the source document at the end of the target document. Source document contains single section.</td>
Expand All @@ -81,7 +81,7 @@ You could merge documents at a specific position using the InsertDocument() meth
<td>Same as the above.</td>
</tr>
<tr>
<td>Insert the source document in a table cell.</td>
<td>Insert the source document in a table cell and the source document contains multiple sections.</td>
<td>An <b>InvalidOperationException</b> is thrown.</td>
</tr>
<tr>
Expand Down