@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface EditorTemplate extends PersistentObject
Modifier and Type | Field and Description |
---|---|
static int |
ARCHIVE_TEMPLATE
The archive template type.
|
static int |
EDITOR_TEMPLATE
The new editor template type.
|
static int |
FILE_TEMPLATE
The classic type of template represented by a file on HDD.
|
static int |
PROJECT_ARCHIVE_TEMPLATE
The archived project template type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone this editor template.
|
java.lang.String |
getAdditionalInformation()
Return additional information about this template (e.g.
|
int |
getCaretPosition() |
java.lang.String |
getCustomizePageID()
Get the ID representing the page used for customizing the template.
|
java.lang.String |
getDescription()
Return the template description.
|
java.lang.String |
getExtension()
Return the template extension.
|
java.lang.String |
getFilenamePrefix()
A template can have the "filenamePrefix" property specified in its ".properties" file,
whose value will be used as the prefix of the names of all the documents to be created.
|
java.lang.String |
getFilenameSuffix()
A template can have the "filenameSuffix" property specified in its ".properties" file,
whose value will be used as the suffix of the names of all the documents to be created.
|
java.lang.String |
getLongDescription()
Return the template's description which will be shown as a tooltip.
|
java.lang.String |
getName()
Return the template name.
|
java.lang.String |
getSource() |
int |
getTemplateType() |
java.lang.String |
getTypeProperty() |
boolean |
isCustomizable() |
checkValid, getNotPersistentFieldNames
static final int EDITOR_TEMPLATE
static final int FILE_TEMPLATE
static final int ARCHIVE_TEMPLATE
static final int PROJECT_ARCHIVE_TEMPLATE
java.lang.String getDescription()
java.lang.String getExtension()
java.lang.String getSource()
int getTemplateType()
java.lang.Object clone()
clone
in interface PersistentObject
java.lang.String getName()
java.lang.String getAdditionalInformation()
boolean isCustomizable()
true
if the template can be customized.java.lang.String getCustomizePageID()
int getCaretPosition()
java.lang.String getLongDescription()
java.lang.String getTypeProperty()
java.lang.String getFilenamePrefix()
null
if
the property is not set.java.lang.String getFilenameSuffix()
null
if
the property is not set.© Copyright Syncro Soft SRL 2002 - 2022. All rights reserved.