excel.brick
接口 LoadImageToCellButton

所有超级接口:
excel.core.mouseaction.ActionTool, Brick, VirtualButton
所有已知子接口:
LoadCameraImageToCellButton

public interface LoadImageToCellButton
extends VirtualButton


字段摘要
 
从接口 excel.brick.Brick 继承的字段
BrickAction_AsButton, BrickAction_AsButtonCameraToCell, BrickAction_AsButtonCameraToDS, BrickAction_AsButtonLoadImageToCell, BrickAction_AsButtonLoadImageToDS, BrickAction_Chart, BrickAction_CloneRow, BrickAction_DeleteRow, BrickAction_ImageButton, BrickAction_InsertAfter, BrickAction_InsertBefore, BrickAction_NormalButton, BrickAction_Nothing, BrickAction_PageBar, BrickAction_RetrieveButton, BrickAction_RotatedText, BrickAction_ShowAsImage, BrickAction_ShowAsLine, BrickAction_ShowBorder, BrickAction_SwitchHandle, BrickAction_Tree
 
从接口 excel.core.mouseaction.ActionTool 继承的字段
IDC_ARROW, IDC_CROSS, IDC_DEFAULT, IDC_DOWN, IDC_EDITTIP, IDC_HAND, IDC_LB, IDC_LB2, IDC_LT, IDC_LT2, IDC_MOVE, IDC_MOVESELECTION, IDC_MOVESELECTION2, IDC_RB, IDC_RB2, IDC_RESIZESELECTION, IDC_RIGHT, IDC_RT, IDC_RT2, IDC_WISESOFT
 
方法摘要
 int getToCol()
           
 int getToRow()
           
 java.lang.String getToSheetName()
           
 void setToCol(int col)
           
 void setToRow(int row)
           
 void setToSheetName(java.lang.String sheetName)
           
 
从接口 excel.brick.VirtualButton 继承的方法
addActionListener
 
从接口 excel.brick.Brick 继承的方法
afterAddToCell, bind, contains, getAction, getBounds, getCaption, getConnection, getCurrentGroup, getDataSource, getFilter, getFontSize, getHeight, getName, getParentCell, getRootLabel, getRootValue, getSelect, getTag, getValue, getWidth, getX, getY, invalidate, isAutoLoad, isDynamicCreate, isEnabled, isLazyLoading, isLocked, isMultiSelection, isOnFocus, isPrintable, isVisible, paint, setAutoLoad, setBounds, setCaption, setConnection, setCurrentGroup, setDataSource, setEnabled, setFilter, setFocus, setFontSize, setHeight, setLazyLoading, setLocked, setMultiSelection, setParent, setParentCell, setPrintable, setRootLabel, setRootValue, setSelect, setTag, setValue, setVisible, setWidth, setX, setY, unBind
 
从接口 excel.core.mouseaction.ActionTool 继承的方法
keyPressed, keyReleased, OnLButtonClick, OnLButtonDblClk, OnLButtonDown, OnLButtonUp, OnMouseDrag, OnMouseEntered, OnMouseExited, OnMouseMove, OnRButtonDown
 

方法详细信息

getToSheetName

java.lang.String getToSheetName()

setToSheetName

void setToSheetName(java.lang.String sheetName)

getToRow

int getToRow()

setToRow

void setToRow(int row)

getToCol

int getToCol()

setToCol

void setToCol(int col)