Class X14SlicerList
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14SlicerList
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe relationship namespace of the slicer references. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new x14 slicer list.X14SlicerList(InternalXMLStreamReader reader, String prefix, String namespaceUri)Instantiates a new x14 slicer list. -
Method Summary
-
Field Details
-
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 XMLStreamExceptionInstantiates a new x14 slicer list.Enters positioned ON the
slicerListstart element and leaves positioned ON its end element, so the caller's loop advances past it.- Parameters:
reader- the readerprefix- 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
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getRelationshipIds
Gets the relationship ids of the referenced slicer parts.- Returns:
- the relationship ids
-