public class Tables extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Tables.TableBuilder |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableRenderData |
create(RowRenderData... row) |
static Tables.TableBuilder |
of(RowRenderData... row) |
static Tables.TableBuilder |
of(String[][] strings) |
static Tables.TableBuilder |
ofA4ExtendWidth() |
static Tables.TableBuilder |
ofA4MediumWidth() |
static Tables.TableBuilder |
ofA4NarrowWidth() |
static Tables.TableBuilder |
ofA4Width() |
static Tables.TableBuilder |
ofAutoWidth() |
static Tables.TableBuilder |
ofPercentWidth(String percent) |
static Tables.TableBuilder |
ofPercentWidth(String percent,
int[] colWidthsPercent) |
static Tables.TableBuilder |
ofWidth(double cm) |
static Tables.TableBuilder |
ofWidth(double cm,
double[] colWidthsCm) |
public static Tables.TableBuilder of(RowRenderData... row)
public static Tables.TableBuilder of(String[][] strings)
public static Tables.TableBuilder ofA4Width()
public static Tables.TableBuilder ofA4NarrowWidth()
public static Tables.TableBuilder ofA4MediumWidth()
public static Tables.TableBuilder ofA4ExtendWidth()
public static Tables.TableBuilder ofWidth(double cm)
public static Tables.TableBuilder ofWidth(double cm, double[] colWidthsCm)
public static Tables.TableBuilder ofPercentWidth(String percent)
public static Tables.TableBuilder ofPercentWidth(String percent, int[] colWidthsPercent)
public static Tables.TableBuilder ofAutoWidth()
public static TableRenderData create(RowRenderData... row)
Copyright © 2022. All rights reserved.