Package com.docusign.click.model
Class HeaderStyles
- java.lang.Object
-
- com.docusign.click.model.HeaderStyles
-
public class HeaderStyles extends Object
Control the display of the header..
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeaderStyles.DisplayEnumControl the display of the header.
-
Constructor Summary
Constructors Constructor Description HeaderStyles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderStylescolor(String color)color.HeaderStylesdisplay(HeaderStyles.DisplayEnum display)display.booleanequals(Object o)Compares objects.HeaderStylesfontFamily(String fontFamily)fontFamily.HeaderStylesfontSize(String fontSize)fontSize.HeaderStylesfontStyle(String fontStyle)fontStyle.HeaderStylesfontWeight(Object fontWeight)fontWeight.StringgetColor()Control the fore-ground color of the element..HeaderStyles.DisplayEnumgetDisplay()Control the display of the header.StringgetFontFamily()Control the font family of the text..StringgetFontSize()Control the font size of the text..StringgetFontStyle()Control the font style of the text..ObjectgetFontWeight()Control the font weight of the text..StringgetTextDecoration()Control the underline and other styles of the text..inthashCode()Returns the HashCode.voidsetColor(String color)setColor.voidsetDisplay(HeaderStyles.DisplayEnum display)setDisplay.voidsetFontFamily(String fontFamily)setFontFamily.voidsetFontSize(String fontSize)setFontSize.voidsetFontStyle(String fontStyle)setFontStyle.voidsetFontWeight(Object fontWeight)setFontWeight.voidsetTextDecoration(String textDecoration)setTextDecoration.HeaderStylestextDecoration(String textDecoration)textDecoration.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
color
public HeaderStyles color(String color)
color.- Returns:
- HeaderStyles
-
getColor
public String getColor()
Control the fore-ground color of the element..- Returns:
- color
-
setColor
public void setColor(String color)
setColor.
-
display
public HeaderStyles display(HeaderStyles.DisplayEnum display)
display.- Returns:
- HeaderStyles
-
getDisplay
public HeaderStyles.DisplayEnum getDisplay()
Control the display of the header. Can only be set to 'none' over the default for hiding purposes..- Returns:
- display
-
setDisplay
public void setDisplay(HeaderStyles.DisplayEnum display)
setDisplay.
-
fontFamily
public HeaderStyles fontFamily(String fontFamily)
fontFamily.- Returns:
- HeaderStyles
-
getFontFamily
public String getFontFamily()
Control the font family of the text..- Returns:
- fontFamily
-
setFontFamily
public void setFontFamily(String fontFamily)
setFontFamily.
-
fontSize
public HeaderStyles fontSize(String fontSize)
fontSize.- Returns:
- HeaderStyles
-
getFontSize
public String getFontSize()
Control the font size of the text..- Returns:
- fontSize
-
setFontSize
public void setFontSize(String fontSize)
setFontSize.
-
fontStyle
public HeaderStyles fontStyle(String fontStyle)
fontStyle.- Returns:
- HeaderStyles
-
getFontStyle
public String getFontStyle()
Control the font style of the text..- Returns:
- fontStyle
-
setFontStyle
public void setFontStyle(String fontStyle)
setFontStyle.
-
fontWeight
public HeaderStyles fontWeight(Object fontWeight)
fontWeight.- Returns:
- HeaderStyles
-
getFontWeight
public Object getFontWeight()
Control the font weight of the text..- Returns:
- fontWeight
-
setFontWeight
public void setFontWeight(Object fontWeight)
setFontWeight.
-
textDecoration
public HeaderStyles textDecoration(String textDecoration)
textDecoration.- Returns:
- HeaderStyles
-
getTextDecoration
public String getTextDecoration()
Control the underline and other styles of the text..- Returns:
- textDecoration
-
setTextDecoration
public void setTextDecoration(String textDecoration)
setTextDecoration.
-
equals
public boolean equals(Object o)
Compares objects.
-
-