Package com.independentsoft.office.odf
Class HelpMessage
java.lang.Object
com.independentsoft.office.odf.HelpMessage
Represents a message to display if a user selects a cell.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Contains a collection of Paragraph objects.getTitle()Gets the title of a help or error message.booleanSpecifies whether a table is displayed.voidsetDisplayMessage(boolean displayMessage)Specifies whether a table is displayed.voidSets the title of a help or error message.toString()Converts the value of the current HelpMessage object to its equivalent string representation.
-
Constructor Details
-
HelpMessage
public HelpMessage()Initializes a new instance of the HelpMessage class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current HelpMessage object to its equivalent string representation. -
getParagraphs
Contains a collection of Paragraph objects.- Returns:
- the paragraphs
-
getTitle
Gets the title of a help or error message.- Returns:
- the title
-
setTitle
Sets the title of a help or error message.- Parameters:
title- the new title
-
isDisplayMessage
public boolean isDisplayMessage()Specifies whether a table is displayed.- Returns:
- true, if is display message
-
setDisplayMessage
public void setDisplayMessage(boolean displayMessage)Specifies whether a table is displayed.- Parameters:
displayMessage- the new display message
-