public class ArrayEntity extends MarkDownEntity
| Constructor and Description |
|---|
ArrayEntity(ArrayItem array_item) |
| Modifier and Type | Method and Description |
|---|---|
AutoMeasureAdapter |
createAdapter(android.content.Context context,
int color,
int header_color,
int body_color,
int cell_padding) |
Row |
getHeader() |
int |
getNumberColumns() |
int |
getNumberRows() |
java.util.List<Row> |
getRows() |
boolean |
hasHeader() |
canManageNewLinepublic ArrayEntity(ArrayItem array_item)
public boolean hasHeader()
public Row getHeader()
public java.util.List<Row> getRows()
public int getNumberColumns()
public int getNumberRows()
public AutoMeasureAdapter createAdapter(android.content.Context context, int color, int header_color, int body_color, int cell_padding)