Uses of Class
it.tdlight.jni.TdApi.PageBlockVerticalAlignment
-
Uses of TdApi.PageBlockVerticalAlignment in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
The content must be bottom-aligned.static final class
The content must be middle-aligned.static final class
The content must be top-aligned.Modifier and TypeFieldDescriptionTdApi.PageBlockTableCell.valign
Vertical cell content alignment.ModifierConstructorDescriptionPageBlockTableCell
(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign) Represents a cell of a table.