public class HtmlTableContext extends Object
Constructor and Description |
---|
HtmlTableContext(com.aspose.htmlold.model.HtmlTable htmlTable,
com.aspose.htmlold.model.IStyle style,
Pdf pdf,
com.aspose.ms.System.Drawing.SizeF availablePhisicalSizes) |
Modifier and Type | Method and Description |
---|---|
void |
addCaption(boolean atBottom) |
void |
closeTBody() |
void |
closeTfoot() |
void |
closeThead() |
void |
finalizeBuilding() |
Row |
getCaption() |
int |
getCellsCounter() |
int |
getCellsPerRow() |
Cell |
getCurrentCell() |
Row |
getCurrentRow() |
Table |
getTable() |
void |
setCaption(Row value) |
void |
setCellsCounter(int value) |
void |
setCellsPerRow(int value) |
void |
setCurrentCell(Cell value) |
void |
setCurrentRow(Row value) |
void |
setTable(Table value) |
void |
startNewCell(com.aspose.htmlold.model.HtmlTd htmlTD,
int cellNumber) |
void |
startNewRow(com.aspose.htmlold.model.IStyle style) |
void |
startTBody(com.aspose.htmlold.model.IStyle style) |
void |
startTfoot(com.aspose.htmlold.model.IStyle style) |
void |
startThead(com.aspose.htmlold.model.IStyle style) |
public HtmlTableContext(com.aspose.htmlold.model.HtmlTable htmlTable, com.aspose.htmlold.model.IStyle style, Pdf pdf, com.aspose.ms.System.Drawing.SizeF availablePhisicalSizes)
public Table getTable()
public void setTable(Table value)
public int getCellsPerRow()
public void setCellsPerRow(int value)
public int getCellsCounter()
public void setCellsCounter(int value)
public Row getCurrentRow()
public void setCurrentRow(Row value)
public Cell getCurrentCell()
public void setCurrentCell(Cell value)
public Row getCaption()
public void setCaption(Row value)
public void finalizeBuilding()
public void startNewRow(com.aspose.htmlold.model.IStyle style)
public void startNewCell(com.aspose.htmlold.model.HtmlTd htmlTD, int cellNumber)
public void addCaption(boolean atBottom)
public void startThead(com.aspose.htmlold.model.IStyle style)
public void closeThead()
public void startTfoot(com.aspose.htmlold.model.IStyle style)
public void closeTfoot()
public void startTBody(com.aspose.htmlold.model.IStyle style)
public void closeTBody()
Copyright © 2016 Aspose. All Rights Reserved.