All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.craigburke.document.builder.DocumentPart.groovy Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.craigburke.document.builder

/**
 * OOXML Document Part
 * @author Craig Burke
 */
class DocumentPart {
    DocumentPartType type
    List relationships = []
    List images = []
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy