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
3b02c744 2368 956f 8bfb 98c923a1352d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Options for the multiline text entity paragraph formatting.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class MTextParagraphOptionsVB
Public Class MTextParagraphOptionsC++
public ref class MTextParagraphOptionsF#
type MTextParagraphOptions = class end| Inheritance | Object → MTextParagraphOptions |
Old DXF versions might not support all available formatting codes.
| MTextParagraphOptions | Initializes a new instance of the MTextParagraphOptions class. |
| Alignment | Gets or sets the paragraph justification (text horizontal alignment). |
| FirstLineIndent | Gets or sets the indent value for the first line of the paragraph. |
| HeightFactor | Gets or sets the paragraph height factor. |
| LeftIndent | Gets or sets the left indent of the current paragraph. |
| LineSpacingFactor | Gets or sets the paragraph line spacing factor. |
| LineSpacingStyle | Get or sets the paragraph line spacing style. |
| RightIndent | Gets or sets the right indent value of the paragraphs. |
| SpacingAfter | Specifies the spacing before or after the paragraph. |
| SpacingBefore | Specifies the spacing before the paragraphs. |
| VerticalAlignment | Gets or sets the paragraph line vertical alignment. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |