public class Stylesheet extends UC4Object
Constructor and Description |
---|
Stylesheet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStylesheet()
Returns the content of the "XSL" tab.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
void |
setStylesheet(java.lang.String sheet)
Sets the content of the "XSL" tab.
|
public Header header()
public java.lang.String getStylesheet()
public void setStylesheet(java.lang.String sheet)
sheet
- Stylesheetpublic boolean isExecutable()
UC4Object
true
if this Object can be executed.isExecutable
in class UC4Object