WrapFormat.Type Property 

Returns the wrap type for the specified shape.

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

Usage

Dim wrapFormat1 As WrapFormat

Dim returnValue As WdWrapType
returnValue = wrapFormat1.Type

Dim sampleValue As WdWrapType
wrapFormat1.Type = sampleValue

Syntax

Property Type() As WdWrapType
WdWrapType Type {get; set;}
property WdWrapType^ Type{
    WdWrapType^ get();
    Void set(WdWrapType^);
}
public WdWrapType get_Type();
public void set_Type(WdWrapType);
function get Type() : WdWrapType;
function set Type(WdWrapType);

Remarks

WdWrapType can be one of these WdWrapType constants:

wdWrapInline

wdWrapNone

wdWrapSquare

wdWrapThrough

wdWrapTight

wdWrapTopBottom

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