.NET Framework Class Library

ParagraphProperties.MergeTabStops Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > ParagraphProperties Class > ParagraphProperties Methods >

.NET Framework Class Library

ParagraphProperties.MergeTabStops Method

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub MergeTabStops ( _
 fromTabs As List(Of TabStop) _
)

C#

public void MergeTabStops(
 List<TabStopfromTabs
)

Visual C++

public:
void MergeTabStops(
 List<TabStop^>^ fromTabs
)

Parameters

fromTabs

Type: System.Collections.Generic.List(TabStop)

See Also

ParagraphProperties Class

ParagraphProperties Members

Gnostice.Core.DOM Namespace