Package com.docusign.esign.model
Class DocumentHtmlDisplaySettings
- java.lang.Object
-
- com.docusign.esign.model.DocumentHtmlDisplaySettings
-
- All Implemented Interfaces:
Serializable
public class DocumentHtmlDisplaySettings extends Object implements Serializable
DocumentHtmlDisplaySettings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentHtmlDisplaySettings()
-
Method Summary
-
-
-
Method Detail
-
cellStyle
public DocumentHtmlDisplaySettings cellStyle(String cellStyle)
cellStyle.- Returns:
- DocumentHtmlDisplaySettings
-
getCellStyle
public String getCellStyle()
.- Returns:
- cellStyle
-
setCellStyle
public void setCellStyle(String cellStyle)
setCellStyle.
-
collapsibleSettings
public DocumentHtmlDisplaySettings collapsibleSettings(DocumentHtmlCollapsibleDisplaySettings collapsibleSettings)
collapsibleSettings.- Returns:
- DocumentHtmlDisplaySettings
-
getCollapsibleSettings
public DocumentHtmlCollapsibleDisplaySettings getCollapsibleSettings()
This object defines the appearance and function of a collapsible section or item..- Returns:
- collapsibleSettings
-
setCollapsibleSettings
public void setCollapsibleSettings(DocumentHtmlCollapsibleDisplaySettings collapsibleSettings)
setCollapsibleSettings.
-
display
public DocumentHtmlDisplaySettings display(String display)
display.- Returns:
- DocumentHtmlDisplaySettings
-
getDisplay
public String getDisplay()
.- Returns:
- display
-
setDisplay
public void setDisplay(String display)
setDisplay.
-
displayLabel
public DocumentHtmlDisplaySettings displayLabel(String displayLabel)
displayLabel.- Returns:
- DocumentHtmlDisplaySettings
-
getDisplayLabel
public String getDisplayLabel()
.- Returns:
- displayLabel
-
setDisplayLabel
public void setDisplayLabel(String displayLabel)
setDisplayLabel.
-
displayOrder
public DocumentHtmlDisplaySettings displayOrder(Integer displayOrder)
displayOrder.- Returns:
- DocumentHtmlDisplaySettings
-
getDisplayOrder
public Integer getDisplayOrder()
.- Returns:
- displayOrder
-
setDisplayOrder
public void setDisplayOrder(Integer displayOrder)
setDisplayOrder.
-
displayPageNumber
public DocumentHtmlDisplaySettings displayPageNumber(Integer displayPageNumber)
displayPageNumber.- Returns:
- DocumentHtmlDisplaySettings
-
getDisplayPageNumber
public Integer getDisplayPageNumber()
.- Returns:
- displayPageNumber
-
setDisplayPageNumber
public void setDisplayPageNumber(Integer displayPageNumber)
setDisplayPageNumber.
-
hideLabelWhenOpened
public DocumentHtmlDisplaySettings hideLabelWhenOpened(Boolean hideLabelWhenOpened)
hideLabelWhenOpened.- Returns:
- DocumentHtmlDisplaySettings
-
isHideLabelWhenOpened
public Boolean isHideLabelWhenOpened()
.- Returns:
- hideLabelWhenOpened
-
setHideLabelWhenOpened
public void setHideLabelWhenOpened(Boolean hideLabelWhenOpened)
setHideLabelWhenOpened.
-
inlineOuterStyle
public DocumentHtmlDisplaySettings inlineOuterStyle(String inlineOuterStyle)
inlineOuterStyle.- Returns:
- DocumentHtmlDisplaySettings
-
getInlineOuterStyle
public String getInlineOuterStyle()
.- Returns:
- inlineOuterStyle
-
setInlineOuterStyle
public void setInlineOuterStyle(String inlineOuterStyle)
setInlineOuterStyle.
-
labelWhenOpened
public DocumentHtmlDisplaySettings labelWhenOpened(String labelWhenOpened)
labelWhenOpened.- Returns:
- DocumentHtmlDisplaySettings
-
getLabelWhenOpened
public String getLabelWhenOpened()
.- Returns:
- labelWhenOpened
-
setLabelWhenOpened
public void setLabelWhenOpened(String labelWhenOpened)
setLabelWhenOpened.
-
preLabel
public DocumentHtmlDisplaySettings preLabel(String preLabel)
preLabel.- Returns:
- DocumentHtmlDisplaySettings
-
getPreLabel
public String getPreLabel()
.- Returns:
- preLabel
-
setPreLabel
public void setPreLabel(String preLabel)
setPreLabel.
-
scrollToTopWhenOpened
public DocumentHtmlDisplaySettings scrollToTopWhenOpened(Boolean scrollToTopWhenOpened)
scrollToTopWhenOpened.- Returns:
- DocumentHtmlDisplaySettings
-
isScrollToTopWhenOpened
public Boolean isScrollToTopWhenOpened()
.- Returns:
- scrollToTopWhenOpened
-
setScrollToTopWhenOpened
public void setScrollToTopWhenOpened(Boolean scrollToTopWhenOpened)
setScrollToTopWhenOpened.
-
tableStyle
public DocumentHtmlDisplaySettings tableStyle(String tableStyle)
tableStyle.- Returns:
- DocumentHtmlDisplaySettings
-
getTableStyle
public String getTableStyle()
.- Returns:
- tableStyle
-
setTableStyle
public void setTableStyle(String tableStyle)
setTableStyle.
-
equals
public boolean equals(Object o)
Compares objects.
-
-