Skip to content

Commit 854362b

Browse files
committed
richedit - table wrapping
1 parent eb33077 commit 854362b

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

interface-elements-for-desktop/articles/rich-text-editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ This section describes the **Rich Text Editor** capabilities.
7979
* [Merge or Split Cells](rich-text-editor/tables/merge-or-split-cells.md)
8080
* [Align Text in Table Cells](rich-text-editor/tables/align-text-in-table-cells.md)
8181
* [Set Background Color of Cells](rich-text-editor/tables/set-background-color-of-cells.md)
82+
* [Wrap Text Around a Table](rich-text-editor/tables/wrap-text-around-a-table.md)
8283

8384
## Header and Footer
8485

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Wrap Text Around a Table
2+
3+
* Place the cursor within the target table.
4+
* Click the **Properties** button in the **Table** group on the **Table Tools/Layout** [tab](../text-editor-ui/ribbon-interface.md) or invoke the context menu and select **Table Properties**.
5+
6+
![RTETablesPropertiesRibbon](../../../images/img121442.png)
7+
8+
![RTETablesPropertiesContextMenu](../../../images/img121443.png)
9+
* In the invoked **Table Properties** dialog, click **Around** in the **Text Wrapping** section. Click the enabled **Positioning** button to open the **Table Positioning** dialog.
10+
11+
![RTETablesPropertiesRibbon](../../../images/richedit-tables-wrapping-dialog.png)
12+
* Here you can specify the table's horizontal and vertical position. Enter numeric value in the **Position** combo box to specify an absolute position. To set a relative position, select the required alignment from the **Position** list and the relative element from the **Relative to:** list.
13+
14+
* Specify the distance between the table and surrounding text in the **Distance from surrounding text** section.
15+
16+
* Check **Move with Text** to make the table move with surrounding text.
73.2 KB
Loading

interface-elements-for-desktop/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
13251325
href: articles/rich-text-editor/tables/set-background-color-of-cells.md
13261326
- name: Set Table Properties
13271327
href: articles/rich-text-editor/tables/set-table-properties.md
1328-
- name: Set Table Properties
1328+
- name: Wrap Text Around a Table
13291329
href: articles/rich-text-editor/tables/wrap-text-around-a-table.md
13301330
- name: Header and Footer
13311331
href: articles/rich-text-editor/header-and-footer.md

0 commit comments

Comments
 (0)