From: eschaeffer Date: Tue, 23 May 2000 09:22:35 +0000 (+0000) Subject: add a method to get the number (not used for now, but maybe later) X-Git-Tag: pre-columns~501 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae6b3d8f63207bdeea32bf9179081a4e2e599ad9;p=xmlgraphics-fop.git add a method to get the number (not used for now, but maybe later) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193373 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/pdf/PDFObject.java b/src/org/apache/fop/pdf/PDFObject.java index 88f6bedb1..ca7df92aa 100644 --- a/src/org/apache/fop/pdf/PDFObject.java +++ b/src/org/apache/fop/pdf/PDFObject.java @@ -80,6 +80,12 @@ public abstract class PDFObject { public PDFObject() { //do nothing } + /** + * @return the PDF Object number + */ + public int getNumber() { + return this.number; + } /** * write the PDF represention of this object *