Exemplo n.º 1
0
 public layout_table() {
     this.flowField = flow_type.center;
     this.force_transField = false;
 }
Exemplo n.º 2
0
 public table() {
     this.valignField = valign_type.top;
     this.alignField = align_type.left;
     this.row_headerField = false;
     this.col_headerField = false;
     this.borderField = false;
     this.flowField = flow_type.no;
     this.force_transField = false;
 }
Exemplo n.º 3
0
 public layout_cell() {
     this.force_transField = false;
     this.valignField = valign_type.middle;
     this.alignField = align_type.left;
     this.flowField = flow_type.center;
     this.paddingField = true;
 }