Class Style
java.lang.Object
com.independentsoft.office.diagrams.Style
The Class Style.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the categories.Gets the descriptions.Gets the minimum version.Gets the scene3 d.Gets the style labels.Gets the titles.Gets the unique id.voidsetMinimumVersion(String minimumVersion)Sets the minimum version.voidsetScene3D(Scene3D scene3d)Sets the scene3 d.voidsetUniqueID(String uniqueID)Sets the unique id.toString()
-
Constructor Details
-
Style
public Style()Instantiates a new style.
-
-
Method Details
-
clone
-
toString
-
getCategories
Gets the categories.- Returns:
- the categories
-
getStyleLabels
Gets the style labels.- Returns:
- the style labels
-
getDescriptions
Gets the descriptions.- Returns:
- the descriptions
-
getTitles
Gets the titles.- Returns:
- the titles
-
getScene3D
Gets the scene3 d.- Returns:
- the scene3 d
-
setScene3D
Sets the scene3 d.- Parameters:
scene3d- the new scene3 d
-
getMinimumVersion
Gets the minimum version.- Returns:
- the minimum version
-
setMinimumVersion
Sets the minimum version.- Parameters:
minimumVersion- the new minimum version
-
getUniqueID
Gets the unique id.- Returns:
- the unique id
-
setUniqueID
Sets the unique id.- Parameters:
uniqueID- the new unique id
-