Class DocumentStyleAPI
java.lang.Object
chemaxon.marvin.sketch.swing.modules.documentstyle.DocumentStyleAPI
API for DocumentStyle management.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of available DocumentStyle namesCreates a string used for Image Export, without format.
-
Constructor Details
-
DocumentStyleAPI
public DocumentStyleAPI()
-
-
Method Details
-
getAvailableStyles
Gets the list of available DocumentStyle names- Returns:
- the style names as a list
-
getImageExportParameterStringForStyle
Creates a string used for Image Export, without format.The returned string starts with a colon, append the returned value to a format string.
- Parameters:
name
- the name of the style available fromgetAvailableStyles()
- Returns:
- the style as an image export parameter string
-