Fpdf.Cell

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void Cell(float w, float h, string txt, string border, size_t ln, string algn, bool fill, size_t link)
  2. void Cell(float w, float h, string txt, string border, size_t ln, string algn, bool fill, string link)
    class Fpdf
    void
    Cell
    (
    float w
    ,
    float h = 0
    ,
    string txt = ""
    ,
    string border = "0"
    ,
    size_t ln = 0
    ,
    string algn = ""
    ,
    bool fill = false
    ,
    string link = null
    )

Meta