Author: onealj
Date: Mon Feb 12 06:20:37 2018
New Revision: 1823923
URL: http://svn.apache.org/viewvc?rev=1823923&view=rev
Log:
bug 61898, 59837: site spreadsheet quick guide javadoc update for cell alignment
Modified:
poi/site/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
Modified: poi/site/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/spreadsheet/quick-guide.xml?rev=1823923&r1=1823922&r2=1823923&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
(original)
+++ poi/site/src/documentation/content/xdocs/spreadsheet/quick-guide.xml Mon
Feb 12 06:20:37 2018
@@ -285,6 +285,7 @@
* @param row the row to create the cell in
* @param column the column number to create the cell in
* @param halign the horizontal alignment for the cell.
+ * @param valign the vertical alignment for the cell.
*/
private static void createCell(Workbook wb, Row row, short column,
HorizontalAlignment halign, VerticalAlignment valign) {
Cell cell = row.createCell(column);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]