Searched refs:m_caption (Results 1 – 1 of 1) sorted by relevance
48 m_caption = IElement.Factory.create (Tag.CAPTION); in setCaption()50 m_caption.getAttributes ().set (Attribute.ALIGN, align); in setCaption()51 m_caption.setText (text, nbsp); in setCaption()72 if (m_caption != null) in emit()74 add (0, m_caption); in emit()129 private IElement m_caption; field in HTMLTable