WrapFormat.AllowOverlap Property 

Returns or sets a value that specifies whether a given shape can overlap other shapes. Can be set to either True or False.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wrapFormat1 As WrapFormat

Dim returnValue As Integer
returnValue = wrapFormat1.AllowOverlap

Dim sampleValue As Integer
wrapFormat1.AllowOverlap = sampleValue

Syntax

Property AllowOverlap() As Integer
int AllowOverlap {get; set;}
property Int32 AllowOverlap{
    Int32 get();
    Void set(Int32);
}
public int get_AllowOverlap();
public void set_AllowOverlap(int);
function get AllowOverlap() : int;
function set AllowOverlap(int);

Remarks

Because HTML doesn't support overlapping tables or shapes, AllowOverlap is ignored in Web layout view.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

WrapFormat Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

WrapFormat Members