Example #1
0
 public TableWidth(TableWidthStyle style, int value)
 {
     Style = style;
     Value = value;
 }
Example #2
0
 private TableWidth(TableWidthStyle style, int value)
     : this()
 {
     Style = style;
     Value = value;
 }
Example #3
0
 public TableWidth(TableWidthStyle style, int value)
 {
     Style = style;
     Value = value;
 }