Changeset 1665 for trunk/docx4j/src
- Timestamp:
- 09/20/11 11:53:44 (8 months ago)
- Location:
- trunk/docx4j/src/main/java/org/docx4j/model
- Files:
-
- 1 added
- 2 edited
-
PropertyResolver.java (modified) (1 diff)
-
properties/PropertyFactory.java (modified) (2 diffs)
-
properties/run/HighlightColor.java (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/PropertyResolver.java
r1447 r1665 1002 1002 //HpsMeasure szCs; 1003 1003 //Highlight highlight; 1004 //if (rPrToApply.getHighlight()!=null ) {1005 //return true;1006 //}1004 if (rPrToApply.getHighlight()!=null ) { 1005 return true; 1006 } 1007 1007 //U u; 1008 1008 if (rPrToApply.getU()!=null ) { -
trunk/docx4j/src/main/java/org/docx4j/model/properties/PropertyFactory.java
r1555 r1665 43 43 import org.docx4j.model.properties.run.FontColor; 44 44 import org.docx4j.model.properties.run.FontSize; 45 import org.docx4j.model.properties.run.HighlightColor; 45 46 import org.docx4j.model.properties.run.Italics; 46 47 import org.docx4j.model.properties.run.RBorder; … … 216 217 // if (rPr.getFitText() != null) 217 218 // dest.setFitText(rPr.getFitText()); 218 //if (rPr.getHighlight() != null)219 //properties.add(new HighlightColor(rPr.getHighlight()));219 if (rPr.getHighlight() != null) 220 properties.add(new HighlightColor(rPr.getHighlight())); 220 221 if (rPr.getI() != null) 221 222 properties.add(new Italics(rPr.getI()) );
Note: See TracChangeset
for help on using the changeset viewer.
