@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface EditorTemplate
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.
|
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()
Return the template's description which will be shown as a tooltip.
|
boolean |
isCustomizable() |
static final int EDITOR_TEMPLATE
static final int FILE_TEMPLATE
static final int ARCHIVE_TEMPLATE
java.lang.String getDescription()
java.lang.String getExtension()
java.lang.String getSource()
int getTemplateType()
java.lang.Object clone()
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.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
java.lang.String getFilenameSuffix()
null
if
the property is not set.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.