public interface DocumentContent
Modifier and Type | Method and Description |
---|---|
List<String> |
getAuthors()
Get the authors of the document.
|
String |
getBody()
Get the html body of the document.
|
String |
getDate()
Get the date of the document.
|
String |
getHead()
Get the html head of the document.
|
DocumentRenderingContext |
getRenderingContext()
Get the document rendering context.
|
String |
getTitle()
Get the title of the document.
|
String getTitle()
String getDate()
String getHead()
String getBody()
DocumentRenderingContext getRenderingContext()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.