Back to Devexpress

PdfWidgetFacade.TextJustification Property

officefileapi-devexpress-dot-pdf-dot-pdfwidgetfacade-44153a54.md

latest1.4 KB
Original Source

PdfWidgetFacade.TextJustification Property

Gets or sets how the text is aligned in the widget.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfTextJustification? TextJustification { get; set; }
vb
Public Property TextJustification As PdfTextJustification?

Property Value

TypeDescription
Nullable<PdfTextJustification>

Indicates the text justification type.

|

Available values:

NameDescription
LeftJustified

The left justified form of justification is used in displaying the text.

| | Centered |

The centered form of justification is used in displaying the text.

| | RightJustified |

The right justified form of justification is used in displaying the text.

|

See Also

PdfWidgetFacade Class

PdfWidgetFacade Members

DevExpress.Pdf Namespace