Codota Logo
PdfCell.addLine
Code IndexAdd Codota to your IDE (free)

How to use
addLine
method
in
com.lowagie.text.pdf.PdfCell

Best Java code snippets using com.lowagie.text.pdf.PdfCell.addLine (Showing top 12 results out of 315)

  • Common ways to obtain PdfCell
private void myMethod () {
PdfCell p =
  • Codota IconIterator iterator;(PdfCell) iterator.next()
  • Codota IconArrayList arrayList;(PdfCell) arrayList.get(index)
  • Smart code suggestions by Codota
}
origin: com.github.librepdf/openpdf

private void flushCurrentLine() {
  if (line != null && line.size() > 0) {
    addLine(line);
  }
}
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

private void flushCurrentLine() {
  if (line != null && line.size() > 0) {
    addLine(line);
  }
}
origin: es.gob.afirma/afirma-crypto-pdf-itext

private void flushCurrentLine() {
  if (line != null && line.size() > 0) {
    addLine(line);
  }
}
origin: com.github.librepdf/openpdf

chunk = new PdfChunk((Chunk) j.next(), (PdfAction) (allActions.get(aCounter++)));
while ((overflow = line.add(chunk)) != null) {
  addLine(line);
  line = new PdfLine(left + item.getIndentationLeft(), right, alignment, item.getLeading());
  chunk = overflow;
addLine(line);
line = new PdfLine(left + item.getIndentationLeft(), right, alignment, leading);
origin: es.gob.afirma/afirma-crypto-pdf-itext

chunk = new PdfChunk((Chunk) j.next(), (PdfAction) (allActions.get(aCounter++)));
while ((overflow = line.add(chunk)) != null) {
  addLine(line);
  line = new PdfLine(left + item.getIndentationLeft(), right, alignment, item.getLeading());
  chunk = overflow;
addLine(line);
line = new PdfLine(left + item.getIndentationLeft(), right, alignment, leading);
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

chunk = new PdfChunk((Chunk) j.next(), (PdfAction) (allActions.get(aCounter++)));
while ((overflow = line.add(chunk)) != null) {
  addLine(line);
  line = new PdfLine(left + item.getIndentationLeft(), right, alignment, item.getLeading());
  chunk = overflow;
addLine(line);
line = new PdfLine(left + item.getIndentationLeft(), right, alignment, leading);
origin: es.gob.afirma/afirma-crypto-pdf-itext

if (line != null && line.size() > 0) {
  line.resetAlignment();
  addLine(line);
  addLine(line); // add empty line - all cells need some lines even if they are empty
  line = new PdfLine(currentLeft, currentRight, alignment, currentLineLeading);
    chunk = new PdfChunk(c, (PdfAction) (allActions.get(aCounter++)));
    while ((overflow = line.add(chunk)) != null) {
      addLine(line);
      line = new PdfLine(currentLeft, currentRight, alignment, currentLineLeading);
      chunk = overflow;
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

if (line != null && line.size() > 0) {
  line.resetAlignment();
  addLine(line);
  addLine(line); // add empty line - all cells need some lines even if they are empty
  line = new PdfLine(currentLeft, currentRight, alignment, currentLineLeading);
    chunk = new PdfChunk(c, (PdfAction) (allActions.get(aCounter++)));
    while ((overflow = line.add(chunk)) != null) {
      addLine(line);
      line = new PdfLine(currentLeft, currentRight, alignment, currentLineLeading);
      chunk = overflow;
origin: com.github.librepdf/openpdf

if (line != null && line.size() > 0) {
  line.resetAlignment();
  addLine(line);
  addLine(line); // add empty line - all cells need some lines even if they are empty
  line = new PdfLine(currentLeft, currentRight, alignment, currentLineLeading);
    chunk = new PdfChunk(c, (PdfAction) (allActions.get(aCounter++)));
    while ((overflow = line.add(chunk)) != null) {
      addLine(line);
      line = new PdfLine(currentLeft, currentRight, alignment, currentLineLeading);
      chunk = overflow;
origin: com.github.librepdf/openpdf

addLine(imageLine);
return imageLine.height();
origin: es.gob.afirma/afirma-crypto-pdf-itext

addLine(imageLine);
return imageLine.height();
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

addLine(imageLine);
return imageLine.height();
com.lowagie.text.pdfPdfCelladdLine

Popular methods of PdfCell

  • <init>
    Constructs a PdfCell-object.
  • addImage
    Adds an image to this Cell.
  • addList
  • cellpadding
    Gets the cellpadding of a cell..
  • cellspacing
    Gets the cellspacing of a cell.
  • cloneNonPositionParameters
  • firstLineRealHeight
    Calculates what the height of the first line should be so that the content will be flush with the to
  • flushCurrentLine
  • getBorderWidthBottom
  • getBorderWidthInside
    Gets the amount of the border for the specified side that is inside the Rectangle. For non-variable
  • getBorderWidthLeft
  • getBorderWidthRight
  • getBorderWidthLeft,
  • getBorderWidthRight,
  • getBorderWidthTop,
  • getBottom,
  • getHeight,
  • getImages,
  • getLeft,
  • getLines,
  • getRight

Popular in Java

  • Running tasks concurrently on multiple threads
  • setScale (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • orElseThrow (Optional)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • InputStreamReader (java.io)
    An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • JButton (javax.swing)
  • JTable (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now