OdPage
Contents
[
Hide
]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
Constructor | Description |
---|---|
OdPage(OdObject parent) | Initializes a new instance of the OdPage class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The name of the style. |