|
|
|
General
|
Creating the Subscript and Superscript
In this section, you will learn how we can create the subscript and superscript. iText api provides a setTextrise(float value1) method to set the position of text. We can set float value as positive or negative .Positive value is used for Superscript
View Rating |
|
|
General
|
Skewing Text
In this section, you will learn how to make a program by which you can set skew in for chunk. iText api provides a method setSkew(float value1,float value2).This method is used in palce of italic font.
View Rating |
|
|
General
|
Phrase
In this section, you will learn how to design some text according to our need by use of Phrase. We can format our pdf by using Phrase() constructor.
View Rating |
|
|
General
|
Creating Multiple Lists
In this program we are going to tell you how you can make lists into a pdf files. You can make lists and also make sublist You can make ordered list or symbolic list. iText API,s provides facility to make list. List may be ordered or list may be unorde
View Rating |
|
|
General
|
Locking Issues
User Datagram Protocol or UDP for short is very simple connectionless protocol that can be used to transfer datagram packets in both the direction. Client can send the datagram packets to server and it can also receive the reply from server. UDP does not
View Rating |
|
|
General
|
Class
This section explores the concept of a class in reference to object oriented programming techniques. A class defines the properties of objects and methods used to control an object's behavior.
View Rating |
|
|
General
|
Classes and Objects
Objects and classes are the fundamental parts of object-orientated programming technique. A class can contains both data as well as methods. A simple class having no method must contain a method known as main() method. Execution of any class starts from t
View Rating |
|
|
General
|
Multithreading in Java
So far you would have been learned about a single thread. Lets us know about the concept of multithreading and learn the implementation of it. But before that, lets be aware from the multitasking.
View Rating |
|
|
General
|
Checkbox
A checkbox is again a label which is displayed as a pushbutton as shown in the example below. This pushbutton can either be checked or unchecked. Therefore, the state of the checkbox is either true or false. However, the initial state is false which is th
View Rating |
|
|