【发布时间】:2012-10-30 16:30:55
【问题描述】:
可以像这样在 docx4j 中添加自定义属性:
final DocPropsCustomPart customPart = getDocPropsCustomPart();
final Properties customProperties = customPart.getJaxbElement();
...
customProperties.getProperty().add(newProperty);
但是如何删除已经设置的属性?
【问题讨论】:
标签: java docx4j custom-properties