PdfSharp-GDI  1.31.7289
PdfSharp.Drawing.Layout Namespace Reference

Classes

class  XTextFormatter
 Represents a very simple text formatter. If this class does not satisfy your needs on formatting paragraphs I recommend to take a look at MigraDoc Foundation. Alternatively you should copy this class in your own source code and modify it. More...
 

Enumerations

enum class  XParagraphAlignment {
  Default , Left , Center , Right ,
  Justify
}
 Specifies the alignment of a paragraph. More...
 

Enumeration Type Documentation

◆ XParagraphAlignment

Specifies the alignment of a paragraph.

Enumerator
Default 

Default alignment, typically left alignment.

Left 

The paragraph is rendered left aligned.

Center 

The paragraph is rendered centered.

Right 

The paragraph is rendered right aligned.

Justify 

The paragraph is rendered justified.