public class PageHtml extends Page
Represents a container for page rendered to HTML.
Constructor and Description |
---|
PageHtml(int pageNumber)
Initializes a new instance of the
PageHtml class. |
Modifier and Type | Method and Description |
---|---|
String |
getHtmlContent()
HTML page content
|
List<HtmlResource> |
getHtmlResources()
Resources descriptions
|
com.aspose.ms.System.Collections.Generic.List<HtmlResource> |
getHtmlResourcesInternal()
Gets HTML resources internal.
|
void |
setHtmlContent(String value)
HTML page content
|
void |
setHtmlResources(List<HtmlResource> value)
Resources descriptions
|
void |
setHtmlResourcesInternal(com.aspose.ms.System.Collections.Generic.List<HtmlResource> value)
Sets html resources internal.
|
getPageNumber, setPageNumber
public PageHtml(int pageNumber)
Initializes a new instance of the PageHtml
class.
pageNumber
- The page number.public String getHtmlContent()
HTML page content
public void setHtmlContent(String value)
HTML page content
value
- the valuepublic List<HtmlResource> getHtmlResources()
Resources descriptions
public com.aspose.ms.System.Collections.Generic.List<HtmlResource> getHtmlResourcesInternal()
public void setHtmlResources(List<HtmlResource> value)
Resources descriptions
value
- the valuepublic void setHtmlResourcesInternal(com.aspose.ms.System.Collections.Generic.List<HtmlResource> value)
value
- the valueCopyright © 2018. All rights reserved.