This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
d1d8df79 981f 0a26 33a1 cb7381906b0b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Starts a new paragraph.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void StartParagraph()VB
Public Sub StartParagraphC++
public:
void StartParagraph()F#
member StartParagraph : unit -> unit 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.
MText Class
StartParagraph Overload
netDxf.Entities Namespace