Class LayoutHeader
java.lang.Object
com.independentsoft.office.diagrams.LayoutHeader
The Class LayoutHeader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the categories.Gets the default style.Gets the descriptions.Gets the minimum version.Gets the resource id.Gets the titles.Gets the unique id.voidsetDefaultStyle(String defaultStyle)Sets the default style.voidsetMinimumVersion(String minimumVersion)Sets the minimum version.voidsetResourceID(String resourceID)Sets the resource id.voidsetUniqueID(String uniqueID)Sets the unique id.toString()
-
Constructor Details
-
LayoutHeader
public LayoutHeader()Instantiates a new layout header.
-
-
Method Details
-
clone
-
toString
-
getCategories
Gets the categories.- Returns:
- the categories
-
getDescriptions
Gets the descriptions.- Returns:
- the descriptions
-
getTitles
Gets the titles.- Returns:
- the titles
-
getDefaultStyle
Gets the default style.- Returns:
- the default style
-
setDefaultStyle
Sets the default style.- Parameters:
defaultStyle- the new default style
-
getMinimumVersion
Gets the minimum version.- Returns:
- the minimum version
-
setMinimumVersion
Sets the minimum version.- Parameters:
minimumVersion- the new minimum version
-
getResourceID
Gets the resource id.- Returns:
- the resource id
-
setResourceID
Sets the resource id.- Parameters:
resourceID- the new resource id
-
getUniqueID
Gets the unique id.- Returns:
- the unique id
-
setUniqueID
Sets the unique id.- Parameters:
uniqueID- the new unique id
-