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

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

Introduction

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

The text is from its open source code.

Constructor

RtfTable(RtfDocument doc, Table table)
Constructs a RtfTable based on a Table for a RtfDocument.
RtfTable(RtfDocument doc, PdfPTable table)
Constructs a RtfTable based on a PdfTable for a RtfDocument.