Ignore:
Timestamp:
07/28/10 18:07:17 (22 months ago)
Author:
jharrop
Message:

Basic support for images in pptx svg in html output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/pptx4j/java/org/pptx4j/model/ResolvedLayout.java

    r1096 r1179  
    3636import org.docx4j.openpackaging.parts.PresentationML.SlidePart; 
    3737import org.docx4j.openpackaging.parts.relationships.Namespaces; 
     38import org.docx4j.openpackaging.parts.relationships.RelationshipsPart; 
    3839import org.docx4j.relationships.Relationship; 
    3940import org.pptx4j.pml.CTBackground; 
     
    129130        } 
    130131 
     132        public RelationshipsPart relationships; 
     133         
    131134        /** 
    132135         * Create a ResolvedLayout for a SlidePart. 
     
    141144                // .. sometimes it doesn't. 
    142145                SlideLayoutPart layoutPart = null;  
     146                 
     147                // Need these for images etc 
     148                resolvedLayout.relationships = slidePart.getRelationshipsPart();                 
     149                 
    143150                Relationship rel = slidePart.getRelationshipsPart().getRelationshipByType( 
    144151                                Namespaces.PRESENTATIONML_SLIDE_LAYOUT); 
Note: See TracChangeset for help on using the changeset viewer.