org.apache.poi.xslf.usermodel
Class TextCap

java.lang.Object
  extended by org.apache.poi.xslf.usermodel.TextCap

public class TextCap
extends java.lang.Object

Author:
Yegor Kozlov

Field Summary
static TextCap ALL
           
static TextCap NONE
           
static TextCap SMALL
           
 
Constructor Summary
TextCap(int ordinal)
           
 
Method Summary
 int ordinal()
           
static TextCap[] values()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final TextCap NONE

SMALL

public static final TextCap SMALL

ALL

public static final TextCap ALL
Constructor Detail

TextCap

public TextCap(int ordinal)
Method Detail

ordinal

public int ordinal()

values

public static TextCap[] values()