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

3b02c744 2368 956f 8bfb 98c923a1352d

haplokuon edited this page May 6, 2023 · 1 revision

MTextParagraphOptions Class

netDxf 3.0.0 Library

Options for the multiline text entity paragraph formatting.

Definition

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

C#

public class MTextParagraphOptions

VB

Public Class MTextParagraphOptions

C++

public ref class MTextParagraphOptions

F#

type MTextParagraphOptions = class end
Inheritance Object → MTextParagraphOptions

Remarks

Old DXF versions might not support all available formatting codes.

Constructors

MTextParagraphOptions Initializes a new instance of the MTextParagraphOptions class.

Properties

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.

Methods

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)

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally