|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.actuate.util.Debug
|
+--com.f1j.util.Debug
|
+--com.f1j.util.ObjConst
|
+--com.f1j.util.Obj
|
+--com.f1j.util.SharedHelper
|
+--com.f1j.util.SharedObj
|
+--com.f1j.util.FormatImpl
|
+--com.f1j.paint.FormatImpl
|
+--com.f1j.ss.CellFormat
this class provides the API for creating and returning information about cell formats.
| Field Summary | |
static short |
eBorderDashed
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderDashed |
static short |
eBorderDotted
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderDotted |
static short |
eBorderDouble
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderDouble |
static short |
eBorderHair
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderHair |
static short |
eBorderMedium
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderMedium |
static short |
eBorderNone
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderNone |
static short |
eBorderThick
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderThick |
static short |
eBorderThin
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderThin |
static short |
eBottomBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderBottom |
static short |
eBottomBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
static short |
eDiagonalDownBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderDiagDown |
static short |
eDiagonalDownBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
static short |
eDiagonalUpBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderDiagUp |
static short |
eDiagonalUpBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
static short |
eHidden
Deprecated. Replaced by com.f1j.ss.ProtectionFormat.eHidden |
static short |
eHorizontalInsideBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderInsideHoriz |
static short |
eHorizontalInsideBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
static short |
eLeftBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderLeft |
static short |
eLeftBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
static short |
eLocked
Deprecated. Replaced by com.f1j.ss.ProtectionFormat.eLocked |
static short |
eMergeCells
Deprecated. Replaced by com.f1j.ss.AlignFormat.eMergeCells |
static short |
eRightBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderRight |
static short |
eRightBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
static short |
eTopBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderTop |
static short |
eTopBorderColor
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderDiagDown |
static short |
eValidationRule
Deprecated. Replaced by com.f1j.ss.ValidationFormat.eRule |
static short |
eValidationText
Deprecated. Replaced by com.f1j.ss.ValidationFormat.eText |
static short |
eVerticalInsideBorder
Deprecated. Replaced by com.f1j.ss.BorderFormat.eBorderInsideVert |
static short |
eVerticalInsideBorderColor
Deprecated. use calls com.f1j.ss.BorderFormat.getColor() and com.f1j.ss.BorderFormat.setStyleAndColor() |
| Method Summary | |
AlignFormat |
align()
Returns the alignment format object for this object. |
BorderFormat |
border()
Returns the border format object for this object. |
FillFormat |
fill()
Returns the fill format object for this object. |
FontFormat |
font()
Returns the font format object for this object. |
short |
getBottomBorder()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getStyle(EProperty) |
int |
getBottomBorderColor()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getColor(EProperty) |
short |
getHorizontalInsideBorder()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getStyle(EProperty) |
int |
getHorizontalInsideBorderColor()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getColor(EProperty) |
short |
getLeftBorder()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getStyle(EProperty) |
int |
getLeftBorderColor()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getColor(EProperty) |
short |
getRightBorder()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getStyle(EProperty) |
int |
getRightBorderColor()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getColor(EProperty) |
short |
getTopBorder()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getStyle(EProperty) |
int |
getTopBorderColor()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getColor(EProperty) |
java.lang.String |
getValidationRule()
Deprecated. Replaced by com.f1j.ss.ValidationFormat.getRule(int, int) |
java.lang.String |
getValidationRuleLocal()
Deprecated. Replaced by com.f1j.ss.ValidationFormat.getRuleLocal(int, int) |
java.lang.String |
getValidationText()
Deprecated. Replaced by com.f1j.ss.ValidationFormat.getText() |
short |
getVerticalInsideBorder()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getStyle(EProperty) |
int |
getVerticalInsideBorderColor()
Deprecated. Replaced by com.f1j.ss.BorderFormat.getColor(EProperty) |
boolean |
isHidden()
Deprecated. Replaced by com.f1j.ss.ProtectionFormat.isHidden() |
boolean |
isLocked()
Deprecated. Replaced by com.f1j.ss.ProtectionFormat.isLocked() |
boolean |
isMergeCells()
Deprecated. Replaced by com.f1j.ss.AlignFormat.isMergeCells |
boolean |
isUndefined(short property)
Deprecated. Replaced by com.f1j.util.FormatBase.isUndefined(EProperty) |
NumberFormat |
number()
Returns the number format object for this object. |
ProtectionFormat |
protection()
Returns the protection format object for this object. |
void |
setBottomBorder(short bottom)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setStyle(EProperty, EStyle) |
void |
setBottomBorderColor(int bottom)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setColor(EProperty, int) |
void |
setHidden(boolean hidden)
Deprecated. Replaced by com.f1j.ss.ProtectionFormat.setHidden(boolean) |
void |
setHorizontalInsideBorder(short horizontalInside)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setStyle(EProperty, EStyle) |
void |
setHorizontalInsideBorderColor(int horizontalInside)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setColor(EProperty, int) |
void |
setLeftBorder(short left)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setStyle(EProperty, EStyle) |
void |
setLeftBorderColor(int left)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setColor(EProperty, int) |
void |
setLocked(boolean locked)
Deprecated. Replaced by com.f1j.ss.ProtectionFormat.setLocked(boolean) |
void |
setMergeCells(boolean mergeCells)
Deprecated. Replaced by com.f1j.ss.AlignFormat.setMergeCells(boolean) |
void |
setPattern(short iStyle)
Deprecated. Replaced by com.f1j.paint.FillFormat.setPattern(EPattern) |
void |
setRightBorder(short right)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setStyle(EProperty, EStyle) |
void |
setRightBorderColor(int right)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setColor(EProperty, int) |
void |
setTopBorder(short top)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setStyle(EProperty, EStyle) |
void |
setTopBorderColor(int top)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setColor(EProperty, int) |
void |
setUndefined(short property,
boolean undefined)
Deprecated. Replaced by com.f1j.util.FormatBase.setUndefined(EProperty) |
void |
setValidationRule(Book book,
java.lang.String rule,
int row,
int col)
Deprecated. Replaced by com.f1j.ss.ValidationFormat.setRule(rule, row, col) |
void |
setValidationRuleLocal(Book book,
java.lang.String rule,
int row,
int col)
Deprecated. Replaced by com.f1j.ss.ValidationFormat.setRuleLocal(rule, row, col) |
void |
setValidationText(java.lang.String text)
Deprecated. Replaced by com.f1j.ss.ValidationFormat.setText(text) |
void |
setVerticalInsideBorder(short verticalInside)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setStyle(EProperty, EStyle) |
void |
setVerticalInsideBorderColor(int verticalInside)
Deprecated. Replaced by com.f1j.ss.BorderFormat.setColor(EProperty, int) |
void |
useAllFormats()
Instructs the CellFormat object to use all of the format settings. |
ValidationFormat |
validation()
Returns the validation format object for this object. |
| Field Detail |
public static final short eBorderNone
public static final short eBorderThin
public static final short eBorderMedium
public static final short eBorderDashed
public static final short eBorderDotted
public static final short eBorderThick
public static final short eBorderDouble
public static final short eBorderHair
public static final short eMergeCells
public static final short eValidationRule
public static final short eValidationText
public static final short eTopBorder
public static final short eLeftBorder
public static final short eBottomBorder
public static final short eRightBorder
public static final short eVerticalInsideBorder
public static final short eHorizontalInsideBorder
public static final short eDiagonalUpBorder
public static final short eDiagonalDownBorder
public static final short eTopBorderColor
public static final short eLeftBorderColor
public static final short eBottomBorderColor
public static final short eRightBorderColor
public static final short eVerticalInsideBorderColor
public static final short eHorizontalInsideBorderColor
public static final short eDiagonalUpBorderColor
public static final short eDiagonalDownBorderColor
public static final short eHidden
public static final short eLocked
| Method Detail |
public short getBottomBorder()
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13setBottomBorder(short)public int getBottomBorderColor()
setBottomBorderColor(int)public short getHorizontalInsideBorder()
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13setHorizontalInsideBorder(short)public int getHorizontalInsideBorderColor()
setHorizontalInsideBorderColor(int)public short getLeftBorder()
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13setLeftBorder(short)public int getLeftBorderColor()
setLeftBorderColor(int)public short getRightBorder()
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13setRightBorder(short)public int getRightBorderColor()
setRightBorderColor(int)public short getTopBorder()
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13setTopBorder(short)public int getTopBorderColor()
setTopBorderColor(int)public java.lang.String getValidationRule()
"(A1 > 100)").setValidationRule(com.f1j.ss.Book, java.lang.String, int, int)public java.lang.String getValidationRuleLocal()
"(A1 > 100)").setValidationRuleLocal(com.f1j.ss.Book, java.lang.String, int, int)public java.lang.String getValidationText()
setValidationText(String)public short getVerticalInsideBorder()
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13setVerticalInsideBorder(short)public int getVerticalInsideBorderColor()
setVerticalInsideBorderColor(int)public boolean isHidden()
true = hidden. false = not hidden.setHidden(boolean)public boolean isLocked()
true = locked. false = not locked.setLocked(boolean)public boolean isMergeCells()
true = cells are merged.setMergeCells(boolean)
public boolean isUndefined(short property)
throws F1Exception
CellFormat attribute has been defined.property - One of the following CellFormat attributes:
eFontName |
eFontSize |
eFontBold |
eFontItalic |
eFontUnderline |
eFontStrikeout |
eFontColor |
eFontOutline |
eFontShadow |
eHorizontalAlignment |
eVerticalAlignment |
eWordWrap |
eOrientation |
eMergeCells |
ePattern |
ePatternFG |
ePatternBG |
eValueFormat |
eValueFormatType |
eValidationRule |
eValidationText |
eTopBorder |
eLeftBorder |
eBottomBorder |
eRightBorder |
eVerticalInsideBorder |
eHorizontalInsideBorder |
eTopBorderColor |
eLeftBorderColor |
eBottomBorderColor |
eRightBorderColor |
eVerticalInsideBorder |
eHorizontalInsideBorder |
eHidden |
eLocked |
true = the attribute is undefined. false =
the attribute is defined. if an attribute for any cell in the range is defined
this method returns false.setUndefined(short, boolean)
public void setBottomBorder(short bottom)
throws F1Exception
bottom - one of the following border styles:
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13getBottomBorder()
public void setBottomBorderColor(int bottom)
throws F1Exception
bottom - an int that describes the border color as a four-byte integer in the
format 0x00RRGGBB. See the getPaletteRGB method for more information.getBottomBorderColor()public void setPattern(short iStyle)
iStyle - a number corresponding to the e.Spreadsheet patterns.
Patterns are only supported under Java 2.
Under Java 1.1, patterns will be displayed as solid.
ePatternNull |
ePatternSolid |
ePattern50Percent |
ePattern70Percent |
ePattern25Percent |
ePatternDarkHorizontal |
ePatternDarkVertical |
ePatternWideDownwardDiagonal |
ePatternWideUpwardDiagonal |
ePatternSmallCheckerBoard |
ePatternTrellis |
ePatternLightHorizontal |
ePatternLightVertical |
ePatternLightDownwardDiagonal |
ePatternLightUpwardDiagonal |
ePatternSmallGrid |
ePattern30Percent |
ePattern20Percent |
ePattern10Percent |
ePattern5Percent |
ePattern40Percent |
ePattern60Percent |
ePattern75Percent |
ePattern80Percent |
ePattern90Percent |
ePatternLargeCheckerBoard |
ePatternLargeGrid |
ePatternDottedGrid |
ePatternHorizontalBrick |
ePatternDiagonalBrick |
ePatternNarrowVertical |
ePatternNarrowHorizontal |
ePatternDashedVertical |
ePatternDashedHorizontal |
ePatternDarkDownwardDiagonal |
ePatternDarkUpwardDiagonal |
ePatternDashedDownwardDiagonal |
ePatternDashedUpwardDiagonal |
ePatternSolidDiamond |
ePatternOutlinedDiamond |
ePatternDottedDiamond |
ePatternLargeConfetti |
ePatternSmallConfetti |
ePatternZigZag |
ePatternDivot |
ePatternWave |
ePatternShingle |
ePatternWeave |
ePatternPlaid |
ePatternSphere |
ePatternHorzGradient |
ePatternVertGradient |
ePatternDiagGradient |
ePatternRevDiagGradient |
ePatternMidHorzGradient |
ePatternMidVertGradient |
ePatternMidDiagGradient |
ePatternMidRevDiagGradient |
ePatternHorzVertGradient |
ePatternVertHorzGradient |
ePatternRevHorzVertGradient |
ePatternRevVertHorzGradient |
ePatternCenterGradient |
ePatternMidGradient |
ePatternNewsPrint |
ePatternRecycledPaper |
ePatternParchment |
ePatternStationary |
ePatternGreenMarble |
ePatternWhiteMarble |
ePatternBrownMarble |
ePatternGranite |
ePatternBlueTissuePaper |
ePatternPinkTissuePaper |
ePatternPurpleMesh |
ePatternBouquet |
ePatternPapyrus |
ePatternCanvas |
ePatternDenim |
ePatternWovenMat |
ePatternWaterDroplets |
ePatternPaperBag |
ePatternFishFossil |
ePatternSand |
ePatternCork |
ePatternWalnut |
ePatternOak |
ePatternMediumWood |
ePatternName |
FormatImpl.getPattern()public void setHidden(boolean hidden)
hidden - boolean. true = hidden. false = visible.isHidden()
public void setHorizontalInsideBorder(short horizontalInside)
throws F1Exception
horizontalInside - short integer representing one of
the following border styles:
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13getHorizontalInsideBorder()public void setHorizontalInsideBorderColor(int horizontalInside)
horizontalInside - an int representing the color as a four-byte integer in the
format 0x00RRGGBB. See the getPaletteRGB method for more information.getHorizontalInsideBorderColor()
public void setLeftBorder(short left)
throws F1Exception
left - one of the following border styles:
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13getLeftBorder()public void setLeftBorderColor(int left)
left - an int that describes the border color as a four-byte integer in the
format 0x00RRGGBB. See the getPaletteRGB method for more information.getLeftBorderColor()public void setLocked(boolean locked)
locked - boolean. true = lock the cell. false =
unlock the cell.isLocked()public void setMergeCells(boolean mergeCells)
mergeCells attribute.mergeCells - boolean. Indicates whether cells are to be merged.isMergeCells()
public void setRightBorder(short right)
throws F1Exception
right - one of the following border styles:
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13getRightBorder()
public void setRightBorderColor(int right)
throws F1Exception
right - an int that describes the border color as a four-byte integer in the
format 0x00RRGGBB. See the getPaletteRGB method for more information.getRightBorderColor()
public void setTopBorder(short top)
throws F1Exception
top - one of the following border styles:
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13getTopBorder()
public void setTopBorderColor(int top)
throws F1Exception
top - an int that describes the border color as a four-byte integer in the
format 0x00RRGGBB. See the getPaletteRGB method for more information.getTopBorderColor()
public void setUndefined(short property,
boolean undefined)
throws F1Exception
property - One of the following attributes:
eFontName |
eFontSize |
eFontBold |
eFontItalic |
eFontUnderline |
eFontStrikeout |
eFontColor |
eFontOutline |
eFontShadow |
eHorizontalAlignment |
eVerticalAlignment |
eWordWrap |
eOrientation |
eMergeCells |
ePattern |
ePatternFG |
ePatternBG |
eValueFormat |
eValueFormatType |
eValidationRule |
eValidationText |
eTopBorder |
eLeftBorder |
eBottomBorder |
eRightBorder |
eVerticalInsideBorder |
eHorizontalInsideBorder |
eTopBorderColor |
eLeftBorderColor |
eBottomBorderColor |
eRightBorderColor |
eVerticalInsideBorder |
eHorizontalInsideBorder |
eHidden |
eLocked |
undefined - boolean. true = the attribute is not defined.isUndefined(short)
public void setValidationRule(Book book,
java.lang.String rule,
int row,
int col)
throws F1Exception
book - the Book this validation rule will apply to.rule - the validation rule expression (such as "(A1>100)").
The cell reference in the expression represents the ending point of a calculated
relative reference.row - the coordinate of the row used as a starting point for the calculated
relative reference.col - the coordinate of the column used as the starting point for the
calculated relative reference.getValidationRule()
public void setValidationRuleLocal(Book book,
java.lang.String rule,
int row,
int col)
throws F1Exception
book - the Book to which this validation rule will apply.rule - the validation rule expression, such as (such as "(A1>100)").
The cell reference in the expression represents the ending point of a calculated
relative reference.row - the coordinate of the row used as a starting point for the
calculated relative reference.col - the coordinate of the column used as the starting point for the
calculated relative reference.getValidationRule()public void setValidationText(java.lang.String text)
text - the text to display if the entered data does not meet the
condition specified by the validation expression.getValidationText()
public void setVerticalInsideBorder(short verticalInside)
throws F1Exception
verticalInside - One of the following border styles:
eBorderNone = 0
eBorderThin = 1
eBorderMedium = 2
eBorderDashed = 3
eBorderDotted = 4
eBorderThick = 5
eBorderDouble = 6
eBorderHair = 7
eBorderMediumDash = 8
eBorderDashDot = 9
eBorderMediumDashDot = 10
eBorderDashDotDot = 11
eBorderMediumDashDotDot = 12
eBorderSlantedDashDot = 13getVerticalInsideBorder()
public void setVerticalInsideBorderColor(int verticalInside)
throws F1Exception
verticalInside - an int that describes the border color as a four-byte integer
in the format 0x00RRGGBB. See the getPaletteRGB method for more information.getVerticalInsideBorderColor()public void useAllFormats()
CellFormat object to use all of the format settings.
Normally the CellFormat object will not use format settings unless
the format or a related format has been set with an explicit
call to a set*() method. To copy a format from one place to another
you must call useAllFormats() in between the calls to
getCellFormat(...) and setCellFormat(...).
The groups are:
public AlignFormat align()
AlignFormatpublic BorderFormat border()
BorderFormatpublic FillFormat fill()
FillFormatpublic FontFormat font()
FontFormatpublic NumberFormat number()
NumberFormatpublic ProtectionFormat protection()
ProtectionFormatpublic ValidationFormat validation()
ValidationFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||