|
| virtual int | GetRowNum () const =0 |
| | Returns the row number of the cell.
|
| virtual bool | SetRowNum (int row)=0 |
| | Sets a cell's row number.
|
| virtual int | GetColNum () const =0 |
| | Returns the col number of the cell.
|
| virtual bool | SetColNum (int col)=0 |
| | Sets a cell's col number.
|
| virtual bool | GetHeader () const =0 |
| | Returns a cell header or data type.
|
| virtual bool | SetHeader (bool header)=0 |
| | Set cell header or data type.
|
| virtual PdfCellScope | GetHeaderScope () const =0 |
| | Returns cell header scope attribute.
|
| virtual bool | SetHeaderScope (PdfCellScope scope)=0 |
| | Set cell header scope attribute.
|
| virtual int | GetRowSpan () const =0 |
| virtual bool | SetRowSpan (int span)=0 |
| | Sets a cell's rowspan.
|
| virtual int | GetColSpan () const =0 |
| | Returns the number of columns spanned by the cell.
|
| virtual bool | SetColSpan (int span)=0 |
| | Sets a cell's colspan.
|
| virtual bool | HasBorderGraphicState (int index) const =0 |
| | Returns the number of columns spanned by the cell.
|
| virtual PdeCell * | GetSpanCell () const =0 |
| | Returns the parent cell.
|
| virtual int | GetNumAssociatedHeaders () const =0 |
| | Get the number of associated header cells.
|
| virtual int | GetAssociatedHeader (int index, wchar_t *buffer, int len) const =0 |
| | Get the associated header cell by index.
|
| virtual bool | AddAssociatedHeader (const wchar_t *id)=0 |
| | Adds an associated header cell.
|
| virtual bool | RemoveAssociatedHeader (int index)=0 |
| | Removes an associated header cell by index.
|
| virtual PdfElementType | GetType () const =0 |
| | Gets the type of an element.
|
| virtual void | GetBBox (PdfRect *bbox) const =0 |
| virtual bool | SetBBox (const PdfRect *bbox)=0 |
| virtual void | GetQuad (PdfQuad *quad) const =0 |
| virtual int | GetId ()=0 |
| | Gets the id of an element. The id is unique number on a page.
|
| virtual bool | GetGraphicState (PdeGraphicState *g_state)=0 |
| | Gets the graphics state information for an element.
|
| virtual int | GetNumChildren () const =0 |
| | Gets the number of child elements in an element object.
|
| virtual PdeElement * | GetChild (int index)=0 |
| | Gets the requested child element from an element.
|
| virtual PdfAlignment | GetAlignment () const =0 |
| | Gets the element alignment within the content column.
|
| virtual float | GetAngle () const =0 |
| | Gets the element angle.
|
| virtual void | SetData (void *data)=0 |
| | Sets user-supplied data to pass to the element.
|
| virtual void * | GetData () const =0 |
| | Gets user-supplied data to pass to the element.
|
| virtual bool | SetAlt (const wchar_t *alt)=0 |
| | Sets the alternate description of the element.
|
| virtual bool | SetActualText (const wchar_t *text)=0 |
| | Sets the actual text of the element.
|
| virtual int | GetTag (wchar_t *buffer, int len) const =0 |
| | Gets the tag name of the element.
|
| virtual bool | SetTag (const wchar_t *text)=0 |
| | Sets the tag name of the element.
|
| virtual int | GetTagId (wchar_t *buffer, int len) const =0 |
| | Gets the tag id of the element.
|
| virtual bool | SetTagId (const wchar_t *id)=0 |
| | Sets the tag id of the element.
|
| virtual int | GetFlags () const =0 |
| | Get the element state flags.
|
| virtual bool | SetFlags (int flags)=0 |
| | Set the element state flags.
|
| virtual int | GetStateFlags () const =0 |
| | Get the element state flags.
|
| virtual bool | SetStateFlags (PdfStateFlags flags, bool objects)=0 |
| | Set the element state flags.
|
| virtual int | GetNumPageObjects () const =0 |
| | Get the the number pf page object in the element.
|
| virtual PdsPageObject * | GetPageObject (int index)=0 |
| | Get the the page object of the element by index.
|
| virtual PdePageMap * | GetPageMap ()=0 |
| | Get the the page map object containing this element.
|
| virtual PdfLabelType | GetLabelType () const =0 |
| | Gets the element label type.
|
| virtual bool | SetLabelType (PdfLabelType type)=0 |
| | Sets the element type level.
|
PdeCell class.
A PdeCell class represents a single cell of PdeTable element.