@Deprecated public abstract class ComparisonFontBase extends Object
interface IComparisonFont
Constructor and Description |
---|
ComparisonFontBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
getAsposeObject()
Deprecated.
|
com.aspose.cells.Color |
getCellsColorInternal()
Deprecated.
Get cells color internal com . aspose . cells . color.
|
Color |
getColor()
Deprecated.
Gets or sets the color.
|
com.aspose.ms.System.Drawing.Color |
getColorInternal()
Deprecated.
Get color internal color.
|
String |
getName()
Deprecated.
Gets or sets the name.
|
int |
getSize()
Deprecated.
Gets or sets the size.
|
int |
getStrikeType()
Deprecated.
Gets or sets the type of the strike.
|
int |
getUnderline()
Deprecated.
Gets or sets the underline.
|
boolean |
isBold()
Deprecated.
Gets or sets a value indicating whether this instance is bold.
|
boolean |
isItalic()
Deprecated.
Gets or sets a value indicating whether this instance is italic.
|
boolean |
isNormalizeHeights()
Deprecated.
Gets or sets a value indicating whether this instance is normalize heights.
|
boolean |
isStrikeout()
Deprecated.
Gets or sets a value indicating whether this instance is strikeout.
|
boolean |
isSubscript()
Deprecated.
Gets or sets a value indicating whether this instance is subscript.
|
boolean |
isSuperscript()
Deprecated.
Gets or sets a value indicating whether this instance is superscript.
|
void |
setBold(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is bold.
|
void |
setColor(Color value)
Deprecated.
Gets or sets the color.
|
abstract void |
setFontProperties(ComparisonFontBase targetFont)
Deprecated.
Sets the font properties.
|
void |
setItalic(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is italic.
|
void |
setName(String value)
Deprecated.
Gets or sets the name.
|
void |
setNormalizeHeights(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is normalize heights.
|
void |
setSize(int value)
Deprecated.
Gets or sets the size.
|
void |
setStrikeout(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is strikeout.
|
void |
setStrikeType(int value)
Deprecated.
Gets or sets the type of the strike.
|
void |
setSubscript(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is subscript.
|
void |
setSuperscript(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is superscript.
|
void |
setUnderline(int value)
Deprecated.
Gets or sets the underline.
|
public Color getColor()
Gets or sets the color.
Value: The color.public com.aspose.ms.System.Drawing.Color getColorInternal()
public com.aspose.cells.Color getCellsColorInternal()
public void setColor(Color value)
Gets or sets the color.
Value: The color.value
- the valuepublic boolean isBold()
Gets or sets a value indicating whether this instance is bold.
Value:true
if this instance is bold; otherwise, false
.public void setBold(boolean value)
Gets or sets a value indicating whether this instance is bold.
Value:true
if this instance is bold; otherwise, false
.value
- the valuepublic boolean isItalic()
Gets or sets a value indicating whether this instance is italic.
Value:true
if this instance is italic; otherwise, false
.public void setItalic(boolean value)
Gets or sets a value indicating whether this instance is italic.
Value:true
if this instance is italic; otherwise, false
.value
- the valuepublic boolean isNormalizeHeights()
Gets or sets a value indicating whether this instance is normalize heights.
Value:true
if this instance is normalize heights; otherwise, false
.public void setNormalizeHeights(boolean value)
Gets or sets a value indicating whether this instance is normalize heights.
Value:true
if this instance is normalize heights; otherwise, false
.value
- the valuepublic boolean isStrikeout()
Gets or sets a value indicating whether this instance is strikeout.
Value:true
if this instance is strikeout; otherwise, false
.public void setStrikeout(boolean value)
Gets or sets a value indicating whether this instance is strikeout.
Value:true
if this instance is strikeout; otherwise, false
.value
- the valuepublic boolean isSubscript()
Gets or sets a value indicating whether this instance is subscript.
Value:true
if this instance is subscript; otherwise, false
.public void setSubscript(boolean value)
Gets or sets a value indicating whether this instance is subscript.
Value:true
if this instance is subscript; otherwise, false
.value
- the valuepublic boolean isSuperscript()
Gets or sets a value indicating whether this instance is superscript.
Value:true
if this instance is superscript; otherwise, false
.public void setSuperscript(boolean value)
Gets or sets a value indicating whether this instance is superscript.
Value:true
if this instance is superscript; 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 getSize()
Gets or sets the size.
Value: The size.public void setSize(int value)
Gets or sets the size.
Value: The size.value
- the valuepublic int getStrikeType()
Gets or sets the type of the strike.
Value: The type of the strike.public void setStrikeType(int value)
Gets or sets the type of the strike.
Value: The type of the strike.value
- the valuepublic int getUnderline()
Gets or sets the underline.
Value: The underline.public void setUnderline(int value)
Gets or sets the underline.
Value: The underline.value
- the valuepublic abstract void setFontProperties(ComparisonFontBase targetFont)
Sets the font properties.
targetFont
- The target font.public abstract Object getAsposeObject()
Copyright © 2018. All rights reserved.