Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.elements
Class Cell

java.lang.Object
  extended bycom.aspose.pdf.elements.PdfElementBase
      extended bycom.aspose.pdf.elements.Cell
All Implemented Interfaces:
java.lang.Cloneable

public class Cell
extends PdfElementBase

Represents a cell in a Table.


Constructor Summary
Cell(Table table)
          Initialize a new instance of the Cell class.
 
Method Summary
 org.w3c.dom.Element getDOMElement()
          Gets a DOM representation of the pdf element.
 Paragraphs getParagraphs()
           
 
Methods inherited from class com.aspose.pdf.elements.PdfElementBase
clone, getElementFactory, getID, getNameIndex, setID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(Table table)
Initialize a new instance of the Cell class.

Parameters:
table - Table that owns the cells.
Method Detail

getParagraphs

public Paragraphs getParagraphs()

getDOMElement

public org.w3c.dom.Element getDOMElement()
                                  throws AsposeBaseException
Description copied from class: PdfElementBase
Gets a DOM representation of the pdf element.

Overrides:
getDOMElement in class PdfElementBase
Throws:
AsposeBaseException
See Also:
PdfElementBase.getDOMElement()