Uses of Class
org.drinkless.tdlib.TdApi.PageBlockVerticalAlignment
-
Packages that use TdApi.PageBlockVerticalAlignment Package Description org.drinkless.tdlib -
-
Uses of TdApi.PageBlockVerticalAlignment in org.drinkless.tdlib
Subclasses of TdApi.PageBlockVerticalAlignment in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.PageBlockVerticalAlignmentBottomThe content must be bottom-aligned.static classTdApi.PageBlockVerticalAlignmentMiddleThe content must be middle-aligned.static classTdApi.PageBlockVerticalAlignmentTopThe content must be top-aligned.Fields in org.drinkless.tdlib declared as TdApi.PageBlockVerticalAlignment Modifier and Type Field Description TdApi.PageBlockVerticalAlignmentTdApi.PageBlockTableCell. valignVertical cell content alignment.Constructors in org.drinkless.tdlib 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.
-