Codota Logo
PageResources.hasResources
Code IndexAdd Codota to your IDE (free)

How to use
hasResources
method
in
com.lowagie.text.pdf.PageResources

Best Java code snippets using com.lowagie.text.pdf.PageResources.hasResources (Showing top 3 results out of 315)

  • Common ways to obtain PageResources
private void myMethod () {
PageResources p =
  • Codota Iconnew PageResources()
  • Codota IconPdfDocument pdfDocument;pdfDocument.getPageResources()
  • Smart code suggestions by Codota
}
origin: es.gob.afirma/afirma-crypto-pdf-itext

font.put(PdfName.LASTCHAR, new PdfNumber(lastChar));
font.put(PdfName.WIDTHS, writer.addToBody(new PdfArray(widths)).getIndirectReference());
if (pageResources.hasResources())
  font.put(PdfName.RESOURCES, writer.addToBody(pageResources.getResources()).getIndirectReference());
writer.addToBody(font, ref);
origin: com.github.librepdf/openpdf

font.put(PdfName.LASTCHAR, new PdfNumber(lastChar));
font.put(PdfName.WIDTHS, writer.addToBody(new PdfArray(widths)).getIndirectReference());
if (pageResources.hasResources())
  font.put(PdfName.RESOURCES, writer.addToBody(pageResources.getResources()).getIndirectReference());
writer.addToBody(font, ref);
origin: fr.opensagres.xdocreport.itext-gae/itext-gae

font.put(PdfName.LASTCHAR, new PdfNumber(lastChar));
font.put(PdfName.WIDTHS, writer.addToBody(new PdfArray(widths)).getIndirectReference());
if (pageResources.hasResources())
  font.put(PdfName.RESOURCES, writer.addToBody(pageResources.getResources()).getIndirectReference());
writer.addToBody(font, ref);
com.lowagie.text.pdfPageResourceshasResources

Popular methods of PageResources

  • <init>
  • addColor
  • addDefaultColor
  • addDefaultColorDiff
  • addExtGState
  • addFont
  • addPattern
  • addProperty
  • addShading
  • addXObject
  • getResources
  • setOriginalResources
  • getResources,
  • setOriginalResources,
  • translateName

Popular in Java

  • Making http requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • notifyDataSetChanged (ArrayAdapter)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Option (scala)
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