Uses of Class
org.drinkless.tdlib.TdApi.PageBlockVerticalAlignment
Packages that use TdApi.PageBlockVerticalAlignment
-
Uses of TdApi.PageBlockVerticalAlignment in org.drinkless.tdlib
Subclasses of TdApi.PageBlockVerticalAlignment in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The content must be bottom-aligned.static class
The content must be middle-aligned.static class
The content must be top-aligned.Fields in org.drinkless.tdlib declared as TdApi.PageBlockVerticalAlignmentModifier and TypeFieldDescriptionTdApi.PageBlockTableCell.valign
Vertical cell content alignment.Constructors in org.drinkless.tdlib with parameters of type TdApi.PageBlockVerticalAlignmentModifierConstructorDescriptionPageBlockTableCell
(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign) Represents a cell of a table.