示例#1
0
文件: LMSchema.cs 项目: PavelPZ/REW
 public layout_table() {
     this.flowField = flow_type.center;
     this.force_transField = false;
 }
示例#2
0
文件: LMSchema.cs 项目: PavelPZ/REW
 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;
 }
示例#3
0
文件: LMSchema.cs 项目: PavelPZ/REW
 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;
 }