This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
64e12a47 31aa cc7e 90c2 c926af78cdac
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(
MTextParagraphOptions options
)
VB
Public Sub StartParagraph (
options As MTextParagraphOptions
)
C++
public:
void StartParagraph(
MTextParagraphOptions^ options
)
F#
member StartParagraph :
options : MTextParagraphOptions -> unit
- MTextParagraphOptions
- Paragraph options.
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