You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api/Office.MsoVerticalAnchor.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Specifies the vertical alignment of text in a text frame. Used with the **Vertic
18
18
|**msoAnchorBottomBaseLine**|5|Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.|
19
19
|**msoAnchorMiddle**|3|Centers text vertically.|
20
20
|**msoAnchorTop**|1|Aligns text to top of text frame.|
21
-
|**msoAnchorTopBaseline**|2|Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.|
21
+
|**msoAnchorTopBaseline**|2|Anchors top of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.|
22
22
|**msoVerticalAnchorMixed**|-2|Return value only; indicates a combination of the other states. |
23
23
24
24
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
0 commit comments