Uses of Class
org.apache.maven.doxia.document.DocumentCover
-
Packages that use DocumentCover Package Description org.apache.maven.doxia.document org.apache.maven.doxia.document.io.xpp3 org.apache.maven.doxia.module.fo -
-
Uses of DocumentCover in org.apache.maven.doxia.document
Fields in org.apache.maven.doxia.document declared as DocumentCover Modifier and Type Field Description private DocumentCover
DocumentModel. cover
The meta data to construct a cover page for the document.Methods in org.apache.maven.doxia.document that return DocumentCover Modifier and Type Method Description DocumentCover
DocumentModel. getCover()
Get the meta data to construct a cover page for the document.Methods in org.apache.maven.doxia.document with parameters of type DocumentCover Modifier and Type Method Description void
DocumentModel. setCover(DocumentCover cover)
Set the meta data to construct a cover page for the document. -
Uses of DocumentCover in org.apache.maven.doxia.document.io.xpp3
Methods in org.apache.maven.doxia.document.io.xpp3 that return DocumentCover Modifier and Type Method Description private DocumentCover
DocumentXpp3Reader. parseDocumentCover(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseDocumentCover.Methods in org.apache.maven.doxia.document.io.xpp3 with parameters of type DocumentCover Modifier and Type Method Description private void
DocumentXpp3Writer. writeDocumentCover(DocumentCover documentCover, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentCover. -
Uses of DocumentCover in org.apache.maven.doxia.module.fo
Methods in org.apache.maven.doxia.module.fo with parameters of type DocumentCover Modifier and Type Method Description private void
FoAggregateSink. writeCoverBody(DocumentCover cover, DocumentMeta meta)
private void
FoAggregateSink. writeCoverFooter(DocumentCover cover, DocumentMeta meta)
private void
FoAggregateSink. writeCoverHead(DocumentCover cover)
-