java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14SlicerList
All Implemented Interfaces:
IExtensionContent

public class X14SlicerList extends Object implements IExtensionContent
Represents a slicer reference list (x14:slicerList or x15:slicerList element), linking a worksheet or workbook to its slicer parts by relationship id.
  • Field Details

    • RELATIONSHIP_NAMESPACE

      public static final String RELATIONSHIP_NAMESPACE
      The relationship namespace of the slicer references.
      See Also:
      Constant Field Values
  • Constructor Details

    • X14SlicerList

      public X14SlicerList()
      Instantiates a new x14 slicer list.
    • X14SlicerList

      public X14SlicerList(InternalXMLStreamReader reader, String prefix, String namespaceUri) throws XMLStreamException
      Instantiates a new x14 slicer list.

      Enters positioned ON the slicerList start element and leaves positioned ON its end element, so the caller's loop advances past it.

      Parameters:
      reader - the reader
      prefix - the prefix the element is emitted with (e.g. "x14", "x15")
      namespaceUri - the namespace of the element
      Throws:
      XMLStreamException - the XML stream exception
  • Method Details