Skip to content

Commit 422880c

Browse files
authored
Merge pull request #1902 from DominikPalo/patch-1
Fix a typo in the `MsoVerticalAnchor` enum
2 parents d1ca485 + b705d6e commit 422880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Office.MsoVerticalAnchor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Specifies the vertical alignment of text in a text frame. Used with the **Vertic
1818
|**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.|
1919
|**msoAnchorMiddle**|3|Centers text vertically.|
2020
|**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.|
2222
|**msoVerticalAnchorMixed**|-2|Return value only; indicates a combination of the other states. |
2323

2424
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 commit comments

Comments
 (0)