
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotSelection Maven / Gradle / Ivy
/*
* XML Type: CT_PivotSelection
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotSelection
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.spreadsheetml.x2006.main;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML CT_PivotSelection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTPivotSelection extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctpivotselectiond5f3type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "pivotArea" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotArea getPivotArea();
/**
* Sets the "pivotArea" element
*/
void setPivotArea(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotArea pivotArea);
/**
* Appends and returns a new empty "pivotArea" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotArea addNewPivotArea();
/**
* Gets the "pane" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum getPane();
/**
* Gets (as xml) the "pane" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane xgetPane();
/**
* True if has "pane" attribute
*/
boolean isSetPane();
/**
* Sets the "pane" attribute
*/
void setPane(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum pane);
/**
* Sets (as xml) the "pane" attribute
*/
void xsetPane(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane pane);
/**
* Unsets the "pane" attribute
*/
void unsetPane();
/**
* Gets the "showHeader" attribute
*/
boolean getShowHeader();
/**
* Gets (as xml) the "showHeader" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetShowHeader();
/**
* True if has "showHeader" attribute
*/
boolean isSetShowHeader();
/**
* Sets the "showHeader" attribute
*/
void setShowHeader(boolean showHeader);
/**
* Sets (as xml) the "showHeader" attribute
*/
void xsetShowHeader(org.apache.xmlbeans.XmlBoolean showHeader);
/**
* Unsets the "showHeader" attribute
*/
void unsetShowHeader();
/**
* Gets the "label" attribute
*/
boolean getLabel();
/**
* Gets (as xml) the "label" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetLabel();
/**
* True if has "label" attribute
*/
boolean isSetLabel();
/**
* Sets the "label" attribute
*/
void setLabel(boolean label);
/**
* Sets (as xml) the "label" attribute
*/
void xsetLabel(org.apache.xmlbeans.XmlBoolean label);
/**
* Unsets the "label" attribute
*/
void unsetLabel();
/**
* Gets the "data" attribute
*/
boolean getData();
/**
* Gets (as xml) the "data" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetData();
/**
* True if has "data" attribute
*/
boolean isSetData();
/**
* Sets the "data" attribute
*/
void setData(boolean data);
/**
* Sets (as xml) the "data" attribute
*/
void xsetData(org.apache.xmlbeans.XmlBoolean data);
/**
* Unsets the "data" attribute
*/
void unsetData();
/**
* Gets the "extendable" attribute
*/
boolean getExtendable();
/**
* Gets (as xml) the "extendable" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetExtendable();
/**
* True if has "extendable" attribute
*/
boolean isSetExtendable();
/**
* Sets the "extendable" attribute
*/
void setExtendable(boolean extendable);
/**
* Sets (as xml) the "extendable" attribute
*/
void xsetExtendable(org.apache.xmlbeans.XmlBoolean extendable);
/**
* Unsets the "extendable" attribute
*/
void unsetExtendable();
/**
* Gets the "count" attribute
*/
long getCount();
/**
* Gets (as xml) the "count" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetCount();
/**
* True if has "count" attribute
*/
boolean isSetCount();
/**
* Sets the "count" attribute
*/
void setCount(long count);
/**
* Sets (as xml) the "count" attribute
*/
void xsetCount(org.apache.xmlbeans.XmlUnsignedInt count);
/**
* Unsets the "count" attribute
*/
void unsetCount();
/**
* Gets the "axis" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis.Enum getAxis();
/**
* Gets (as xml) the "axis" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis xgetAxis();
/**
* True if has "axis" attribute
*/
boolean isSetAxis();
/**
* Sets the "axis" attribute
*/
void setAxis(org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis.Enum axis);
/**
* Sets (as xml) the "axis" attribute
*/
void xsetAxis(org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis axis);
/**
* Unsets the "axis" attribute
*/
void unsetAxis();
/**
* Gets the "dimension" attribute
*/
long getDimension();
/**
* Gets (as xml) the "dimension" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetDimension();
/**
* True if has "dimension" attribute
*/
boolean isSetDimension();
/**
* Sets the "dimension" attribute
*/
void setDimension(long dimension);
/**
* Sets (as xml) the "dimension" attribute
*/
void xsetDimension(org.apache.xmlbeans.XmlUnsignedInt dimension);
/**
* Unsets the "dimension" attribute
*/
void unsetDimension();
/**
* Gets the "start" attribute
*/
long getStart();
/**
* Gets (as xml) the "start" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetStart();
/**
* True if has "start" attribute
*/
boolean isSetStart();
/**
* Sets the "start" attribute
*/
void setStart(long start);
/**
* Sets (as xml) the "start" attribute
*/
void xsetStart(org.apache.xmlbeans.XmlUnsignedInt start);
/**
* Unsets the "start" attribute
*/
void unsetStart();
/**
* Gets the "min" attribute
*/
long getMin();
/**
* Gets (as xml) the "min" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetMin();
/**
* True if has "min" attribute
*/
boolean isSetMin();
/**
* Sets the "min" attribute
*/
void setMin(long min);
/**
* Sets (as xml) the "min" attribute
*/
void xsetMin(org.apache.xmlbeans.XmlUnsignedInt min);
/**
* Unsets the "min" attribute
*/
void unsetMin();
/**
* Gets the "max" attribute
*/
long getMax();
/**
* Gets (as xml) the "max" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetMax();
/**
* True if has "max" attribute
*/
boolean isSetMax();
/**
* Sets the "max" attribute
*/
void setMax(long max);
/**
* Sets (as xml) the "max" attribute
*/
void xsetMax(org.apache.xmlbeans.XmlUnsignedInt max);
/**
* Unsets the "max" attribute
*/
void unsetMax();
/**
* Gets the "activeRow" attribute
*/
long getActiveRow();
/**
* Gets (as xml) the "activeRow" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetActiveRow();
/**
* True if has "activeRow" attribute
*/
boolean isSetActiveRow();
/**
* Sets the "activeRow" attribute
*/
void setActiveRow(long activeRow);
/**
* Sets (as xml) the "activeRow" attribute
*/
void xsetActiveRow(org.apache.xmlbeans.XmlUnsignedInt activeRow);
/**
* Unsets the "activeRow" attribute
*/
void unsetActiveRow();
/**
* Gets the "activeCol" attribute
*/
long getActiveCol();
/**
* Gets (as xml) the "activeCol" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetActiveCol();
/**
* True if has "activeCol" attribute
*/
boolean isSetActiveCol();
/**
* Sets the "activeCol" attribute
*/
void setActiveCol(long activeCol);
/**
* Sets (as xml) the "activeCol" attribute
*/
void xsetActiveCol(org.apache.xmlbeans.XmlUnsignedInt activeCol);
/**
* Unsets the "activeCol" attribute
*/
void unsetActiveCol();
/**
* Gets the "previousRow" attribute
*/
long getPreviousRow();
/**
* Gets (as xml) the "previousRow" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetPreviousRow();
/**
* True if has "previousRow" attribute
*/
boolean isSetPreviousRow();
/**
* Sets the "previousRow" attribute
*/
void setPreviousRow(long previousRow);
/**
* Sets (as xml) the "previousRow" attribute
*/
void xsetPreviousRow(org.apache.xmlbeans.XmlUnsignedInt previousRow);
/**
* Unsets the "previousRow" attribute
*/
void unsetPreviousRow();
/**
* Gets the "previousCol" attribute
*/
long getPreviousCol();
/**
* Gets (as xml) the "previousCol" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetPreviousCol();
/**
* True if has "previousCol" attribute
*/
boolean isSetPreviousCol();
/**
* Sets the "previousCol" attribute
*/
void setPreviousCol(long previousCol);
/**
* Sets (as xml) the "previousCol" attribute
*/
void xsetPreviousCol(org.apache.xmlbeans.XmlUnsignedInt previousCol);
/**
* Unsets the "previousCol" attribute
*/
void unsetPreviousCol();
/**
* Gets the "click" attribute
*/
long getClick();
/**
* Gets (as xml) the "click" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetClick();
/**
* True if has "click" attribute
*/
boolean isSetClick();
/**
* Sets the "click" attribute
*/
void setClick(long click);
/**
* Sets (as xml) the "click" attribute
*/
void xsetClick(org.apache.xmlbeans.XmlUnsignedInt click);
/**
* Unsets the "click" attribute
*/
void unsetClick();
/**
* Gets the "id" attribute
*/
java.lang.String getId();
/**
* Gets (as xml) the "id" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId();
/**
* True if has "id" attribute
*/
boolean isSetId();
/**
* Sets the "id" attribute
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "id" attribute
*/
void xsetId(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id);
/**
* Unsets the "id" attribute
*/
void unsetId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy