Package | Description |
---|---|
de.innovationgate.wgpublisher.webtml.utils |
Utility objects for the WebTML runtime including facilities to build WebTML elements.
|
Modifier and Type | Method and Description |
---|---|
ImageLink |
ImageLinkReader.create(String file)
Creates a new image link pointing to a file on the current document
|
ImageLink |
ImageLinkReader.create(String doc,
String file)
Creates a new image link pointing to a file an any document
|
ImageLink |
ImageLinkReader.read(List<String> itemValues)
Reads an image link from an item value list.
|
Modifier and Type | Method and Description |
---|---|
String |
ImageLinkReader.write(ImageLink ili)
Writes an image link, always in XML format
|