public class PdfFlowDocumentBuilder extends Object implements com.aspose.htmlold.model.IHtmlVisitor, com.aspose.htmlold.IFlowDocumentBuilder
| Modifier and Type | Field and Description |
|---|---|
com.aspose.htmlold.IGlobalSettings |
htmlSettings |
| Constructor and Description |
|---|
PdfFlowDocumentBuilder(Pdf pdf,
Section section,
Text text,
IFontUriResolver newFontMapper)
Initializes a new instance of the
PdfFlowDocumentBuilder
class. |
| Modifier and Type | Method and Description |
|---|---|
void |
build(com.aspose.htmlold.model.IHtmlPage page) |
void |
endVisitA(com.aspose.htmlold.model.HtmlA htmlA) |
void |
endVisitBlock(com.aspose.htmlold.model.IHtmlElement ihe) |
void |
endVisitBody(com.aspose.htmlold.model.IHtmlElement body)
Ends the visit body.
|
void |
endVisitCaption(com.aspose.htmlold.model.HtmlCaption caption) |
void |
endVisitCol(com.aspose.htmlold.model.HtmlCol col) |
void |
endVisitColgroup(com.aspose.htmlold.model.HtmlColgroup colgroup) |
void |
endVisitContainerElement(com.aspose.htmlold.model.IHtmlElement htmlElement) |
void |
endVisitDd(com.aspose.htmlold.model.HtmlDd htmlDd) |
void |
endVisitDir(com.aspose.htmlold.model.HtmlDir htmlDir) |
void |
endVisitDl(com.aspose.htmlold.model.HtmlDl htmlDl) |
void |
endVisitDt(com.aspose.htmlold.model.HtmlDt htmlDt) |
void |
endVisitElement(com.aspose.htmlold.model.IHtmlElement ihe) |
void |
endVisitFieldSet(com.aspose.htmlold.model.Html5FieldSet htmlFieldSet) |
void |
endVisitFigure(com.aspose.htmlold.model.HtmlFigure figure) |
void |
endVisitInline(com.aspose.htmlold.model.IHtmlElement ihe) |
void |
endVisitLi(com.aspose.htmlold.model.HtmlLi li) |
void |
endVisitMenu(com.aspose.htmlold.model.HtmlMenu htmlMenu) |
void |
endVisitObject(com.aspose.htmlold.model.HtmlObject ho) |
void |
endVisitOl(com.aspose.htmlold.model.HtmlOl ol) |
void |
endVisitOption(com.aspose.htmlold.model.HtmlOption htmlOption) |
void |
endVisitPage(com.aspose.htmlold.model.IHtmlPage page)
Ends the visit page.
|
void |
endVisitQ(com.aspose.htmlold.model.HtmlQ htmlq) |
void |
endVisitSelect(com.aspose.htmlold.model.HtmlSelect htmlSelect,
com.aspose.htmlold.model.IHtmlVisitor optionsVisitor) |
void |
endVisitTable(com.aspose.htmlold.model.IHtmlElement table) |
void |
endVisitTbody(com.aspose.htmlold.model.IHtmlElement tbody) |
void |
endVisitTd(com.aspose.htmlold.model.IHtmlElement td) |
void |
endVisitTextarea(com.aspose.htmlold.model.HtmlTextarea htmlTextarea,
com.aspose.htmlold.model.IHtmlVisitor textareaVisitor) |
void |
endVisitTfoot(com.aspose.htmlold.model.HtmlTfoot tfoot) |
void |
endVisitTh(com.aspose.htmlold.model.IHtmlElement th) |
void |
endVisitThead(com.aspose.htmlold.model.HtmlThead thead) |
void |
endVisitTime(com.aspose.htmlold.model.HtmlTime htmlTime) |
void |
endVisitTr(com.aspose.htmlold.model.IHtmlElement htmlTR) |
void |
endVisitUl(com.aspose.htmlold.model.HtmlUl ul) |
com.aspose.htmlold.model.IStyle |
getDefaultStyle() |
String |
getInfoAboutFirstNonClearStack() |
float |
getPageHeight() |
float |
getPageWidth() |
Object |
getResult() |
com.aspose.htmlold.IGlobalSettings |
getSettings() |
void |
reset(Pdf pdf,
Section section,
Text text) |
void |
startVisitA(com.aspose.htmlold.model.HtmlA htmlA) |
void |
startVisitBlock(com.aspose.htmlold.model.IHtmlElement ihe) |
void |
startVisitBody(com.aspose.htmlold.model.IHtmlElement body)
Starts the visit body.
|
void |
startVisitCaption(com.aspose.htmlold.model.HtmlCaption caption) |
void |
startVisitCol(com.aspose.htmlold.model.HtmlCol htmlColumn)
Table cell area
|
void |
startVisitColgroup(com.aspose.htmlold.model.HtmlColgroup colgroup) |
void |
startVisitContainerElement(com.aspose.htmlold.model.IHtmlElement htmlElement)
Visit container element
|
void |
startVisitDd(com.aspose.htmlold.model.HtmlDd htmlDd) |
void |
startVisitDir(com.aspose.htmlold.model.HtmlDir htmlDir) |
void |
startVisitDl(com.aspose.htmlold.model.HtmlDl htmlDl) |
void |
startVisitDt(com.aspose.htmlold.model.HtmlDt htmlDt) |
void |
startVisitElement(com.aspose.htmlold.model.IHtmlElement ihe) |
void |
startVisitFieldSet(com.aspose.htmlold.model.Html5FieldSet htmlFieldSet) |
void |
startVisitFigure(com.aspose.htmlold.model.HtmlFigure figure) |
void |
startVisitInline(com.aspose.htmlold.model.IHtmlElement ihe) |
void |
startVisitLi(com.aspose.htmlold.model.HtmlLi li) |
void |
startVisitMenu(com.aspose.htmlold.model.HtmlMenu htmlMenu) |
boolean |
startVisitObject(com.aspose.htmlold.model.HtmlObject ho) |
void |
startVisitOl(com.aspose.htmlold.model.HtmlOl ol) |
void |
startVisitOption(com.aspose.htmlold.model.HtmlOption htmlOption) |
void |
startVisitPage(com.aspose.htmlold.model.IHtmlPage page)
Starts the visit page.
|
void |
startVisitPre(com.aspose.htmlold.model.HtmlPre hp) |
void |
startVisitQ(com.aspose.htmlold.model.HtmlQ htmlq) |
com.aspose.htmlold.model.IHtmlVisitor |
startVisitSelect(com.aspose.htmlold.model.HtmlSelect htmlSelect) |
com.aspose.htmlold.model.IHtmlVisitor |
startVisitTable(com.aspose.htmlold.model.IHtmlElement htmlTable) |
void |
startVisitTbody(com.aspose.htmlold.model.IHtmlElement tbody) |
void |
startVisitTd(com.aspose.htmlold.model.IHtmlElement td,
int cellNumber) |
com.aspose.htmlold.model.IHtmlVisitor |
startVisitTextarea(com.aspose.htmlold.model.HtmlTextarea htmlTextarea) |
void |
startVisitTfoot(com.aspose.htmlold.model.HtmlTfoot tfoot) |
void |
startVisitTh(com.aspose.htmlold.model.IHtmlElement th,
int posNumber) |
void |
startVisitThead(com.aspose.htmlold.model.HtmlThead thead) |
void |
startVisitTime(com.aspose.htmlold.model.HtmlTime htmlTime) |
void |
startVisitTr(com.aspose.htmlold.model.IHtmlElement htmlTR) |
void |
startVisitUl(com.aspose.htmlold.model.HtmlUl ul) |
void |
visitAudio(com.aspose.htmlold.model.Html5Audio audio)
Visits the html audio element.
|
void |
visitBr(com.aspose.htmlold.model.HtmlBr htmlBr)
Visits the BR.
|
void |
visitButton(com.aspose.htmlold.model.HtmlButton htmlButton) |
void |
visitCheckbox(com.aspose.htmlold.model.HtmlCheckbox htmlCheckbox) |
void |
visitEmbed(com.aspose.htmlold.model.SvgEmbedArea embed)
Visits the embed element.
|
void |
visitHr(com.aspose.htmlold.model.HtmlHr htmlHr)
Visits the HR element.
|
void |
visitHtml5Color(com.aspose.htmlold.model.Html5Color html5Color) |
void |
visitHtml5Date(com.aspose.htmlold.model.Html5Date html5Date) |
void |
visitHtml5Datetime(com.aspose.htmlold.model.Html5Datetime html5Datetime) |
void |
visitHtml5DatetimeLocal(com.aspose.htmlold.model.Html5DatetimeLocal html5DatetimeLocal) |
void |
visitHtml5Email(com.aspose.htmlold.model.Html5Email html5Email) |
void |
visitHtml5Meter(com.aspose.htmlold.model.Html5Meter html5Meter) |
void |
visitHtml5Month(com.aspose.htmlold.model.Html5Month html5Month) |
void |
visitHtml5Number(com.aspose.htmlold.model.Html5Number html5Number) |
void |
visitHtml5Progress(com.aspose.htmlold.model.Html5Progress html5Progress) |
void |
visitHtml5Range(com.aspose.htmlold.model.Html5Range html5Range) |
void |
visitHtml5Search(com.aspose.htmlold.model.Html5Search html5Search) |
void |
visitHtml5Tel(com.aspose.htmlold.model.Html5Tel html5Tel) |
void |
visitHtml5Time(com.aspose.htmlold.model.Html5Time html5Time) |
void |
visitHtml5Url(com.aspose.htmlold.model.Html5Url html5Url) |
void |
visitHtml5Week(com.aspose.htmlold.model.Html5Week html5Week) |
void |
visitIframe(com.aspose.htmlold.model.SvgIframeArea iframe)
Visits the iframe element.
|
void |
visitImg(com.aspose.htmlold.model.HtmlImg htmlImage)
Visits the html img element.
|
void |
visitObj(com.aspose.htmlold.model.SvgObjArea obj)
Visits the object element.
|
void |
visitRadio(com.aspose.htmlold.model.HtmlRadio htmlRadio) |
void |
visitScript(com.aspose.htmlold.model.HtmlScript script) |
void |
visitSvg(com.aspose.htmlold.model.SvgArea svg)
Visits the svg element.
|
void |
visitText(com.aspose.htmlold.model.HtmlText text)
Visits the text.
|
void |
visitTextField(com.aspose.htmlold.model.HtmlTextField htmlTextField) |
void |
visitTime(com.aspose.htmlold.model.HtmlTime htmlTime)
Visits TIME.
|
void |
visitVideo(com.aspose.htmlold.model.Html5Video video)
Visits the html video element.
|
void |
visitWbr(com.aspose.htmlold.model.HtmlWbr htmlWbr)
Visits the WBR.
|
public PdfFlowDocumentBuilder(Pdf pdf, Section section, Text text, IFontUriResolver newFontMapper)
Initializes a new instance of the PdfFlowDocumentBuilder
class.
pdf - The PDF.section - The section.pageSize - Size of the page.text - The text.public void startVisitQ(com.aspose.htmlold.model.HtmlQ htmlq)
startVisitQ in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitQ(com.aspose.htmlold.model.HtmlQ htmlq)
endVisitQ in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitPre(com.aspose.htmlold.model.HtmlPre hp)
startVisitPre in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitElement(com.aspose.htmlold.model.IHtmlElement ihe)
startVisitElement in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitElement(com.aspose.htmlold.model.IHtmlElement ihe)
endVisitElement in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitBlock(com.aspose.htmlold.model.IHtmlElement ihe)
startVisitBlock in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitBlock(com.aspose.htmlold.model.IHtmlElement ihe)
endVisitBlock in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitInline(com.aspose.htmlold.model.IHtmlElement ihe)
startVisitInline in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitInline(com.aspose.htmlold.model.IHtmlElement ihe)
endVisitInline in interface com.aspose.htmlold.model.IHtmlVisitorpublic boolean startVisitObject(com.aspose.htmlold.model.HtmlObject ho)
startVisitObject in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitObject(com.aspose.htmlold.model.HtmlObject ho)
endVisitObject in interface com.aspose.htmlold.model.IHtmlVisitorpublic com.aspose.htmlold.model.IStyle getDefaultStyle()
getDefaultStyle in interface com.aspose.htmlold.IFlowDocumentBuilderpublic float getPageWidth()
getPageWidth in interface com.aspose.htmlold.IFlowDocumentBuilderpublic float getPageHeight()
getPageHeight in interface com.aspose.htmlold.IFlowDocumentBuilderpublic com.aspose.htmlold.IGlobalSettings getSettings()
getSettings in interface com.aspose.htmlold.IFlowDocumentBuilderpublic Object getResult()
getResult in interface com.aspose.htmlold.IFlowDocumentBuildergetResult in interface com.aspose.htmlold.model.IHtmlVisitorpublic void build(com.aspose.htmlold.model.IHtmlPage page)
build in interface com.aspose.htmlold.IFlowDocumentBuilderpublic void visitHtml5Range(com.aspose.htmlold.model.Html5Range html5Range)
visitHtml5Range in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Tel(com.aspose.htmlold.model.Html5Tel html5Tel)
visitHtml5Tel in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Search(com.aspose.htmlold.model.Html5Search html5Search)
visitHtml5Search in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Url(com.aspose.htmlold.model.Html5Url html5Url)
visitHtml5Url in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Email(com.aspose.htmlold.model.Html5Email html5Email)
visitHtml5Email in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Meter(com.aspose.htmlold.model.Html5Meter html5Meter)
visitHtml5Meter in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Progress(com.aspose.htmlold.model.Html5Progress html5Progress)
visitHtml5Progress in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Datetime(com.aspose.htmlold.model.Html5Datetime html5Datetime)
visitHtml5Datetime in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Date(com.aspose.htmlold.model.Html5Date html5Date)
visitHtml5Date in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Month(com.aspose.htmlold.model.Html5Month html5Month)
visitHtml5Month in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Week(com.aspose.htmlold.model.Html5Week html5Week)
visitHtml5Week in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Time(com.aspose.htmlold.model.Html5Time html5Time)
visitHtml5Time in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5DatetimeLocal(com.aspose.htmlold.model.Html5DatetimeLocal html5DatetimeLocal)
visitHtml5DatetimeLocal in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Number(com.aspose.htmlold.model.Html5Number html5Number)
visitHtml5Number in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitHtml5Color(com.aspose.htmlold.model.Html5Color html5Color)
visitHtml5Color in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitButton(com.aspose.htmlold.model.HtmlButton htmlButton)
visitButton in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitCheckbox(com.aspose.htmlold.model.HtmlCheckbox htmlCheckbox)
visitCheckbox in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitTextField(com.aspose.htmlold.model.HtmlTextField htmlTextField)
visitTextField in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitRadio(com.aspose.htmlold.model.HtmlRadio htmlRadio)
visitRadio in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitFigure(com.aspose.htmlold.model.HtmlFigure figure)
startVisitFigure in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitFigure(com.aspose.htmlold.model.HtmlFigure figure)
endVisitFigure in interface com.aspose.htmlold.model.IHtmlVisitorpublic com.aspose.htmlold.model.IHtmlVisitor startVisitTextarea(com.aspose.htmlold.model.HtmlTextarea htmlTextarea)
startVisitTextarea in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTextarea(com.aspose.htmlold.model.HtmlTextarea htmlTextarea,
com.aspose.htmlold.model.IHtmlVisitor textareaVisitor)
endVisitTextarea in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitScript(com.aspose.htmlold.model.HtmlScript script)
visitScript in interface com.aspose.htmlold.model.IHtmlVisitorpublic com.aspose.htmlold.model.IHtmlVisitor startVisitSelect(com.aspose.htmlold.model.HtmlSelect htmlSelect)
startVisitSelect in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitSelect(com.aspose.htmlold.model.HtmlSelect htmlSelect,
com.aspose.htmlold.model.IHtmlVisitor optionsVisitor)
endVisitSelect in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitFieldSet(com.aspose.htmlold.model.Html5FieldSet htmlFieldSet)
startVisitFieldSet in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitFieldSet(com.aspose.htmlold.model.Html5FieldSet htmlFieldSet)
endVisitFieldSet in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitOption(com.aspose.htmlold.model.HtmlOption htmlOption)
startVisitOption in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitOption(com.aspose.htmlold.model.HtmlOption htmlOption)
endVisitOption in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitContainerElement(com.aspose.htmlold.model.IHtmlElement htmlElement)
Visit container element
startVisitContainerElement in interface com.aspose.htmlold.model.IHtmlVisitorhtmlElement - public void endVisitContainerElement(com.aspose.htmlold.model.IHtmlElement htmlElement)
endVisitContainerElement in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitPage(com.aspose.htmlold.model.IHtmlPage page)
Starts the visit page.
startVisitPage in interface com.aspose.htmlold.model.IHtmlVisitorpage - The page.public void endVisitPage(com.aspose.htmlold.model.IHtmlPage page)
Ends the visit page.
endVisitPage in interface com.aspose.htmlold.model.IHtmlVisitorpage - The page.public void visitHr(com.aspose.htmlold.model.HtmlHr htmlHr)
Visits the HR element.
visitHr in interface com.aspose.htmlold.model.IHtmlVisitorhtmlHr - The html HR element.public void visitBr(com.aspose.htmlold.model.HtmlBr htmlBr)
Visits the BR.
visitBr in interface com.aspose.htmlold.model.IHtmlVisitorhtmlBr - The HTML BR.public void visitWbr(com.aspose.htmlold.model.HtmlWbr htmlWbr)
Visits the WBR.
visitWbr in interface com.aspose.htmlold.model.IHtmlVisitorhtmlWbr - The HTML WBR.public void visitTime(com.aspose.htmlold.model.HtmlTime htmlTime)
Visits TIME.
visitTime in interface com.aspose.htmlold.model.IHtmlVisitorhtmlTime - The HTML TIME.public void startVisitBody(com.aspose.htmlold.model.IHtmlElement body)
Starts the visit body.
startVisitBody in interface com.aspose.htmlold.model.IHtmlVisitorbody - The body.public void endVisitBody(com.aspose.htmlold.model.IHtmlElement body)
Ends the visit body.
endVisitBody in interface com.aspose.htmlold.model.IHtmlVisitorbody - The body.public void visitText(com.aspose.htmlold.model.HtmlText text)
Visits the text.
visitText in interface com.aspose.htmlold.model.IHtmlVisitortext - The text.public void startVisitA(com.aspose.htmlold.model.HtmlA htmlA)
startVisitA in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitA(com.aspose.htmlold.model.HtmlA htmlA)
endVisitA in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitTime(com.aspose.htmlold.model.HtmlTime htmlTime)
startVisitTime in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTime(com.aspose.htmlold.model.HtmlTime htmlTime)
endVisitTime in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitUl(com.aspose.htmlold.model.HtmlUl ul)
startVisitUl in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitUl(com.aspose.htmlold.model.HtmlUl ul)
endVisitUl in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitDl(com.aspose.htmlold.model.HtmlDl htmlDl)
startVisitDl in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitDl(com.aspose.htmlold.model.HtmlDl htmlDl)
endVisitDl in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitDd(com.aspose.htmlold.model.HtmlDd htmlDd)
startVisitDd in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitDd(com.aspose.htmlold.model.HtmlDd htmlDd)
endVisitDd in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitDt(com.aspose.htmlold.model.HtmlDt htmlDt)
startVisitDt in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitDt(com.aspose.htmlold.model.HtmlDt htmlDt)
endVisitDt in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitMenu(com.aspose.htmlold.model.HtmlMenu htmlMenu)
startVisitMenu in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitMenu(com.aspose.htmlold.model.HtmlMenu htmlMenu)
endVisitMenu in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitDir(com.aspose.htmlold.model.HtmlDir htmlDir)
startVisitDir in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitDir(com.aspose.htmlold.model.HtmlDir htmlDir)
endVisitDir in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitLi(com.aspose.htmlold.model.HtmlLi li)
startVisitLi in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitLi(com.aspose.htmlold.model.HtmlLi li)
endVisitLi in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitOl(com.aspose.htmlold.model.HtmlOl ol)
startVisitOl in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitOl(com.aspose.htmlold.model.HtmlOl ol)
endVisitOl in interface com.aspose.htmlold.model.IHtmlVisitorpublic com.aspose.htmlold.model.IHtmlVisitor startVisitTable(com.aspose.htmlold.model.IHtmlElement htmlTable)
startVisitTable in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTable(com.aspose.htmlold.model.IHtmlElement table)
endVisitTable in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitTr(com.aspose.htmlold.model.IHtmlElement htmlTR)
startVisitTr in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTr(com.aspose.htmlold.model.IHtmlElement htmlTR)
endVisitTr in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitTd(com.aspose.htmlold.model.IHtmlElement td,
int cellNumber)
startVisitTd in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTd(com.aspose.htmlold.model.IHtmlElement td)
endVisitTd in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitTh(com.aspose.htmlold.model.IHtmlElement th,
int posNumber)
startVisitTh in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTh(com.aspose.htmlold.model.IHtmlElement th)
endVisitTh in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitTbody(com.aspose.htmlold.model.IHtmlElement tbody)
startVisitTbody in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTbody(com.aspose.htmlold.model.IHtmlElement tbody)
endVisitTbody in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitThead(com.aspose.htmlold.model.HtmlThead thead)
startVisitThead in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitThead(com.aspose.htmlold.model.HtmlThead thead)
endVisitThead in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitTfoot(com.aspose.htmlold.model.HtmlTfoot tfoot)
startVisitTfoot in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitTfoot(com.aspose.htmlold.model.HtmlTfoot tfoot)
endVisitTfoot in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitColgroup(com.aspose.htmlold.model.HtmlColgroup colgroup)
startVisitColgroup in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitColgroup(com.aspose.htmlold.model.HtmlColgroup colgroup)
endVisitColgroup in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitCol(com.aspose.htmlold.model.HtmlCol htmlColumn)
Table cell area
startVisitCol in interface com.aspose.htmlold.model.IHtmlVisitorcol - public void endVisitCol(com.aspose.htmlold.model.HtmlCol col)
endVisitCol in interface com.aspose.htmlold.model.IHtmlVisitorpublic void startVisitCaption(com.aspose.htmlold.model.HtmlCaption caption)
startVisitCaption in interface com.aspose.htmlold.model.IHtmlVisitorpublic void endVisitCaption(com.aspose.htmlold.model.HtmlCaption caption)
endVisitCaption in interface com.aspose.htmlold.model.IHtmlVisitorpublic void visitSvg(com.aspose.htmlold.model.SvgArea svg)
Visits the svg element.
visitSvg in interface com.aspose.htmlold.model.IHtmlVisitorsvg - The svg element.public void visitEmbed(com.aspose.htmlold.model.SvgEmbedArea embed)
Visits the embed element.
visitEmbed in interface com.aspose.htmlold.model.IHtmlVisitorembed - The embed element.public void visitObj(com.aspose.htmlold.model.SvgObjArea obj)
Visits the object element.
visitObj in interface com.aspose.htmlold.model.IHtmlVisitorobj - The obj element.public void visitIframe(com.aspose.htmlold.model.SvgIframeArea iframe)
Visits the iframe element.
visitIframe in interface com.aspose.htmlold.model.IHtmlVisitoriframe - The iframe element.public void visitVideo(com.aspose.htmlold.model.Html5Video video)
Visits the html video element.
visitVideo in interface com.aspose.htmlold.model.IHtmlVisitorvideo - The html video element.public void visitAudio(com.aspose.htmlold.model.Html5Audio audio)
Visits the html audio element.
visitAudio in interface com.aspose.htmlold.model.IHtmlVisitorvideo - The html audio element.public void visitImg(com.aspose.htmlold.model.HtmlImg htmlImage)
Visits the html img element.
visitImg in interface com.aspose.htmlold.model.IHtmlVisitorimg - The html img element.public String getInfoAboutFirstNonClearStack()
Copyright © 2016 Aspose. All Rights Reserved.