Ignore:
Timestamp:
07/23/11 10:13:02 (10 months ago)
Author:
jharrop
Message:

Master and subdocument example.
Content type for subDocument rel.

Location:
trunk/docx4j/src/main/java/org/docx4j
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/relationships/Namespaces.java

    r1499 r1630  
    118118        public final static String AF =  
    119119                "http://schemas.openxmlformats.org/officeDocument/2006/relationships/aFChunk"; 
     120 
     121        public final static String SUBDOCUMENT  =  
     122                "http://schemas.openxmlformats.org/officeDocument/2006/relationships/subDocument"; 
    120123         
    121124         
Note: See TracChangeset for help on using the changeset viewer.