Class StyleHeader
java.lang.Object
com.independentsoft.office.diagrams.StyleHeader
The Class StyleHeader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the categories.Gets the descriptions.Gets the minimum version.Gets the resource id.Gets the titles.Gets the unique id.voidsetMinimumVersion(String minimumVersion)Sets the minimum version.voidsetResourceID(String resourceID)Sets the resource id.voidsetUniqueID(String uniqueID)Sets the unique id.toString()
-
Constructor Details
-
StyleHeader
public StyleHeader()Instantiates a new style 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
-
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
-