Interface StyleSheetDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface StyleSheetDocument extends XmlObject
A document containing one styleSheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main) element. This is a complex type.
  • Field Details

  • Method Details

    • getStyleSheet

      CTStylesheet getStyleSheet()
      Gets the "styleSheet" element
    • setStyleSheet

      void setStyleSheet(CTStylesheet styleSheet)
      Sets the "styleSheet" element
    • addNewStyleSheet

      CTStylesheet addNewStyleSheet()
      Appends and returns a new empty "styleSheet" element