Paragraph.TabStops Property 

Returns or sets a TabStops collection that represents all the custom tab stops for the specified paragraphs.

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

Usage

Dim paragraph1 As Paragraph

Dim returnValue As TabStops
returnValue = paragraph1.TabStops

Dim sampleValue As TabStops
paragraph1.TabStops = sampleValue

Syntax

Property TabStops() As TabStops
TabStops TabStops {get; set;}
property TabStops^ TabStops{
    TabStops^ get();
    Void set(TabStops^);
}
public TabStops get_TabStops();
public void set_TabStops(TabStops);
function get TabStops() : TabStops;
function set TabStops(TabStops);

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

Paragraph Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members