OmrTemplate

Inheritance: java.lang.Object

public class OmrTemplate

Represents omr template

Constructors

ConstructorDescription
OmrTemplate()Initializes a new instance of the OmrTemplate class

Fields

FieldDescription
VersionGets or sets template markup version

Methods

MethodDescription
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 value)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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setGenerated(boolean value)

public final void setGenerated(boolean value)

Parameters:

ParameterTypeDescription
valueboolean

setName(String value)

public final void setName(String value)

Gets or sets template name

Parameters:

ParameterTypeDescription
valuejava.lang.Stringtemplate name

setPages(System.Collections.Generic.List value)

public final void setPages(System.Collections.Generic.List<OmrPage> value)

Sets list of pages in template

Parameters:

ParameterTypeDescription
valuecom.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int