public class StyleSettings extends Object
Class StyleSettings
Constructor and Description |
---|
StyleSettings()
Initializes a new instance of the
StyleSettings class. |
Modifier and Type | Method and Description |
---|---|
String |
getBeginSeparatorString()
Gets or sets the begin separator string.
|
boolean |
getChartImage()
Deprecated.
|
Color |
getColor()
Gets or sets the color.
|
com.aspose.ms.System.Drawing.Color |
getColorInternal()
Get color internal color.
|
String |
getEndSeparatorString()
Gets or sets the end separator string.
|
int |
getSize()
Deprecated.
|
boolean |
isBold()
Gets or sets a value indicating whether this text is bold.
|
boolean |
isItalic()
Deprecated.
|
boolean |
isStrikeout()
Deprecated.
|
boolean |
isUnderlined()
Deprecated.
|
void |
setBeginSeparatorString(String value)
Gets or sets the begin separator string.
|
void |
setBold(boolean value)
Gets or sets a value indicating whether this text is bold.
|
void |
setChartImage(boolean value)
Deprecated.
|
void |
setColor(Color value)
Gets or sets the color.
|
void |
setEndSeparatorString(String value)
Gets or sets the end separator string.
|
void |
setItalic(boolean value)
Deprecated.
|
void |
setSize(int value)
Deprecated.
|
void |
setStrikeout(boolean value)
Deprecated.
|
void |
setUnderlined(boolean value)
Deprecated.
|
public StyleSettings()
Initializes a new instance of the StyleSettings
class.
public Color getColor()
Gets or sets the color.
Value: The color.public com.aspose.ms.System.Drawing.Color getColorInternal()
public void setColor(Color value)
Gets or sets the color.
Value: The color.value
- the value@Deprecated public int getSize()
Gets or sets the size.
Value: The size.@Deprecated public void setSize(int value)
Gets or sets the size.
Value: The size.value
- the valuepublic boolean isBold()
Gets or sets a value indicating whether this text is bold.
Value:true
if this text is bold; otherwise, false
.public void setBold(boolean value)
Gets or sets a value indicating whether this text is bold.
Value:true
if this text is bold; otherwise, false
.value
- the value@Deprecated public boolean getChartImage()
Gets or sets a value indicating whether [chart image].
Value:true
if [chart image]; otherwise, false
.@Deprecated public void setChartImage(boolean value)
Gets or sets a value indicating whether [chart image].
Value:true
if [chart image]; otherwise, false
.@Deprecated public boolean isItalic()
Gets or sets a value indicating whether this text is italic.
Value:true
if this text is italic; otherwise, false
.@Deprecated public void setItalic(boolean value)
Gets or sets a value indicating whether this text is italic.
Value:true
if this text is italic; otherwise, false
.value
- the value@Deprecated public boolean isUnderlined()
Gets or sets a value indicating whether this text is underlined.
Value:true
if this text is underlined; otherwise, false
.@Deprecated public void setUnderlined(boolean value)
Gets or sets a value indicating whether this text is underlined.
Value:true
if this text is underlined; otherwise, false
.value
- the value@Deprecated public boolean isStrikeout()
Gets or sets a value indicating whether this text is strikeout.
Value:true
if this text is strikeout; otherwise, false
.@Deprecated public void setStrikeout(boolean value)
Gets or sets a value indicating whether this text is strikeout.
Value:true
if this text is strikeout; otherwise, false
.value
- the valuepublic String getBeginSeparatorString()
Gets or sets the begin separator string.
Value: The begin separator string.public void setBeginSeparatorString(String value)
Gets or sets the begin separator string.
Value: The begin separator string.value
- the valuepublic String getEndSeparatorString()
Gets or sets the end separator string.
Value: The end separator string.public void setEndSeparatorString(String value)
Gets or sets the end separator string.
Value: The end separator string.value
- the valueCopyright © 2018. All rights reserved.