StyleFlag

Inheritance: java.lang.Object

public class StyleFlag

Represents flags which indicates applied formatting properties.

Constructors

ConstructorDescription
StyleFlag()Constructs an object with all flags as false.

Methods

MethodDescription
equals(Object arg0)
getAlignments()Alignment setting will be applied.
getAll()All properties will be applied.
getBorders()All borders settings will be applied.
getBottomBorder()Bottom border settings will be applied.
getCellShading()Cell shading setting will be applied.
getClass()
getDiagonalDownBorder()Diagonal down border settings will be applied.
getDiagonalUpBorder()Diagonal up border settings will be applied.
getFont()Font settings will be applied.
getFontBold()Font bold setting will be applied.
getFontColor()Font color setting will be applied.
getFontItalic()Font italic setting will be applied.
getFontName()Font name setting will be applied.
getFontScript()Font script setting will be applied.
getFontSize()Font size setting will be applied.
getFontStrike()Font strikeout setting will be applied.
getFontUnderline()Font underline setting will be applied.
getHideFormula()Hide formula setting will be applied.
getHorizontalAlignment()Horizontal alignment setting will be applied.
getIndent()Indent level setting will be applied.
getLeftBorder()Left border settings will be applied.
getLocked()Locked setting will be applied.
getNumberFormat()Number format setting will be applied.
getQuotePrefix()Hide formula setting will be applied.
getRightBorder()Right border settings will be applied.
getRotation()Rotation setting will be applied.
getShrinkToFit()Shrink to fit setting will be applied.
getTextDirection()Text direction setting will be applied.
getTopBorder()Top border settings will be applied.
getVerticalAlignment()Vertical alignment setting will be applied.
getWrapText()Wrap text setting will be applied.
hashCode()
notify()
notifyAll()
setAlignments(boolean value)Alignment setting will be applied.
setAll(boolean value)All properties will be applied.
setBorders(boolean value)All borders settings will be applied.
setBottomBorder(boolean value)Bottom border settings will be applied.
setCellShading(boolean value)Cell shading setting will be applied.
setDiagonalDownBorder(boolean value)Diagonal down border settings will be applied.
setDiagonalUpBorder(boolean value)Diagonal up border settings will be applied.
setFont(boolean value)Font settings will be applied.
setFontBold(boolean value)Font bold setting will be applied.
setFontColor(boolean value)Font color setting will be applied.
setFontItalic(boolean value)Font italic setting will be applied.
setFontName(boolean value)Font name setting will be applied.
setFontScript(boolean value)Font script setting will be applied.
setFontSize(boolean value)Font size setting will be applied.
setFontStrike(boolean value)Font strikeout setting will be applied.
setFontUnderline(boolean value)Font underline setting will be applied.
setHideFormula(boolean value)Hide formula setting will be applied.
setHorizontalAlignment(boolean value)Horizontal alignment setting will be applied.
setIndent(boolean value)Indent level setting will be applied.
setLeftBorder(boolean value)Left border settings will be applied.
setLocked(boolean value)Locked setting will be applied.
setNumberFormat(boolean value)Number format setting will be applied.
setQuotePrefix(boolean value)Hide formula setting will be applied.
setRightBorder(boolean value)Right border settings will be applied.
setRotation(boolean value)Rotation setting will be applied.
setShrinkToFit(boolean value)Shrink to fit setting will be applied.
setTextDirection(boolean value)Text direction setting will be applied.
setTopBorder(boolean value)Top border settings will be applied.
setVerticalAlignment(boolean value)Vertical alignment setting will be applied.
setWrapText(boolean value)Wrap text setting will be applied.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

StyleFlag()

public StyleFlag()

Constructs an object with all flags as false.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAlignments()

public boolean getAlignments()

Alignment setting will be applied.

Returns: boolean

getAll()

public boolean getAll()

All properties will be applied.

Returns: boolean

getBorders()

public boolean getBorders()

All borders settings will be applied.

Returns: boolean

getBottomBorder()

public boolean getBottomBorder()

Bottom border settings will be applied.

Returns: boolean

getCellShading()

public boolean getCellShading()

Cell shading setting will be applied.

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDiagonalDownBorder()

public boolean getDiagonalDownBorder()

Diagonal down border settings will be applied.

Returns: boolean

getDiagonalUpBorder()

public boolean getDiagonalUpBorder()

Diagonal up border settings will be applied.

Returns: boolean

getFont()

public boolean getFont()

Font settings will be applied.

Returns: boolean

getFontBold()

public boolean getFontBold()

Font bold setting will be applied.

Returns: boolean

getFontColor()

public boolean getFontColor()

Font color setting will be applied.

