@Deprecated public abstract class ComparisonStyleBase extends Object
interface IComparisonStyle
Constructor and Description |
---|
ComparisonStyleBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
getAsposeObject()
Deprecated.
|
Color |
getBackgroundColor()
Deprecated.
Gets or sets the color of the background.
|
com.aspose.cells.Color |
getBackgroundColorCellsInternal()
Deprecated.
Get background color cells internal com . aspose . cells . color.
|
com.aspose.ms.System.Drawing.Color |
getBackgroundColorInternal()
Deprecated.
Get background color internal color.
|
IComparisonBorderCollection |
getBorders()
Deprecated.
Gets the borders.
|
ComparisonFontBase |
getFont()
Deprecated.
Gets the font.
|
Color |
getForegroundColor()
Deprecated.
Gets or sets the color of the foreground.
|
com.aspose.cells.Color |
getForegroundColorCellsInternal()
Deprecated.
Gets foreground color cells internal.
|
com.aspose.ms.System.Drawing.Color |
getForegroundColorInternal()
Deprecated.
Get foreground color internal color.
|
int |
getHorizontalAlignment()
Deprecated.
Gets or sets the horizontal alignment.
|
String |
getName()
Deprecated.
Gets or sets the name.
|
int |
getNumber()
Deprecated.
Gets or sets the number.
|
int |
getRotationAngle()
Deprecated.
Gets or sets the rotation angle.
|
boolean |
getShrinkToFit()
Deprecated.
Gets or sets a value indicating whether [shrink to fit].
|
int |
getTextDirection()
Deprecated.
Gets or sets the text direction.
|
int |
getVerticalAlignment()
Deprecated.
Gets or sets the vertical alignment.
|
boolean |
isDateTime()
Deprecated.
Gets a value indicating whether this instance is date time.
|
boolean |
isFormulaHidden()
Deprecated.
Gets or sets a value indicating whether this instance is formula hidden.
|
boolean |
isGradient()
Deprecated.
Gets or sets a value indicating whether this instance is gradient.
|
boolean |
isJustifyDistributed()
Deprecated.
Gets or sets a value indicating whether this instance is justify distributed.
|
boolean |
isLocked()
Deprecated.
Gets or sets a value indicating whether this instance is locked.
|
boolean |
isPercent()
Deprecated.
Gets a value indicating whether this instance is percent.
|
boolean |
isTextWrapped()
Deprecated.
Gets or sets a value indicating whether this instance is text wrapped.
|
void |
setBackgroundColor(Color value)
Deprecated.
Gets or sets the color of the background.
|
void |
setBorders(IComparisonBorderCollection value)
Deprecated.
Gets the borders.
|
protected void |
setDateTime(boolean value)
Deprecated.
Gets a value indicating whether this instance is date time.
|
void |
setFont(ComparisonFontBase value)
Deprecated.
Gets the font.
|
void |
setForegroundColor(Color value)
Deprecated.
Gets or sets the color of the foreground.
|
void |
setFormulaHidden(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is formula hidden.
|
void |
setGradient(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is gradient.
|
void |
setHorizontalAlignment(int value)
Deprecated.
Gets or sets the horizontal alignment.
|
void |
setJustifyDistributed(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is justify distributed.
|
void |
setLocked(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is locked.
|
void |
setName(String value)
Deprecated.
Gets or sets the name.
|
void |
setNumber(int value)
Deprecated.
Gets or sets the number.
|
protected void |
setPercent(boolean value)
Deprecated.
Gets a value indicating whether this instance is percent.
|
void |
setRotationAngle(int value)
Deprecated.
Gets or sets the rotation angle.
|
void |
setShrinkToFit(boolean value)
Deprecated.
Gets or sets a value indicating whether [shrink to fit].
|
void |
setTextDirection(int value)
Deprecated.
Gets or sets the text direction.
|
void |
setTextWrapped(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is text wrapped.
|
void |
setVerticalAlignment(int value)
Deprecated.
Gets or sets the vertical alignment.
|
public Color getBackgroundColor()
Gets or sets the color of the background.
Value: The color of the background.public com.aspose.ms.System.Drawing.Color getBackgroundColorInternal()
public com.aspose.cells.Color getBackgroundColorCellsInternal()
public void setBackgroundColor(Color value)
Gets or sets the color of the background.
Value: The color of the background.value
- the valuepublic ComparisonFontBase getFont()
Gets the font.
Value: The font.public void setFont(ComparisonFontBase value)
Gets the font.
Value: The font.value
- the valuepublic Color getForegroundColor()
Gets or sets the color of the foreground.
Value: The color of the foreground.public com.aspose.cells.Color getForegroundColorCellsInternal()
public com.aspose.ms.System.Drawing.Color getForegroundColorInternal()
public void setForegroundColor(Color value)
Gets or sets the color of the foreground.
Value: The color of the foreground.value
- the valuepublic int getHorizontalAlignment()
Gets or sets the horizontal alignment.
Value: The horizontal alignment.public void setHorizontalAlignment(int value)
Gets or sets the horizontal alignment.
Value: The horizontal alignment.value
- the valuepublic boolean isDateTime()
Gets a value indicating whether this instance is date time.
Value:true
if this instance is date time; otherwise, false
.protected void setDateTime(boolean value)
Gets a value indicating whether this instance is date time.
Value:true
if this instance is date time; otherwise, false
.value
- the valuepublic boolean isFormulaHidden()
Gets or sets a value indicating whether this instance is formula hidden.
Value:true
if this instance is formula hidden; otherwise, false
.public void setFormulaHidden(boolean value)
Gets or sets a value indicating whether this instance is formula hidden.
Value:true
if this instance is formula hidden; otherwise, false
.value
- the valuepublic boolean isGradient()
Gets or sets a value indicating whether this instance is gradient.
Value:true
if this instance is gradient; otherwise, false
.public void setGradient(boolean value)
Gets or sets a value indicating whether this instance is gradient.
Value:true
if this instance is gradient; otherwise, false
.value
- the valuepublic boolean isJustifyDistributed()
Gets or sets a value indicating whether this instance is justify distributed.
Value:true
if this instance is justify distributed; otherwise, false
.public void setJustifyDistributed(boolean value)
Gets or sets a value indicating whether this instance is justify distributed.
Value:true
if this instance is justify distributed; otherwise, false
.value
- the valuepublic boolean isLocked()
Gets or sets a value indicating whether this instance is locked.
Value:true
if this instance is locked; otherwise, false
.public void setLocked(boolean value)
Gets or sets a value indicating whether this instance is locked.
Value:true
if this instance is locked; otherwise, false
.value
- the valuepublic boolean isPercent()
Gets a value indicating whether this instance is percent.
Value:true
if this instance is percent; otherwise, false
.protected void setPercent(boolean value)
Gets a value indicating whether this instance is percent.
Value:true
if this instance is percent; otherwise, false
.value
- the valuepublic boolean isTextWrapped()
Gets or sets a value indicating whether this instance is text wrapped.
Value:true
if this instance is text wrapped; otherwise, false
.public void setTextWrapped(boolean value)
Gets or sets a value indicating whether this instance is text wrapped.
Value:true
if this instance is text wrapped; otherwise, false
.value
- the valuepublic String getName()
Gets or sets the name.
Value: The name.public void setName(String value)
Gets or sets the name.
Value: The name.value
- the valuepublic int getNumber()
Gets or sets the number.
Value: The number.public void setNumber(int value)
Gets or sets the number.
Value: The number.value
- the valuepublic int getRotationAngle()
Gets or sets the rotation angle.
Value: The rotation angle.public void setRotationAngle(int value)
Gets or sets the rotation angle.
Value: The rotation angle.value
- the valuepublic boolean getShrinkToFit()
Gets or sets a value indicating whether [shrink to fit].
Value:true
if [shrink to fit]; otherwise, false
.public void setShrinkToFit(boolean value)
Gets or sets a value indicating whether [shrink to fit].
Value:true
if [shrink to fit]; otherwise, false
.value
- the valuepublic int getTextDirection()
Gets or sets the text direction.
Value: The text direction.public void setTextDirection(int value)
Gets or sets the text direction.
Value: The text direction.value
- the valuepublic int getVerticalAlignment()
Gets or sets the vertical alignment.
Value: The vertical alignment.public void setVerticalAlignment(int value)
Gets or sets the vertical alignment.
Value: The vertical alignment.value
- the valuepublic IComparisonBorderCollection getBorders()
Gets the borders.
Value: The borders.public void setBorders(IComparisonBorderCollection value)
Gets the borders.
Value: The borders.value
- the valuepublic abstract Object getAsposeObject()
Copyright © 2018. All rights reserved.