excel.brick
接口 RotatedText

所有超级接口:
excel.core.mouseaction.ActionTool, Brick

public interface RotatedText
extends Brick


字段摘要
 
从接口 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
 
方法摘要
 java.awt.Color getFontColor()
           
 java.lang.String getFontName()
           
 int getFontSize()
           
 int getRotatedAngle()
           
 void setFontColor(java.lang.Object color)
           
 void setFontName(java.lang.String fontName)
           
 void setFontSize(int fontSize)
           
 void setRotatedAngle(int rotatedAngle)
           
 
从接口 excel.brick.Brick 继承的方法
afterAddToCell, bind, contains, getAction, getBounds, getCaption, getConnection, getCurrentGroup, getDataSource, getFilter, 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, 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
 

方法详细信息

setRotatedAngle

void setRotatedAngle(int rotatedAngle)

getRotatedAngle

int getRotatedAngle()

setFontSize

void setFontSize(int fontSize)
指定者:
接口 Brick 中的 setFontSize

getFontSize

int getFontSize()
指定者:
接口 Brick 中的 getFontSize

setFontName

void setFontName(java.lang.String fontName)

getFontName

java.lang.String getFontName()

setFontColor

void setFontColor(java.lang.Object color)

getFontColor

java.awt.Color getFontColor()