Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1BE26193A9 for ; Wed, 27 Apr 2016 06:30:56 +0000 (UTC) Received: (qmail 25768 invoked by uid 500); 27 Apr 2016 06:30:55 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 25727 invoked by uid 500); 27 Apr 2016 06:30:55 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 24773 invoked by uid 99); 27 Apr 2016 06:30:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 06:30:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47B3EDFFF8; Wed, 27 Apr 2016 06:30:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Wed, 27 Apr 2016 06:31:26 -0000 Message-Id: <7beff28612bc4666877d4107588b6ebe@git.apache.org> In-Reply-To: <1f2c9be1a7fe453699436280e3c3d19f@git.apache.org> References: <1f2c9be1a7fe453699436280e3c3d19f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/51] [partial] pdfbox-docs git commit: add Javadoc for 1.8.12 and 2.0.1 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/09a30638/content/docs/1.8.12/javadocs/org/apache/pdfbox/cos/COSDictionaryLateBinding.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.12/javadocs/org/apache/pdfbox/cos/COSDictionaryLateBinding.html b/content/docs/1.8.12/javadocs/org/apache/pdfbox/cos/COSDictionaryLateBinding.html new file mode 100644 index 0000000..d9afa40 --- /dev/null +++ b/content/docs/1.8.12/javadocs/org/apache/pdfbox/cos/COSDictionaryLateBinding.html @@ -0,0 +1,341 @@ + + + + + + +COSDictionaryLateBinding (Apache PDFBox 1.8.12 API) + + + + + + + + + + + +
+
org.apache.pdfbox.cos
+

Class COSDictionaryLateBinding

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    COSObjectable
    +
    +
    +
    +
    public class COSDictionaryLateBinding
    +extends COSDictionary
    +
    Author:
    +
    adam
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        log

        +
        public static final org.apache.commons.logging.Log log
        +
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDictionaryObject

        +
        public COSBase getDictionaryObject(COSName key)
        +
        This will get an object from this dictionary. If the object is a reference then it will + dereference it and get it from the document. If the object is COSNull then + null will be returned.
        +
        +
        Overrides:
        +
        getDictionaryObject in class COSDictionary
        +
        Parameters:
        key - The key to the object that we are getting.
        +
        Returns:
        The object that matches the key.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

+ +