ShellMode
Inheritance: java.lang.Object, java.lang.Enum
public enum ShellMode extends Enum<ShellMode>
Enumerates values that determine the availability of \write18.
Fields
| Field | Description |
|---|---|
| NoShellEscape | \write18 is disabled. |
| ShellRestricted | \write18 is enabled but restricted. |
Methods
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
NoShellEscape
public static final ShellMode NoShellEscape
\write18 is disabled.
ShellRestricted
public static final ShellMode ShellRestricted
\write18 is enabled but restricted.
values()
public static ShellMode[] values()
Returns: com.aspose.tex.ShellMode[]
valueOf(String name)
public static ShellMode valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: ShellMode