Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceAlign
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
The horizontal alignment of the element’s content, it can be Left, Right, Center aligned or Justified. Only acceptable for block elements,
this property will be ignored if the element used is not a block. Left, Right, Center values are supported by all elements. In case of Justify is used – only text elements will be affected.
All elements inherit value from their block containers, only block elements can override parent’s Align setting.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceAlign
Namespace: Apitron.PDF.Kit.Styles.Appearance
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Align type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Center |
Gets the object with TextAlignment set to Center.
|
![]() ![]() | Justify |
Gets the object with TextAlignment set to Justify.
|
![]() ![]() | Left |
Gets the object with TextAlignment set to Left.
|
![]() ![]() | Right |
Gets the object with TextAlignment set to Right.
|
See Also