Interface
caplin.layout

LayoutTemplate

A layout template is a pre-defined prototype of a caplin.layout.Layout. A user's available layout templates can be accessed by calling caplin.layout.LayoutService#getTemplates. These layout templates can then be used to generate new layouts by passing them to caplin.layout.LayoutService#openNew.

Constructor Summary

Attributes Name and Description
caplin.layout.LayoutTemplate()

Method Summary

Attributes Name and Description
String getName()

Returns the name of the layout template.

String getProperty(String propertyName)

Returns the value of the layout template's property.

Constructor Detail

caplin.layout.LayoutTemplate()

Method Detail

String getName()

Returns the name of the layout template. This is a display name only, and should not be used for identification.

Returns
{String} The name of the layout template.

String getProperty(String propertyName)

Returns the value of the layout template's property.

Parameters
String propertyName The name of the property to retrieve.
Returns
{String}