Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 760 Bytes

Word.WdWrapSideType.md

File metadata and controls

24 lines (17 loc) · 760 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
WdWrapSideType enumeration (Word)
Word.WdWrapSideType
a14dc2fc-687e-8732-1b51-895511b2ab9f
06/08/2017
medium

WdWrapSideType enumeration (Word)

Specifies whether the document text should wrap on both sides of the specified shape, on either the left or right side only, or on the side of the shape that is farthest from the page margin.

Name Value Description
wdWrapBoth 0 Both sides of the specified shape.
wdWrapLargest 3 Side of the shape that is farthest from the page margin.
wdWrapLeft 1 Left side of shape only.
wdWrapRight 2 Right side of shape only.

[!includeSupport and feedback]