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:
parent
9ee14c5508
commit
ec4a47df73
@ -21,7 +21,8 @@ package org.apache.poi.sl.usermodel;
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
@ -21,7 +21,8 @@ package org.apache.poi.ss.usermodel;
|
||||
* 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.
|
||||
*
|
||||
* <!-- 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 {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user