com.docmosis.template
Interface Template

All Superinterfaces:
Document, Externalizable, Serializable

public interface Template
extends Document

This interface defines the minimal facilities a template must provide.


Method Summary
 TemplateAnalysis getAnalysis()
           
 TemplateDetails getDetails()
           
 TemplateIdentifier getId()
           
 
Methods inherited from interface com.docmosis.template.Document
cleanup, getInputStream, getLength
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

TemplateIdentifier getId()

getDetails

TemplateDetails getDetails()

getAnalysis

TemplateAnalysis getAnalysis()


Copyright © 2014–2022 Docmosis Pty Ltd. All rights reserved.