|
|
|
@ -74,8 +74,8 @@ public class IncCell implements TextElementArray {
|
|
|
|
|
if (value != null) |
|
|
|
|
cell.setColspan(Integer.parseInt(value)); |
|
|
|
|
value = props.getProperty("align"); |
|
|
|
|
if (tag.equals("th")) |
|
|
|
|
cell.setHorizontalAlignment(Element.ALIGN_CENTER); |
|
|
|
|
// if (tag.equals("th"))
|
|
|
|
|
// cell.setHorizontalAlignment(Element.ALIGN_CENTER);
|
|
|
|
|
if (value != null) { |
|
|
|
|
if ("center".equalsIgnoreCase(value)) |
|
|
|
|
cell.setHorizontalAlignment(Element.ALIGN_CENTER); |
|
|
|
|