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 409
5cef6e4b 201a 9177 4aba 8b1786d7610d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains the MText text value without the formatting codes, control characters like tab '\t' will be preserved in the result, the new paragraph command "\P" will be converted to new line feed '\r\n'.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string PlainText()
VB
Public Function PlainText As String
C++
public:
String^ PlainText()
F#
member PlainText : unit -> string
String
MText text value without the formatting codes.