General

Programming Resource Home :: Java-Tutorials :: General

Advertisement

Advertisement




General
Tutorial Symbol Substitution
In this example , we are going to explain how we can make symbols using iText api,s. We are using integer values which will converted it into symbol. For this we just convert the integer value into its character value. View Rating



General
Tutorial Set Space Ratio and Alignment
In this example , we are going to explain how we can set space ratio and how we can gives various alignment. You can make pdf with no space between the characters of a word . View Rating



General
Tutorial Make Paragraph and Set Alignment
In this example , we are going to explain how we can make paragraph and how we can gives various alignment. To make a paragraph we use Paragraph("Text") constructor . To gives alignment we use setAlignment(int alignment). View Rating



General
Tutorial Negative Leading
In negative leading you will learn how we can overlap a text using negative and positive leading values in Phrase constructor. You can make shadow of any text. For this you have just change the values of the leading in Phrase constructor and the text. View Rating



General
Tutorial Measure Of Width
In this section, you will learn how we can measure the width of the page. iText api provides a getWidthPoint() to know the width of the page. The width will be in centimeters or inches. View Rating



General
Tutorial End of line
In this section, you will learn how to make a program by which you can define the strokeWidth and strokeColor. You can learn also to change the outline of the text. You can define the width and the color of the strokes used to draw the character. iText ap View Rating



General
Tutorial Uses Of Chunk Object
In this section, you will learn how we can change the background color and how we can create the subscript and superscript. iText api provides a setTextrise(float value1) and setBackground(Color color) method to set the position of text and to set the View Rating



General
Tutorial 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
Tutorial 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
Tutorial 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
Page:  [<<]   72   73   74   75   76   77   78   79   80   81   82   83   84   85   86   87   88   89   90   91   92   93   94   95   96   97   98   99   100   101   102   103   104   105   106   107   108   109   110   111   112   113   114   115   116   117   118   119   120   121   122   123   124   125   126   127   128   129   130   131   132   133   134   135   136   137   138   139   140   141   142   143   144   145   146   147   148   149   150   151   152   153   154   155   156   157   158   159   160   161   162   163   164   165   166   167   168   169   170   171   172     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.