net.rgielen.com4j.office2010.excel.XlOartVerticalOverflow Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlOartVerticalOverflow {
/**
*
* The value of this constant is 0
*
*/
xlOartVerticalOverflowOverflow, // 0
/**
*
* The value of this constant is 1
*
*/
xlOartVerticalOverflowClip, // 1
/**
*
* The value of this constant is 2
*
*/
xlOartVerticalOverflowEllipsis, // 2
}