Changeset 1100
- Timestamp:
- 03/03/10 09:04:36 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/properties/paragraph/Justification.java
r923 r1100 76 76 @Override 77 77 public void setXslFO(Element foElement) { 78 79 if (((Jc)this.getObject()).getVal()==null) { 80 log.error("justification missing value"); 81 return; 82 } 78 83 79 84 String val = ((Jc)this.getObject()).getVal().value();
Note: See TracChangeset
for help on using the changeset viewer.
