com.craigburke.document.builder.DocumentPart.groovy Maven / Gradle / Ivy
package com.craigburke.document.builder
/**
* OOXML Document Part
* @author Craig Burke
*/
class DocumentPart {
DocumentPartType type
List relationships = []
List images = []
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy