public interface DocumentContent
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAuthors()
Get the authors of the document.
|
java.lang.String |
getBody()
Get the html body of the document.
|
java.lang.String |
getDate()
Get the date of the document.
|
java.lang.String |
getHead()
Get the html head of the document.
|
RenderingContext |
getRenderingContext()
Get the document rendering context.
|
java.lang.String |
getTitle()
Get the title of the document.
|
java.lang.String getTitle()
java.lang.String getDate()
java.util.List<java.lang.String> getAuthors()
java.lang.String getHead()
java.lang.String getBody()
RenderingContext getRenderingContext()