public class OmrTemplate extends Object
Represents omr template
Modifier and Type | Field and Description |
---|---|
String |
Version
Gets or sets template markup version
|
Constructor and Description |
---|
OmrTemplate()
Initializes a new instance of the
OmrTemplate class
|
Modifier and Type | Method and Description |
---|---|
OmrPage |
addPage()
Adds page to template
|
boolean |
getFinalizationComplete() |
String |
getName()
Gets or sets template name
|
com.aspose.ms.System.Collections.Generic.List<OmrPage> |
getPages()
Gets list of pages in template
|
String |
getTemplateId() |
boolean |
isGenerated() |
void |
setFinalizationComplete(boolean value) |
void |
setGenerated(boolean value) |
void |
setName(String value)
Gets or sets template name
|
void |
setPages(com.aspose.ms.System.Collections.Generic.List<OmrPage> value)
Sets list of pages in template
|
void |
setTemplateId(String value) |
public final String Version
Gets or sets template markup version
public OmrTemplate()
Initializes a new instance of the OmrTemplate
class
public final com.aspose.ms.System.Collections.Generic.List<OmrPage> getPages()
Gets list of pages in template
public final void setPages(com.aspose.ms.System.Collections.Generic.List<OmrPage> value)
Sets list of pages in template
value
- list of pages in templatepublic final String getName()
Gets or sets template name
public final void setName(String value)
Gets or sets template name
value
- template namepublic final String getTemplateId()
public final void setTemplateId(String value)
public final boolean getFinalizationComplete()
public final void setFinalizationComplete(boolean value)
public final boolean isGenerated()
public final void setGenerated(boolean value)
public final OmrPage addPage()
Adds page to template