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

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

Introduction

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

The text is from its open source code.

Field

intTAB_LEFT_ALIGN
A tab where the text is left aligned.

Constructor

RtfTab(float position, int type)
Constructs a new RtfTab with the given position and type.