Class SheetName

java.lang.Object
com.independentsoft.office.odf.fields.Field
com.independentsoft.office.odf.fields.SheetName
All Implemented Interfaces:
IContentElement, IParagraphContent

public class SheetName extends Field
Represents the name of a sheet that is currently being edited in a Spreadsheet document.
  • Constructor Details

    • SheetName

      public SheetName()
      Initializes a new instance of the SheetName class.
    • SheetName

      public SheetName(String name)
      Initializes a new instance of the SheetName class.
      Parameters:
      name - the name
    • SheetName

      public SheetName(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new sheet name.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details