Uses of Class
it.tdlight.jni.TdApi.PageBlockHorizontalAlignment
-
Uses of TdApi.PageBlockHorizontalAlignment in it.tdlight.jni
Subclasses of TdApi.PageBlockHorizontalAlignment in it.tdlight.jni Modifier and Type Class Description static class
TdApi.PageBlockHorizontalAlignmentCenter
The content should be center-aligned.static class
TdApi.PageBlockHorizontalAlignmentLeft
The content should be left-aligned.static class
TdApi.PageBlockHorizontalAlignmentRight
The content should be right-aligned.Fields in it.tdlight.jni declared as TdApi.PageBlockHorizontalAlignment Modifier and Type Field Description TdApi.PageBlockHorizontalAlignment
TdApi.PageBlockTableCell. align
Horizontal cell content alignment.Constructors in it.tdlight.jni with parameters of type TdApi.PageBlockHorizontalAlignment Constructor Description PageBlockTableCell(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign)
Represents a cell of a table.