MAJ V4.5.0

This commit is contained in:
pablo rodriguez 2024-05-10 20:34:12 +02:00
parent c810d5e2de
commit 6f0628252e

View File

@ -217,6 +217,21 @@ public class calculNombrePointEvaluation {
} }
} }
if(nod.getAttributs().get("evalTABAlignementAGauche")!=null) {
try {
point = point + Integer.valueOf(nod.getAttributs().get("evalTABAlignementAGauche"));
} catch (Exception e) {
JOptionPane.showInternalMessageDialog(null, "Erreur dans la valeur de l'attribut evalNameSequence");
}
}
if(nod.getAttributs().get("evalTABStyleLeaderDefault")!=null) {
try {
point = point + Integer.valueOf(nod.getAttributs().get("evalTABStyleLeaderDefault"));
} catch (Exception e) {
JOptionPane.showInternalMessageDialog(null, "Erreur dans la valeur de l'attribut evalNameSequence");
}
}
//*********************************************** //***********************************************
//** Les points par la méthode analyseStyle ***** //** Les points par la méthode analyseStyle *****