texteffect-ag凯发旗舰厅



com.spire.doc
enum texteffect

java.lang.object
  extended by java.lang.enum<texteffect>
      extended by com.spire.doc.texteffect
all implemented interfaces:
java.lang.comparable<texteffect>

public enum texteffect
extends java.lang.enum<texteffect>

animation effect for text.


enum constant summary
blinking_background
          specifies that this text shall be surrounded by a background color which alternates between black and white.
las_vegas_lights
          specifies that this text shall be surrounded by a border consisting of a series of colored lights, which constantly change colors in sequence.
marching_black_ants
          specifies that this text shall be surrounded by an animated black dashed line border.
marching_red_ants
          specifies that this text shall be surrounded by an animated red dashed line border.
none
          specifies no animation.
shimmer
          specifies that this text shall be animated by alternating between normal and blurry states.
sparkle_text
          specifies that this text shall have a background consisting of a random pattern of colored lights, which constantly change colors in sequence.
 
method summary
 int getvalue()
           
 
enum constant detail

none

public static final texteffect none
specifies no animation.

las_vegas_lights

public static final texteffect las_vegas_lights
specifies that this text shall be surrounded by a border consisting of a series of colored lights, which constantly change colors in sequence.

blinking_background

public static final texteffect blinking_background
specifies that this text shall be surrounded by a background color which alternates between black and white.

sparkle_text

public static final texteffect sparkle_text
specifies that this text shall have a background consisting of a random pattern of colored lights, which constantly change colors in sequence.

marching_black_ants

public static final texteffect marching_black_ants
specifies that this text shall be surrounded by an animated black dashed line border.

marching_red_ants

public static final texteffect marching_red_ants
specifies that this text shall be surrounded by an animated red dashed line border.

shimmer

public static final texteffect shimmer
specifies that this text shall be animated by alternating between normal and blurry states.
method detail

getvalue

public int getvalue()


网站地图