Uses of Class
de.f0rce.ace.enums.AceExportType
| Package | Description |
|---|---|
| de.f0rce.ace | |
| de.f0rce.ace.enums |
-
Uses of AceExportType in de.f0rce.ace
Methods in de.f0rce.ace with parameters of type AceExportType Modifier and Type Method Description voidAceEditor. generateHTML(AceExportType type)Generates a fully functional static HTML-String with the current value of the editor, which can be used to print for example.voidAceEditor. print(AceExportType exportType)Open a print dialog with current's ace value. -
Uses of AceExportType in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceExportType Modifier and Type Method Description static AceExportTypeAceExportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AceExportType[]AceExportType. values()Returns an array containing the constants of this enum type, in the order they are declared.