MAJ V4.2.2
Correction sur la méthode evaluationSautPageColonne (auto = page) Vérification OK
This commit is contained in:
parent
3c2a1029e9
commit
49ab2a27fb
Binary file not shown.
Binary file not shown.
@ -788,18 +788,17 @@ public class evaluationAttribut {
|
||||
if(styleSujet!=null) {
|
||||
if(styleSujet.getAttributs().get("fo:break-before")!=null) {
|
||||
typeSautSujet = styleSujet.getAttributs().get("fo:break-before");
|
||||
typeSautSujet = evaluation.withoutCodeAndPointPourRechercheContenuExact(typeSautSujet);
|
||||
}
|
||||
if(styleSujet.getAttributs().get("fo:break-after")!=null) {
|
||||
typeSautSujet = styleSujet.getAttributs().get("fo:break-after");
|
||||
typeSautStudent = styleSujet.getAttributs().get("fo:break-after");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
typeSautSujet = evaluation.withoutCodeAndPointPourRechercheContenuExact(typeSautSujet);
|
||||
if(typeSautSujet.equals("auto")) typeSautSujet="page";
|
||||
if(typeSautStudent.equals("auto")) typeSautSujet="page";
|
||||
if(typeSautStudent.equals("auto")) typeSautStudent="page";
|
||||
|
||||
retour = evaluationSautPageColonne(retour,typeSautStudent, typeSautSujet, sujet.getAttributs().get("evalSautPageColonne"),"Saut");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user