resizebehavetype-ag凯发旗舰厅



com.spire.xls
enum resizebehavetype

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

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

represents the resize behave mode.


enum constant summary
freefloating
          don't move or resize with underlying rows/columns.
moveandresize
          move and resize with anchor cells.
movenotresize
          move with cells but do not resize.
 
enum constant detail

freefloating

public static final resizebehavetype freefloating
don't move or resize with underlying rows/columns.

movenotresize

public static final resizebehavetype movenotresize
move with cells but do not resize.

moveandresize

public static final resizebehavetype moveandresize
move and resize with anchor cells.


网站地图