Uses of Class
it.tdlight.jni.TdApi.PageBlockVerticalAlignment
-
Uses of TdApi.PageBlockVerticalAlignment in it.tdlight.jni
Subclasses of TdApi.PageBlockVerticalAlignment in it.tdlight.jni Modifier and Type Class Description static class
TdApi.PageBlockVerticalAlignmentBottom
The content should be bottom-aligned.static class
TdApi.PageBlockVerticalAlignmentMiddle
The content should be middle-aligned.static class
TdApi.PageBlockVerticalAlignmentTop
The content should be top-aligned.Fields in it.tdlight.jni declared as TdApi.PageBlockVerticalAlignment Modifier and Type Field Description TdApi.PageBlockVerticalAlignment
TdApi.PageBlockTableCell. valign
Vertical cell content alignment.Constructors in it.tdlight.jni with parameters of type TdApi.PageBlockVerticalAlignment Constructor Description PageBlockTableCell(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign)
Represents a cell of a table.