Property VerticalAlignment

Namespace TallComponents.PDF.Layout.Paragraphs
Class Cell

Get or set the vertical alignment of the contained Paragraphs collection.

Setting or getting this property is equivalen to setting and getting the VAlignment property of the Paragraphs collection. Vertical alignment works within space available in the

. Use the Row's

to create room for alignment if needed.

For horizontal alignment, set the on each Paragraph in the cell.

This property maps directly to the property on the Paragraphs collection. It is provided because the Paragraphs class is not normally used in XML declarations.

Syntax

public  VerticalAlignment  VerticalAlignment  {  get;  set;  }

Property value

VerticalAlignment