Implements NewParagraph(ParagraphStyle).

Namespace:  PerpetuumSoft.Framework.Text
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void NewParagraph(
	ParagraphStyle style
)
Visual Basic (Declaration)
Public Sub NewParagraph ( _
	style As ParagraphStyle _
)
Visual C++
public:
virtual void NewParagraph(
	ParagraphStyle style
) sealed

Parameters

style
Type: ParagraphStyle

See Also