Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

padmanabanproject

@padmanabanproject
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to create/set an element of a document
    P padmanabanproject

    Am not adding full code .. jus sample import com.lowagie.text.*; Paragraph pH = new Paragraph("Title",FontFactory.getFont(FontFactory.TIMES_ROMAN, 8, Font.BOLD, new Color(0, 0, 255))); Paragraph pF1 = new Paragraph("Conditions Apply",FontFactory.getFont(FontFactory.HELVETICA, 7, Font.BOLD, new Color(0, 0, 255))); Paragraph pF2 = new Paragraph("*Coupon Valid till 1 month of date issued",FontFactory.getFont(FontFactory.HELVETICA, 7, Font.BOLD, new Color(0, 0, 255))); Paragraph pF3 = new Paragraph("*tamil translation"); Paragraph pNEXT = new Paragraph("\n"); Paragraph p3 = new Paragraph(); p3.add(new Chunk("")); Chunk separator = new Chunk(new DottedLineSeparator()); p3.add(separator); pH.setAlignment(Paragraph.ALIGN_CENTER); document.add(pH); document.add(pNEXT); document.add(tab); document.add(pNEXT); document.add(pF1); document.add(pF2); document.add(p3); //document; document.add(pNEXT);

    Java tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups