You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2018/03/19 19:27:25 UTC

svn commit: r1827235 - in /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange: logicalstructure/ markedcontent/ taggedpdf/

Author: lehmi
Date: Mon Mar 19 19:27:25 2018
New Revision: 1827235

URL: http://svn.apache.org/viewvc?rev=1827235&view=rev
Log:
PDFBOX-4071: fix javadoc

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.java
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.java
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.java?rev=1827235&r1=1827234&r2=1827235&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.java Mon Mar 19 19:27:25 2018
@@ -117,7 +117,7 @@ public class PDUserAttributeObject exten
     }
 
     /**
-     * @param userProperty  
+     * @param userProperty the changed user property.
      */
     public void userPropertyChanged(PDUserProperty userProperty)
     {

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.java?rev=1827235&r1=1827234&r2=1827235&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.java Mon Mar 19 19:27:25 2018
@@ -31,7 +31,10 @@ public class PDPropertyList implements C
 
     /**
      * Creates a property list from the given dictionary.
+     * 
      * @param dict COS dictionary
+     * 
+     * @return the property list
      */
     public static PDPropertyList create(COSDictionary dict)
     {
@@ -56,6 +59,8 @@ public class PDPropertyList implements C
 
     /**
      * Constructor for subclasses.
+     * 
+     * @param dict the dictionary to be used.
      */
     protected PDPropertyList(COSDictionary dict)
     {

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java?rev=1827235&r1=1827234&r2=1827235&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java Mon Mar 19 19:27:25 2018
@@ -58,6 +58,8 @@ public class PDExportFormatAttributeObje
 
     /**
      * Default constructor.
+     * 
+     * @param owner the owner string.
      */
     public PDExportFormatAttributeObject(String owner)
     {

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java?rev=1827235&r1=1827234&r2=1827235&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java Mon Mar 19 19:27:25 2018
@@ -1041,22 +1041,22 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the style of the border drawn on each edge of a table cell
-     * (TBorderStyle). The values should be of:
+     * Sets the style of the border drawn on each edge of a table cell (TBorderStyle). The values should be of:
      * <ul>
-     *   <li>{@link #BORDER_STYLE_NONE},</li>
-     *   <li>{@link #BORDER_STYLE_HIDDEN},</li>
-     *   <li>{@link #BORDER_STYLE_DOTTED},</li>
-     *   <li>{@link #BORDER_STYLE_DASHED},</li>
-     *   <li>{@link #BORDER_STYLE_SOLID},</li>
-     *   <li>{@link #BORDER_STYLE_DOUBLE},</li>
-     *   <li>{@link #BORDER_STYLE_GROOVE},</li>
-     *   <li>{@link #BORDER_STYLE_RIDGE},</li>
-     *   <li>{@link #BORDER_STYLE_INSET},</li>
-     *   <li>{@link #BORDER_STYLE_OUTSET}.</li>
+     * <li>{@link #BORDER_STYLE_NONE},</li>
+     * <li>{@link #BORDER_STYLE_HIDDEN},</li>
+     * <li>{@link #BORDER_STYLE_DOTTED},</li>
+     * <li>{@link #BORDER_STYLE_DASHED},</li>
+     * <li>{@link #BORDER_STYLE_SOLID},</li>
+     * <li>{@link #BORDER_STYLE_DOUBLE},</li>
+     * <li>{@link #BORDER_STYLE_GROOVE},</li>
+     * <li>{@link #BORDER_STYLE_RIDGE},</li>
+     * <li>{@link #BORDER_STYLE_INSET},</li>
+     * <li>{@link #BORDER_STYLE_OUTSET}.</li>
      * </ul>
      * 
-     * @param tBorderStyles
+     * @param tBorderStyles an array of border styles.
+     * 
      */
     public void setTBorderStyles(String[] tBorderStyles)
     {