Package com.independentsoft.office.word
Class Underline
java.lang.Object
com.independentsoft.office.word.Underline
The Class Underline.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new underline.Underline(UnderlinePattern pattern)Instantiates a new underline. -
Method Summary
Modifier and TypeMethodDescriptionclone()getColor()Gets the color.Gets the pattern.Gets the theme color.intGets the theme shade.intGets the theme tint.voidSets the color.voidsetPattern(UnderlinePattern pattern)Sets the pattern.voidsetThemeColor(ThemeColor themeColor)Sets the theme color.voidsetThemeShade(int themeShade)Sets the theme shade.voidsetThemeTint(int themeTint)Sets the theme tint.toString()
-
Constructor Details
-
Underline
public Underline()Instantiates a new underline. -
Underline
Instantiates a new underline.- Parameters:
pattern- the pattern
-
-
Method Details
-
clone
-
toString
-
getPattern
Gets the pattern.- Returns:
- the pattern
-
setPattern
Sets the pattern.- Parameters:
pattern- the new pattern
-
getColor
Gets the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the new color
-
getThemeColor
Gets the theme color.- Returns:
- the theme color
-
setThemeColor
Sets the theme color.- Parameters:
themeColor- the new theme color
-
getThemeShade
public int getThemeShade()Gets the theme shade.- Returns:
- the theme shade
-
setThemeShade
public void setThemeShade(int themeShade)Sets the theme shade.- Parameters:
themeShade- the new theme shade
-
getThemeTint
public int getThemeTint()Gets the theme tint.- Returns:
- the theme tint
-
setThemeTint
public void setThemeTint(int themeTint)Sets the theme tint.- Parameters:
themeTint- the new theme tint
-