public class OdPage extends OdGraphicObject
The Open document page.
Constructor and Description |
---|
OdPage(OdObject parent)
Initializes a new instance of the
OdPage class. |
Modifier and Type | Method and Description |
---|---|
String |
getMasterPageName()
Gets or sets the name of the master page.
|
String |
getName()
Gets or sets the name.
|
String |
getStyleName()
Gets or sets the name of the style.
|
void |
setMasterPageName(String value)
Gets or sets the name of the master page.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setStyleName(String value)
Gets or sets the name of the style.
|
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdPage(OdObject parent)
Initializes a new instance of the OdPage
class.
parent
- The parent.public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.public String getMasterPageName()
Gets or sets the name of the master page.
public void setMasterPageName(String value)
Gets or sets the name of the master page.
value
- The name of the master page.public String getStyleName()
Gets or sets the name of the style.
public void setStyleName(String value)
Gets or sets the name of the style.
value
- The name of the style.