please tell me how to change table height in docx4j
thanks in advace..
factory = Context.getWmlObjectFactory();
table = factory.createTbl();
TrPr trPr = new TrPr();
CTHeight ctHeight = new CTHeight();
ctHeight.setHRule(STHeightRule.EXACT);
JAXBElement<CTHeight> jaxbElement = factory.createCTTrPrBaseTrHeight(ctHeight);
trPr.getCnfStyleOrDivIdOrGridBefore().add(jaxbElement);
Users browsing this forum: No registered users and 22 guests