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

public class Era extends Object
Represents an era in which a year is counted.
  • Constructor Details

    • Era

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

    • clone

      public Era 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 Era object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getDisplayFormat

      public DisplayFormat getDisplayFormat()
      Gets the display format.
      Returns:
      the display format
    • setDisplayFormat

      public void setDisplayFormat(DisplayFormat format)
      Sets the display format.
      Parameters:
      format - the new display format
    • getCalendar

      public String getCalendar()
      Gets the calendar system used to extract parts of a date.
      Returns:
      the calendar
    • setCalendar

      public void setCalendar(String calendar)
      Sets the calendar system used to extract parts of a date.
      Parameters:
      calendar - the new calendar