if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-07-17 20:27:57 +00:00
parent 9ee14c5508
commit ec4a47df73
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,8 @@ package org.apache.poi.sl.usermodel;
/** /**
* Specifies a list of available anchoring types for text * Specifies a list of available anchoring types for text
* *
* <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these. --> * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these to
* {@link org.apache.poi.common.usermodel}.VerticalAlignment in the future. -->
* *
* @author Yegor Kozlov * @author Yegor Kozlov
*/ */

View File

@ -21,7 +21,8 @@ package org.apache.poi.ss.usermodel;
* This enumeration value indicates the type of vertical alignment for a cell, i.e., * This enumeration value indicates the type of vertical alignment for a cell, i.e.,
* whether it is aligned top, bottom, vertically centered, justified or distributed. * whether it is aligned top, bottom, vertically centered, justified or distributed.
* *
* <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these.--> * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these to
* {@link org.apache.poi.common.usermodel}.VerticalAlignment in the future. -->
*/ */
public enum VerticalAlignment { public enum VerticalAlignment {
/** /**