.NET Framework Class Library

ParagraphProperties.Assign 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.Assign Method

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Overridable Sub Assign ( _
 source As ParagraphProperties, _
 dest As ParagraphProperties _
)

C#

public virtual void Assign(
 ParagraphProperties source,
 ParagraphProperties dest
)

Visual C++

public:
virtual void Assign(
 ParagraphPropertiessource,
 ParagraphPropertiesdest
)

Parameters

source

Type: Gnostice.Core.DOM.ParagraphProperties

dest

Type: Gnostice.Core.DOM.ParagraphProperties

See Also

ParagraphProperties Class

ParagraphProperties Members

Gnostice.Core.DOM Namespace