You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2015/03/12 12:01:56 UTC

svn commit: r1666131 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java

Author: ssteiner
Date: Thu Mar 12 11:01:55 2015
New Revision: 1666131

URL: http://svn.apache.org/r1666131
Log:
FOP-2456: PDF VT and Page Piece support

Added:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java   (with props)

Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java?rev=1666131&view=auto
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java (added)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java Thu Mar 12 11:01:55 2015
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* $Id$ */
+package org.apache.fop.render.pdf.extensions;
+
+import org.apache.fop.fo.FONode;
+
+public class PDFPagePieceElement extends PDFDictionaryElement {
+
+    PDFPagePieceElement(FONode parent) {
+        super(parent, PDFDictionaryType.PagePiece);
+    }
+}

Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFPagePieceElement.java
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org