OmrTemplate
Contents
[
Hide
]Inheritance: java.lang.Object
public class OmrTemplate
Represents omr template
Constructors
| Constructor | Description |
|---|---|
| OmrTemplate() | Initializes a new instance of the OmrTemplate class |
Fields
| Field | Description |
|---|---|
| Version | Gets or sets template markup version |
Methods
| Method | Description |
|---|---|
| addPage() | Adds page to template |
| equals(Object arg0) | |
| getClass() | |
| getFinalizationComplete() | |
| getName() | Gets or sets template name |
| getPages() | Gets list of pages in template |
| getTemplateId() | |
| hashCode() | |
| isGenerated() | |
| notify() | |
| notifyAll() | |
| setFinalizationComplete(boolean value) | |
| setGenerated(boolean value) | |
| setName(String value) | Gets or sets template name |
| setPages(System.Collections.Generic.List | Sets list of pages in template |
| setTemplateId(String value) | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
OmrTemplate()
public OmrTemplate()
Initializes a new instance of the OmrTemplate class
Version
public final String Version
Gets or sets template markup version
addPage()
public final OmrPage addPage()
Adds page to template
Returns: OmrPage - Created page
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFinalizationComplete()
public final boolean getFinalizationComplete()
Returns: boolean
getName()
public final String getName()
Gets or sets template name
Returns: java.lang.String - template name
getPages()
public final System.Collections.Generic.List<OmrPage> getPages()
Gets list of pages in template
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrPage> - list of pages in template
getTemplateId()
public final String getTemplateId()
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isGenerated()
public final boolean isGenerated()
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFinalizationComplete(boolean value)
public final void setFinalizationComplete(boolean value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setGenerated(boolean value)
public final void setGenerated(boolean value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setName(String value)
public final void setName(String value)
Gets or sets template name
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | template name |
setPages(System.Collections.Generic.List value)
public final void setPages(System.Collections.Generic.List<OmrPage> value)
Sets list of pages in template
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrPage> | list of pages in template |
setTemplateId(String value)
public final void setTemplateId(String value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |