public final class LabelCustomization extends Customization implements java.io.Serializable
| Constructor and Description |
|---|
LabelCustomization()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHeadingDarkTextColor()
Provides the value for the dark heading text color.
|
java.lang.String |
getHeadingTextColor()
Provides the value for the heading text color.
|
java.lang.String |
getHeadingTextFontName()
Provides the value for heading text font name.
|
int |
getHeadingTextFontSize()
Provides the value for heading text font size is SP.
|
void |
setHeadingDarkTextColor(java.lang.String hexColorCode)
Sets the dark color of the heading label text.
|
void |
setHeadingTextColor(java.lang.String hexColorCode)
Sets the color of the heading label text.
|
void |
setHeadingTextFontName(java.lang.String headingTextFontName) |
void |
setHeadingTextFontSize(int headingTextFontSize)
Sets the font size of the heading label text in SP.
|
getDarkTextColor, getTextColor, getTextFontName, getTextFontSize, setDarkTextColor, setTextColor, setTextFontName, setTextFontSizepublic java.lang.String getHeadingTextColor()
Stringpublic void setHeadingTextColor(java.lang.String hexColorCode)
throws InvalidInputException
hexColorCode - String should be hexadecimal format, example: #999999InvalidInputException - if invalid input is provided.public java.lang.String getHeadingTextFontName()
Stringpublic void setHeadingTextFontName(java.lang.String headingTextFontName)
throws InvalidInputException
headingTextFontName - StringInvalidInputException - if invalid input is provided.public int getHeadingTextFontSize()
public void setHeadingTextFontSize(int headingTextFontSize)
throws InvalidInputException
headingTextFontSize - int value of heading text font size in SP.InvalidInputException - if invalid input is provided.public java.lang.String getHeadingDarkTextColor()
Stringpublic void setHeadingDarkTextColor(java.lang.String hexColorCode)
throws InvalidInputException
hexColorCode - String should be hexadecimal format, example: #999999InvalidInputException - if invalid input is provided.