MAJ V4.2.2
Débug sur la possibilité d'avoir pas de nodes enfant d'une page.
This commit is contained in:
parent
485737518b
commit
ae9a8e4a9a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1048,6 +1048,7 @@ public class meptl {
|
||||
}
|
||||
}
|
||||
if(usage1=="1") {
|
||||
if(nodpage.get(j).getNodes().size()>0) {
|
||||
if(nodpage.get(j).getNodes().get(0)!=null) {
|
||||
if(nodpage.get(j).getNodes().get(0).getAttributs().get("text:style-name")!=null) {
|
||||
String styleParagraphe = nodpage.get(j).getNodes().get(0).getAttributs().get("text:style-name");
|
||||
@ -1064,6 +1065,7 @@ public class meptl {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(nodpage.get(j-1).getAttributs().get("style:master-page-name")!=null) {
|
||||
@ -1077,6 +1079,7 @@ public class meptl {
|
||||
}
|
||||
if(usage2=="2") {
|
||||
if(nodpage.get(j-1).getNodes().get(0)!=null) {
|
||||
if(nodpage.get(j).getNodes().size()>0) {
|
||||
if(nodpage.get(j).getNodes().get(0).getAttributs().get("text:style-name")!=null) {
|
||||
String styleParagraphe = nodpage.get(j).getNodes().get(0).getAttributs().get("text:style-name");
|
||||
node nod6 = a.retourneFirstNodeByNameAttributValue(nodstyleparagraphe, "style:style", "style:name", styleParagraphe);
|
||||
@ -1092,6 +1095,7 @@ public class meptl {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(j-1==0) usage2="right"; //la première page est toujours à droite.
|
||||
|
Loading…
Reference in New Issue
Block a user