Hi,
We're using docx4j 3.3.1 which introduced support for wp14:sizeRelH, wp14:sizeRelV.
These tags are apparently causing us issues with Word 2007 compatibility.
Is there a way to suppress these (and other Word 2010+) tags automatically?
Thanks
It is currently Sat Feb 22, 2025 5:10 am
Table des matières
Approbation du procès-verbal du Bureau du 00 mois 0000 (N°000) 4
Situation générale et financière 5
Exemple de Chapitre 6
Exemple de Section 6
Questions diverses 7
public static STDocProtect getProtectionType(MainDocumentPart mdp) throws Docx4JException {
DocumentSettingsPart ds = mdp.getDocumentSettingsPart();
CTSettings cs = ds.getContents();
CTDocProtect cp = cs.getDocumentProtection();
return cp.getEdit();
}
Total posts 10142 • Total topics 2852 • Total members 2083