You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/05/16 09:05:09 UTC

svn commit: r1889929 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java

Author: tilman
Date: Sun May 16 09:05:09 2021
New Revision: 1889929

URL: http://svn.apache.org/viewvc?rev=1889929&view=rev
Log:
PDFBOX-4892: fix comment, as suggested by valerybokov

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java?rev=1889929&r1=1889928&r2=1889929&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java Sun May 16 09:05:09 2021
@@ -153,7 +153,8 @@ public class PDNumberFormatDictionary im
 
     /** 
      * This will set the value for the manner to display a fractional value.
-     * Allowed values are "D", "F", "R" and "T"
+     * Allowed values are "D", "F", "R", "T" and null.
+     * 
      * @param fractionalDisplay the manner to display a fractional value
      */
     public void setFractionalDisplay(String fractionalDisplay)
@@ -301,9 +302,9 @@ public class PDNumberFormatDictionary im
     }
 
     /**
-     * This will set the value indicating the ordering of the label specified by U to the calculated unit value.
-     * Possible values are "S" and "P"
-     * 
+     * This will set the value indicating the ordering of the label specified by U to the calculated
+     * unit value. Possible values are "S", "P" and null.
+     *
      * @param labelPositionToValue label position 
      */
     public void setLabelPositionToValue(String labelPositionToValue)