|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<paragraphbuildtype>
com.spire.presentation.drawing.animation.paragraphbuildtype
public enum paragraphbuildtype
indicates how text display style during animation.
enum constant summary | |
---|---|
all_at_once
all paragraph. |
|
cust
|
|
paragraphs_1
paragraphs of depth 1. |
|
paragraphs_2
paragraphs of depth 2. |
|
paragraphs_3
paragraphs of depth 3. |
|
paragraphs_4
paragraphs of depth 4. |
|
paragraphs_5
paragraphs of depth 5. |
|
whole
one shape. |
method summary | |
---|---|
java.lang.string |
getname()
|
int |
getvalue()
|
enum constant detail |
---|
public static final paragraphbuildtype whole
public static final paragraphbuildtype all_at_once
public static final paragraphbuildtype paragraphs_1
public static final paragraphbuildtype paragraphs_2
public static final paragraphbuildtype paragraphs_3
public static final paragraphbuildtype paragraphs_4
public static final paragraphbuildtype paragraphs_5
public static final paragraphbuildtype cust
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |