Ignore:
Timestamp:
03/30/11 13:11:33 (14 months ago)
Author:
jharrop
Message:

Support for Spreadsheet Comments.

Location:
trunk/docx4j/src/main/java/org/docx4j/openpackaging
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentTypes.java

    r1388 r1455  
    257257        public final static String SPREADSHEETML_PIVOT_TABLE = 
    258258                "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"; 
     259 
     260        // /xl/comments1.xml 
     261        public final static String SPREADSHEETML_COMMENTS = 
     262                "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"; 
    259263         
    260264         
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/relationships/Namespaces.java

    r1303 r1455  
    229229        public final static String SPREADSHEETML_CHART = 
    230230        "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"; 
    231          
     231 
     232        // /xl/comments1.xml  
     233        public final static String SPREADSHEETML_COMMENTS = 
     234                "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"; 
     235                 
    232236        ///xl/pivotTables/pivotTable1.xml 
    233237        public final static String SPREADSHEETML_PIVOT_TABLE = 
Note: See TracChangeset for help on using the changeset viewer.