Table.caption

Returns or sets the text inside the <caption> element, creating that element if it isnt' there.

  1. string caption [@property getter]
  2. string caption [@property setter]
    class Table
    @property
    void
    caption
    (
    string text
    )
Suggestion Box / Bug Report