Tabnine Logo
PdfCell.getLeft
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: com.github.librepdf/openpdf

if (cell.getLeft() <= previousCell.getLeft()) {
  isEndOfRow = true;
  isCurrentCellPartOfRow = false;
origin: es.gob.afirma/afirma-crypto-pdf-itext

if (cell.getLeft() <= previousCell.getLeft()) {
  isEndOfRow = true;
  isCurrentCellPartOfRow = false;
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

if (cell.getLeft() <= previousCell.getLeft()) {
  isEndOfRow = true;
  isCurrentCellPartOfRow = false;
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

/**
 * Gets a Rectangle that is altered to fit on the page.
 *
 * @param    top        the top position
 * @param    bottom    the bottom position
 * @return    a <CODE>Rectangle</CODE>
 */
public Rectangle rectangle(float top, float bottom) {
  Rectangle tmp = new Rectangle(getLeft(), getBottom(), getRight(), getTop());
  tmp.cloneNonPositionParameters(this);
  if (getTop() > top) {
    tmp.setTop(top);
    tmp.setBorder(border - (border & TOP));
  }
  if (getBottom() < bottom) {
    tmp.setBottom(bottom);
    tmp.setBorder(border - (border & BOTTOM));
  }
  return tmp;
}
origin: es.gob.afirma/afirma-crypto-pdf-itext

/**
 * Gets a Rectangle that is altered to fit on the page.
 *
 * @param    top        the top position
 * @param    bottom    the bottom position
 * @return    a <CODE>Rectangle</CODE>
 */
public Rectangle rectangle(float top, float bottom) {
  Rectangle tmp = new Rectangle(getLeft(), getBottom(), getRight(), getTop());
  tmp.cloneNonPositionParameters(this);
  if (getTop() > top) {
    tmp.setTop(top);
    tmp.setBorder(border - (border & TOP));
  }
  if (getBottom() < bottom) {
    tmp.setBottom(bottom);
    tmp.setBorder(border - (border & BOTTOM));
  }
  return tmp;
}
origin: com.github.librepdf/openpdf

/**
 * Gets a Rectangle that is altered to fit on the page.
 *
 * @param    top        the top position
 * @param    bottom    the bottom position
 * @return    a <CODE>Rectangle</CODE>
 */
public Rectangle rectangle(float top, float bottom) {
  Rectangle tmp = new Rectangle(getLeft(), getBottom(), getRight(), getTop());
  tmp.cloneNonPositionParameters(this);
  if (getTop() > top) {
    tmp.setTop(top);
    tmp.setBorder(border - (border & TOP));
  }
  if (getBottom() < bottom) {
    tmp.setBottom(bottom);
    tmp.setBorder(border - (border & BOTTOM));
  }
  return tmp;
}
com.lowagie.text.pdfPdfCellgetLeft

Javadoc

Returns the lower left x-coordinate.

Popular methods of PdfCell

  • <init>
    Constructs a PdfCell-object.
  • addImage
    Adds an image to this Cell.
  • addLine
  • 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
  • getBorderWidthInside,
  • getBorderWidthLeft,
  • getBorderWidthRight,
  • getBorderWidthTop,
  • getBottom,
  • getHeight,
  • getImages,
  • getLines,
  • getRight

Popular in Java

  • Reactive rest calls using spring rest template
  • getApplicationContext (Context)
  • onCreateOptionsMenu (Activity)
  • setRequestProperty (URLConnection)
  • String (java.lang)
  • Path (java.nio.file)
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top plugins for WebStorm
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