Java com.lowagie.text.rtf.table RtfCell fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.rtf.table RtfCell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.rtf.table RtfCell.

The text is from its open source code.

Constructor

RtfCell(String content)
Constructs a RtfCell based upon a String
RtfCell(Element element)
Constructs a RtfCell based upon an Element
RtfCell(boolean deleted)
Constructs a deleted RtfCell.

Method

booleanadd(Object o)
Add an Object to this cell.
voidsetBorders(RtfBorderGroup borderGroup)
Set the borders of this RtfCell
voidsetColspan(int value)
Sets the colspan.
voidsetHorizontalAlignment(int value)
Sets the horizontal alignment.
voidsetRowspan(int value)
Sets the rowspan.
voidsetVerticalAlignment(int value)
Sets the vertical alignment.