Align Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public sealed class Align : IStyleParameter

The Align type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberCenter
Gets the object with TextAlignment set to Center.
Public propertyStatic memberJustify
Gets the object with TextAlignment set to Justify.
Public propertyStatic memberLeft
Gets the object with TextAlignment set to Left.
Public propertyStatic memberRight
Gets the object with TextAlignment set to Right.
Top
See Also

Reference