Tabnine Logo
PdfCell.addLine
Code IndexAdd Tabnine 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)

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

  • Start an intent from android
  • findViewById (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setContentView (Activity)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now