properties.add( new AdHocProperty("border-top-width", "0mm", null, null));
properties.add( new AdHocProperty("border-bottom-style", "none", null, null));
properties.add( new AdHocProperty("border-bottom-width", "0mm", null, null));
} else {
properties.add( new BorderTop(tblBorders.getTop() ));
properties.add( new BorderBottom(tblBorders.getBottom() ));
}
}
if (tblBorders.getInsideV()!=null) {
if (tblBorders.getInsideV().getVal()==STBorder.NONE
|| tblBorders.getInsideV().getVal()==STBorder.NIL