.NET Framework Class Library

Paragraph.FinalParagraphProperties Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Paragraph Class > Paragraph Properties >

.NET Framework Class Library

Paragraph.FinalParagraphProperties Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property FinalParagraphProperties As ParagraphProperties
 Get
 Set

C#

public ParagraphProperties FinalParagraphProperties { getset; }

Visual C++

public:
property ParagraphPropertiesFinalParagraphProperties {
 ParagraphPropertiesget ();
 void set (ParagraphPropertiesvalue);
}

See Also

Paragraph Class

Paragraph Members

Gnostice.Core.DOM Namespace