- Code: Select all
import javax.xml.bind.annotation.XmlRootElement;
...
@XmlRootElement(name = "smartTag")
public class CTSmartTagRun
It is currently Sat Jan 11, 2025 10:05 am
import javax.xml.bind.annotation.XmlRootElement;
...
@XmlRootElement(name = "smartTag")
public class CTSmartTagRun
Row row = Context.getsmlObjectFactory().createRow();
Cell cell = Context.getsmlObjectFactory().createCell();
cell.setV(value);
row.setOutlineLevel(outlineLevel);
row.getC().add(cell);
Total posts 10116 • Total topics 2845 • Total members 2076