OdPage

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject

public class OdPage extends OdGraphicObject

The Open document page.

Constructors

ConstructorDescription
OdPage(OdObject parent)Initializes a new instance of the OdPage class.

Methods

MethodDescription
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getMasterPageName()Gets or sets the name of the master page.
setMasterPageName(String value)Gets or sets the name of the master page.
getStyleName()Gets or sets the name of the style.
setStyleName(String value)Gets or sets the name of the style.

OdPage(OdObject parent)

public OdPage(OdObject parent)

Initializes a new instance of the OdPage class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getName()

public String getName()

Gets or sets the name.

Returns: java.lang.String - The name.

setName(String value)

public void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name.

getMasterPageName()

public String getMasterPageName()

Gets or sets the name of the master page.

Returns: java.lang.String - The name of the master page.

setMasterPageName(String value)

public void setMasterPageName(String value)

Gets or sets the name of the master page.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name of the master page.

getStyleName()

public String getStyleName()

Gets or sets the name of the style.

Returns: java.lang.String - The name of the style.

setStyleName(String value)

public void setStyleName(String value)

Gets or sets the name of the style.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name of the style.