Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdPage

    • Constructor Detail

      • OdPage

        public OdPage(OdObject parent)

        Initializes a new instance of the OdPage class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getMasterPageName

        public String getMasterPageName()

        Gets or sets the name of the master page.

        Returns:
        The name of the master page.
      • setMasterPageName

        public void setMasterPageName(String value)

        Gets or sets the name of the master page.

        Parameters:
        value - The name of the master page.
      • getStyleName

        public String getStyleName()

        Gets or sets the name of the style.

        Returns:
        The name of the style.
      • setStyleName

        public void setStyleName(String value)

        Gets or sets the name of the style.

        Parameters:
        value - The name of the style.