Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

d1d8df79 981f 0a26 33a1 cb7381906b0b

haplokuon edited this page May 6, 2023 · 1 revision

StartParagraph Method

netDxf 3.0.0 Library

Starts a new paragraph.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void StartParagraph()

VB

Public Sub StartParagraph

C++

public:
void StartParagraph()

F#

member StartParagraph : unit -> unit 

Remarks

When no paragraph options are used, strictly speaking, there is no need to call this method, the previous paragraph options will be inherited.
When there is no need to change the paragraph options from the previous, it is no necessary to pass again the same instance, the paragraph characteristics are inherited from the previous one. This way no codes needs to be written and it will save some characters in the final string.

See Also

Reference

MText Class
StartParagraph Overload
netDxf.Entities Namespace

Clone this wiki locally