Class MasterStyles

java.lang.Object
com.independentsoft.office.odf.styles.MasterStyles

public class MasterStyles extends Object
Represents the master styles that are used in a document. A master style contains formatting and other content that is displayed with document content when the style is used.
  • Constructor Details

    • MasterStyles

      public MasterStyles()
      Initializes a new instance of the MasterStyles class.
  • Method Details

    • clone

      public MasterStyles clone()
      Creates a new object that is a deep copy of the current instance.
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current MasterStyles object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getMasterPages

      public List<MasterPage> getMasterPages()
      Represents a collection of MasterPage objects.
      Returns:
      the master pages