VerticalTextAlign Enumeration
This enumeration contains the possible values of the vertical alignment of the text in PDF documents.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public enum VerticalTextAlign
Public Enumeration VerticalTextAlign
public enum class VerticalTextAlign
Top | 0 |
Top aligned.
|
Middle | 1 |
Center aligned.
|
Bottom | 2 |
Bottom aligned.
|