Package com.independentsoft.office.odf
Class Page
java.lang.Object
com.independentsoft.office.odf.Page
Represents a page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the name of the master page.voidsetMasterPageName(String masterPageName)Sets the name of the master page.toString()Converts the value of the current Page object to its equivalent string representation.
-
Constructor Details
-
Page
public Page()Initializes a new instance of the Page class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current Page object to its equivalent string representation. -
getMasterPageName
Gets the name of the master page.- Returns:
- the master page name
-
setMasterPageName
Sets the name of the master page.- Parameters:
masterPageName- the new master page name
-