Java com.itextpdf.text Element fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text Element fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text Element.

The text is from its open source code.

Implementation

com.itextpdf.text.Element has the following implementations.
Click this link to see all its implementation.

Field

intPARAGRAPH
This is a possible type of Element.
intALIGN_UNDEFINED
A possible value for paragraph alignment.
intALIGN_LEFT
A possible value for paragraph alignment.
intALIGN_CENTER
A possible value for paragraph alignment.
intALIGN_RIGHT
A possible value for paragraph alignment.
intALIGN_JUSTIFIED
A possible value for paragraph alignment.
intALIGN_TOP
A possible value for vertical alignment.
intALIGN_MIDDLE
A possible value for vertical alignment.
intALIGN_BOTTOM
A possible value for vertical alignment.
intALIGN_BASELINE
A possible value for vertical alignment.
intALIGN_JUSTIFIED_ALL
Does the same as ALIGN_JUSTIFIED but the last line is also spread out.

Method

ListgetChunks()
Gets all the chunks in this element.
inttype()
Gets the type of the text element.