Returns: boolean

getFontItalic()

public boolean getFontItalic()

Font italic setting will be applied.

Returns: boolean

getFontName()

public boolean getFontName()

Font name setting will be applied.

Returns: boolean

getFontScript()

public boolean getFontScript()

Font script setting will be applied.

Returns: boolean

getFontSize()

public boolean getFontSize()

Font size setting will be applied.

Returns: boolean

getFontStrike()

public boolean getFontStrike()

Font strikeout setting will be applied.

Returns: boolean

getFontUnderline()

public boolean getFontUnderline()

Font underline setting will be applied.

Returns: boolean

getHideFormula()

public boolean getHideFormula()

Hide formula setting will be applied.

Returns: boolean

getHorizontalAlignment()

public boolean getHorizontalAlignment()

Horizontal alignment setting will be applied.

Returns: boolean

getIndent()

public boolean getIndent()

Indent level setting will be applied.

Returns: boolean

getLeftBorder()

public boolean getLeftBorder()

Left border settings will be applied.

Returns: boolean

getLocked()

public boolean getLocked()

Locked setting will be applied.

Returns: boolean

getNumberFormat()

public boolean getNumberFormat()

Number format setting will be applied.

Returns: boolean

getQuotePrefix()

public boolean getQuotePrefix()

Hide formula setting will be applied.

Returns: boolean

getRightBorder()

public boolean getRightBorder()

Right border settings will be applied.

Returns: boolean

getRotation()

public boolean getRotation()

Rotation setting will be applied.

Returns: boolean

getShrinkToFit()

public boolean getShrinkToFit()

Shrink to fit setting will be applied.

Returns: boolean

getTextDirection()

public boolean getTextDirection()

Text direction setting will be applied.

Returns: boolean

getTopBorder()

public boolean getTopBorder()

Top border settings will be applied.

Returns: boolean

getVerticalAlignment()

public boolean getVerticalAlignment()

Vertical alignment setting will be applied.

Returns: boolean

getWrapText()

public boolean getWrapText()

Wrap text setting will be applied.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAlignments(boolean value)

public void setAlignments(boolean value)

Alignment setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setAll(boolean value)

public void setAll(boolean value)

All properties will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setBorders(boolean value)

public void setBorders(boolean value)

All borders settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setBottomBorder(boolean value)

public void setBottomBorder(boolean value)

Bottom border settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setCellShading(boolean value)

public void setCellShading(boolean value)

Cell shading setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setDiagonalDownBorder(boolean value)

public void setDiagonalDownBorder(boolean value)

Diagonal down border settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setDiagonalUpBorder(boolean value)

public void setDiagonalUpBorder(boolean value)

Diagonal up border settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFont(boolean value)

public void setFont(boolean value)

Font settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontBold(boolean value)

public void setFontBold(boolean value)

Font bold setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontColor(boolean value)

public void setFontColor(boolean value)

Font color setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontItalic(boolean value)

public void setFontItalic(boolean value)

Font italic setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontName(boolean value)

public void setFontName(boolean value)

Font name setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontScript(boolean value)

public void setFontScript(boolean value)

Font script setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontSize(boolean value)

public void setFontSize(boolean value)

Font size setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontStrike(boolean value)

public void setFontStrike(boolean value)

Font strikeout setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setFontUnderline(boolean value)

public void setFontUnderline(boolean value)

Font underline setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setHideFormula(boolean value)

public void setHideFormula(boolean value)

Hide formula setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setHorizontalAlignment(boolean value)

public void setHorizontalAlignment(boolean value)

Horizontal alignment setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setIndent(boolean value)

public void setIndent(boolean value)

Indent level setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setLeftBorder(boolean value)

public void setLeftBorder(boolean value)

Left border settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setLocked(boolean value)

public void setLocked(boolean value)

Locked setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setNumberFormat(boolean value)

public void setNumberFormat(boolean value)

Number format setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setQuotePrefix(boolean value)

public void setQuotePrefix(boolean value)

Hide formula setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setRightBorder(boolean value)

public void setRightBorder(boolean value)

Right border settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setRotation(boolean value)

public void setRotation(boolean value)

Rotation setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setShrinkToFit(boolean value)

public void setShrinkToFit(boolean value)

Shrink to fit setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setTextDirection(boolean value)

public void setTextDirection(boolean value)

Text direction setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setTopBorder(boolean value)

public void setTopBorder(boolean value)

Top border settings will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setVerticalAlignment(boolean value)

public void setVerticalAlignment(boolean value)

Vertical alignment setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

setWrapText(boolean value)

public void setWrapText(boolean value)

Wrap text setting will be applied.

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int