Package com.evopdf
Class HtmlDocumentInfo
java.lang.Object
com.evopdf.HtmlDocumentInfo
This class encapsulates the information about a converted HTML document like
title, keywords, description and subject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the author of the converted HTML documentGets the description of the converted HTML documentGets the keywords of the converted HTML documentGets the subject of the converted HTML documentGets the title of the converted HTML documentvoid
setHtmlDocAuthor
(String author) Sets the author of the converted HTML documentvoid
setHtmlDocDescription
(String description) Sets the description of the converted HTML documentvoid
setHtmlDocKeywords
(String keywords) Sets the keywords of the converted HTML documentvoid
setHtmlDocSubject
(String subject) Sets the subject of the converted HTML documentvoid
setHtmlDocTitle
(String title) Sets the title of the converted HTML document
-
Constructor Details
-
HtmlDocumentInfo
public HtmlDocumentInfo()
-
-
Method Details
-
htmlDocTitle
Gets the title of the converted HTML document- Returns:
- the title of the converted HTML document
-
setHtmlDocTitle
Sets the title of the converted HTML document- Parameters:
title
- the title to set
-
htmlDocKeywords
Gets the keywords of the converted HTML document- Returns:
- the keywords of the converted HTML document
-
setHtmlDocKeywords
Sets the keywords of the converted HTML document- Parameters:
keywords
- the keywords to set
-
htmlDocDescription
Gets the description of the converted HTML document- Returns:
- the description of the converted HTML document
-
setHtmlDocDescription
Sets the description of the converted HTML document- Parameters:
description
- the description to set
-
htmlDocSubject
Gets the subject of the converted HTML document- Returns:
- the subject of the converted HTML document
-
setHtmlDocSubject
Sets the subject of the converted HTML document- Parameters:
subject
- the subject to set
-
htmlDocAuthor
Gets the author of the converted HTML document- Returns:
- the author of the converted HTML document
-
setHtmlDocAuthor
Sets the author of the converted HTML document- Parameters:
author
- the author to set
-