paragraphbuildtype-ag凯发旗舰厅



com.spire.presentation.drawing.animation
enum paragraphbuildtype

java.lang.object
  extended by java.lang.enum<paragraphbuildtype>
      extended by com.spire.presentation.drawing.animation.paragraphbuildtype
all implemented interfaces:
java.lang.comparable<paragraphbuildtype>

public enum paragraphbuildtype
extends java.lang.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

whole

public static final paragraphbuildtype whole
one shape.

all_at_once

public static final paragraphbuildtype all_at_once
all paragraph.

paragraphs_1

public static final paragraphbuildtype paragraphs_1
paragraphs of depth 1.

paragraphs_2

public static final paragraphbuildtype paragraphs_2
paragraphs of depth 2.

paragraphs_3

public static final paragraphbuildtype paragraphs_3
paragraphs of depth 3.

paragraphs_4

public static final paragraphbuildtype paragraphs_4
paragraphs of depth 4.

paragraphs_5

public static final paragraphbuildtype paragraphs_5
paragraphs of depth 5.

cust

public static final paragraphbuildtype cust
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图