From f59a92841ca618623ad8bb277be0006bb3f628b1 Mon Sep 17 00:00:00 2001 From: Dmitry Yudakov <37324682+tdkkdt@users.noreply.github.com> Date: Mon, 24 Sep 2018 14:44:58 +0300 Subject: [PATCH 1/2] Fix incorrect reference. There is incorrect reference to MsoWarpFormat. --- api/Excel.TextFrame2.WarpFormat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Excel.TextFrame2.WarpFormat.md b/api/Excel.TextFrame2.WarpFormat.md index 2bfa6e507d5..14f6624fbe6 100644 --- a/api/Excel.TextFrame2.WarpFormat.md +++ b/api/Excel.TextFrame2.WarpFormat.md @@ -10,7 +10,7 @@ ms.date: 06/08/2017 # TextFrame2.WarpFormat Property (Excel) -Returns or sets the warp type for the specified text frame. Read/write **[MsoWarpFormat](Excel.TextFrame2.WarpFormat.md)** . +Returns or sets the warp type for the specified text frame. Read/write **[MsoWarpFormat](./Office.MsoWarpFormat.md)** . ## Syntax From 7016b7f95d19164fe9182259e41a3284a15fa645 Mon Sep 17 00:00:00 2001 From: Linda Caputo Date: Mon, 24 Sep 2018 08:23:44 -0700 Subject: [PATCH 2/2] Edit pass The path does not need a "./" --- api/Excel.TextFrame2.WarpFormat.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/api/Excel.TextFrame2.WarpFormat.md b/api/Excel.TextFrame2.WarpFormat.md index 14f6624fbe6..959e0d7bc48 100644 --- a/api/Excel.TextFrame2.WarpFormat.md +++ b/api/Excel.TextFrame2.WarpFormat.md @@ -1,27 +1,23 @@ --- -title: TextFrame2.WarpFormat Property (Excel) +title: TextFrame2.WarpFormat property (Excel) ms.prod: excel api_name: - Excel.TextFrame2.WarpFormat ms.assetid: 20710bdc-981f-b61d-4be5-f8c760bb9f4c -ms.date: 06/08/2017 +ms.date: 09/24/2018 --- -# TextFrame2.WarpFormat Property (Excel) +# TextFrame2.WarpFormat property (Excel) -Returns or sets the warp type for the specified text frame. Read/write **[MsoWarpFormat](./Office.MsoWarpFormat.md)** . +Returns or sets the warp type for the specified text frame. Read/write **[MsoWarpFormat](Office.MsoWarpFormat.md)**. ## Syntax - _expression_. `WarpFormat` +_expression_. `WarpFormat` - _expression_ A variable that represents a [TextFrame2](./Excel.TextFrame2.md) object. +_expression_ A variable that represents a [TextFrame2](Excel.TextFrame2.md) object. -## See also - - -[TextFrame2 Object](Excel.TextFrame2.md)