Package com.docusign.click.model
Class AgreementStatementStyles
- java.lang.Object
-
- com.docusign.click.model.AgreementStatementStyles
-
public class AgreementStatementStyles extends Object
Control the display of the agreement statement..
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAgreementStatementStyles.DisplayEnumControl the display of the header.
-
Constructor Summary
Constructors Constructor Description AgreementStatementStyles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgreementStatementStylescolor(String color)color.AgreementStatementStylesdisplay(AgreementStatementStyles.DisplayEnum display)display.booleanequals(Object o)Compares objects.AgreementStatementStylesfontFamily(String fontFamily)fontFamily.AgreementStatementStylesfontSize(String fontSize)fontSize.AgreementStatementStylesfontStyle(String fontStyle)fontStyle.AgreementStatementStylesfontWeight(Object fontWeight)fontWeight.StringgetColor()Control the fore-ground color of the element..AgreementStatementStyles.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..inthashCode()Returns the HashCode.voidsetColor(String color)setColor.voidsetDisplay(AgreementStatementStyles.DisplayEnum display)setDisplay.voidsetFontFamily(String fontFamily)setFontFamily.voidsetFontSize(String fontSize)setFontSize.voidsetFontStyle(String fontStyle)setFontStyle.voidsetFontWeight(Object fontWeight)setFontWeight.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
color
public AgreementStatementStyles color(String color)
color.- Returns:
- AgreementStatementStyles
-
getColor
public String getColor()
Control the fore-ground color of the element..- Returns:
- color
-
setColor
public void setColor(String color)
setColor.
-
display
public AgreementStatementStyles display(AgreementStatementStyles.DisplayEnum display)
display.- Returns:
- AgreementStatementStyles
-
getDisplay
public AgreementStatementStyles.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(AgreementStatementStyles.DisplayEnum display)
setDisplay.
-
fontFamily
public AgreementStatementStyles fontFamily(String fontFamily)
fontFamily.- Returns:
- AgreementStatementStyles
-
getFontFamily
public String getFontFamily()
Control the font family of the text..- Returns:
- fontFamily
-
setFontFamily
public void setFontFamily(String fontFamily)
setFontFamily.
-
fontSize
public AgreementStatementStyles fontSize(String fontSize)
fontSize.- Returns:
- AgreementStatementStyles
-
getFontSize
public String getFontSize()
Control the font size of the text..- Returns:
- fontSize
-
setFontSize
public void setFontSize(String fontSize)
setFontSize.
-
fontStyle
public AgreementStatementStyles fontStyle(String fontStyle)
fontStyle.- Returns:
- AgreementStatementStyles
-
getFontStyle
public String getFontStyle()
Control the font style of the text..- Returns:
- fontStyle
-
setFontStyle
public void setFontStyle(String fontStyle)
setFontStyle.
-
fontWeight
public AgreementStatementStyles fontWeight(Object fontWeight)
fontWeight.- Returns:
- AgreementStatementStyles
-
getFontWeight
public Object getFontWeight()
Control the font weight of the text..- Returns:
- fontWeight
-
setFontWeight
public void setFontWeight(Object fontWeight)
setFontWeight.
-
equals
public boolean equals(Object o)
Compares objects.
-
-