
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr Maven / Gradle / Ivy
/*
* XML Type: CT_OlapPr
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr
*
* 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_OlapPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTOlapPr extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctolappr0c77type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "local" attribute
*/
boolean getLocal();
/**
* Gets (as xml) the "local" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetLocal();
/**
* True if has "local" attribute
*/
boolean isSetLocal();
/**
* Sets the "local" attribute
*/
void setLocal(boolean local);
/**
* Sets (as xml) the "local" attribute
*/
void xsetLocal(org.apache.xmlbeans.XmlBoolean local);
/**
* Unsets the "local" attribute
*/
void unsetLocal();
/**
* Gets the "localConnection" attribute
*/
java.lang.String getLocalConnection();
/**
* Gets (as xml) the "localConnection" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetLocalConnection();
/**
* True if has "localConnection" attribute
*/
boolean isSetLocalConnection();
/**
* Sets the "localConnection" attribute
*/
void setLocalConnection(java.lang.String localConnection);
/**
* Sets (as xml) the "localConnection" attribute
*/
void xsetLocalConnection(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring localConnection);
/**
* Unsets the "localConnection" attribute
*/
void unsetLocalConnection();
/**
* Gets the "localRefresh" attribute
*/
boolean getLocalRefresh();
/**
* Gets (as xml) the "localRefresh" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetLocalRefresh();
/**
* True if has "localRefresh" attribute
*/
boolean isSetLocalRefresh();
/**
* Sets the "localRefresh" attribute
*/
void setLocalRefresh(boolean localRefresh);
/**
* Sets (as xml) the "localRefresh" attribute
*/
void xsetLocalRefresh(org.apache.xmlbeans.XmlBoolean localRefresh);
/**
* Unsets the "localRefresh" attribute
*/
void unsetLocalRefresh();
/**
* Gets the "sendLocale" attribute
*/
boolean getSendLocale();
/**
* Gets (as xml) the "sendLocale" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetSendLocale();
/**
* True if has "sendLocale" attribute
*/
boolean isSetSendLocale();
/**
* Sets the "sendLocale" attribute
*/
void setSendLocale(boolean sendLocale);
/**
* Sets (as xml) the "sendLocale" attribute
*/
void xsetSendLocale(org.apache.xmlbeans.XmlBoolean sendLocale);
/**
* Unsets the "sendLocale" attribute
*/
void unsetSendLocale();
/**
* Gets the "rowDrillCount" attribute
*/
long getRowDrillCount();
/**
* Gets (as xml) the "rowDrillCount" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetRowDrillCount();
/**
* True if has "rowDrillCount" attribute
*/
boolean isSetRowDrillCount();
/**
* Sets the "rowDrillCount" attribute
*/
void setRowDrillCount(long rowDrillCount);
/**
* Sets (as xml) the "rowDrillCount" attribute
*/
void xsetRowDrillCount(org.apache.xmlbeans.XmlUnsignedInt rowDrillCount);
/**
* Unsets the "rowDrillCount" attribute
*/
void unsetRowDrillCount();
/**
* Gets the "serverFill" attribute
*/
boolean getServerFill();
/**
* Gets (as xml) the "serverFill" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetServerFill();
/**
* True if has "serverFill" attribute
*/
boolean isSetServerFill();
/**
* Sets the "serverFill" attribute
*/
void setServerFill(boolean serverFill);
/**
* Sets (as xml) the "serverFill" attribute
*/
void xsetServerFill(org.apache.xmlbeans.XmlBoolean serverFill);
/**
* Unsets the "serverFill" attribute
*/
void unsetServerFill();
/**
* Gets the "serverNumberFormat" attribute
*/
boolean getServerNumberFormat();
/**
* Gets (as xml) the "serverNumberFormat" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetServerNumberFormat();
/**
* True if has "serverNumberFormat" attribute
*/
boolean isSetServerNumberFormat();
/**
* Sets the "serverNumberFormat" attribute
*/
void setServerNumberFormat(boolean serverNumberFormat);
/**
* Sets (as xml) the "serverNumberFormat" attribute
*/
void xsetServerNumberFormat(org.apache.xmlbeans.XmlBoolean serverNumberFormat);
/**
* Unsets the "serverNumberFormat" attribute
*/
void unsetServerNumberFormat();
/**
* Gets the "serverFont" attribute
*/
boolean getServerFont();
/**
* Gets (as xml) the "serverFont" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetServerFont();
/**
* True if has "serverFont" attribute
*/
boolean isSetServerFont();
/**
* Sets the "serverFont" attribute
*/
void setServerFont(boolean serverFont);
/**
* Sets (as xml) the "serverFont" attribute
*/
void xsetServerFont(org.apache.xmlbeans.XmlBoolean serverFont);
/**
* Unsets the "serverFont" attribute
*/
void unsetServerFont();
/**
* Gets the "serverFontColor" attribute
*/
boolean getServerFontColor();
/**
* Gets (as xml) the "serverFontColor" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetServerFontColor();
/**
* True if has "serverFontColor" attribute
*/
boolean isSetServerFontColor();
/**
* Sets the "serverFontColor" attribute
*/
void setServerFontColor(boolean serverFontColor);
/**
* Sets (as xml) the "serverFontColor" attribute
*/
void xsetServerFontColor(org.apache.xmlbeans.XmlBoolean serverFontColor);
/**
* Unsets the "serverFontColor" attribute
*/
void unsetServerFontColor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy