Interface CTOlapPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTOlapPr extends XmlObject
An XML CT_OlapPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTOlapPr.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetLocal()Gets the "local" attributejava.lang.StringgetLocalConnection()Gets the "localConnection" attributebooleangetLocalRefresh()Gets the "localRefresh" attributelonggetRowDrillCount()Gets the "rowDrillCount" attributebooleangetSendLocale()Gets the "sendLocale" attributebooleangetServerFill()Gets the "serverFill" attributebooleangetServerFont()Gets the "serverFont" attributebooleangetServerFontColor()Gets the "serverFontColor" attributebooleangetServerNumberFormat()Gets the "serverNumberFormat" attributebooleanisSetLocal()True if has "local" attributebooleanisSetLocalConnection()True if has "localConnection" attributebooleanisSetLocalRefresh()True if has "localRefresh" attributebooleanisSetRowDrillCount()True if has "rowDrillCount" attributebooleanisSetSendLocale()True if has "sendLocale" attributebooleanisSetServerFill()True if has "serverFill" attributebooleanisSetServerFont()True if has "serverFont" attributebooleanisSetServerFontColor()True if has "serverFontColor" attributebooleanisSetServerNumberFormat()True if has "serverNumberFormat" attributevoidsetLocal(boolean local)Sets the "local" attributevoidsetLocalConnection(java.lang.String localConnection)Sets the "localConnection" attributevoidsetLocalRefresh(boolean localRefresh)Sets the "localRefresh" attributevoidsetRowDrillCount(long rowDrillCount)Sets the "rowDrillCount" attributevoidsetSendLocale(boolean sendLocale)Sets the "sendLocale" attributevoidsetServerFill(boolean serverFill)Sets the "serverFill" attributevoidsetServerFont(boolean serverFont)Sets the "serverFont" attributevoidsetServerFontColor(boolean serverFontColor)Sets the "serverFontColor" attributevoidsetServerNumberFormat(boolean serverNumberFormat)Sets the "serverNumberFormat" attributevoidunsetLocal()Unsets the "local" attributevoidunsetLocalConnection()Unsets the "localConnection" attributevoidunsetLocalRefresh()Unsets the "localRefresh" attributevoidunsetRowDrillCount()Unsets the "rowDrillCount" attributevoidunsetSendLocale()Unsets the "sendLocale" attributevoidunsetServerFill()Unsets the "serverFill" attributevoidunsetServerFont()Unsets the "serverFont" attributevoidunsetServerFontColor()Unsets the "serverFontColor" attributevoidunsetServerNumberFormat()Unsets the "serverNumberFormat" attributeXmlBooleanxgetLocal()Gets (as xml) the "local" attributeSTXstringxgetLocalConnection()Gets (as xml) the "localConnection" attributeXmlBooleanxgetLocalRefresh()Gets (as xml) the "localRefresh" attributeXmlUnsignedIntxgetRowDrillCount()Gets (as xml) the "rowDrillCount" attributeXmlBooleanxgetSendLocale()Gets (as xml) the "sendLocale" attributeXmlBooleanxgetServerFill()Gets (as xml) the "serverFill" attributeXmlBooleanxgetServerFont()Gets (as xml) the "serverFont" attributeXmlBooleanxgetServerFontColor()Gets (as xml) the "serverFontColor" attributeXmlBooleanxgetServerNumberFormat()Gets (as xml) the "serverNumberFormat" attributevoidxsetLocal(XmlBoolean local)Sets (as xml) the "local" attributevoidxsetLocalConnection(STXstring localConnection)Sets (as xml) the "localConnection" attributevoidxsetLocalRefresh(XmlBoolean localRefresh)Sets (as xml) the "localRefresh" attributevoidxsetRowDrillCount(XmlUnsignedInt rowDrillCount)Sets (as xml) the "rowDrillCount" attributevoidxsetSendLocale(XmlBoolean sendLocale)Sets (as xml) the "sendLocale" attributevoidxsetServerFill(XmlBoolean serverFill)Sets (as xml) the "serverFill" attributevoidxsetServerFont(XmlBoolean serverFont)Sets (as xml) the "serverFont" attributevoidxsetServerFontColor(XmlBoolean serverFontColor)Sets (as xml) the "serverFontColor" attributevoidxsetServerNumberFormat(XmlBoolean serverNumberFormat)Sets (as xml) the "serverNumberFormat" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getLocal
boolean getLocal()
Gets the "local" attribute
-
xgetLocal
XmlBoolean xgetLocal()
Gets (as xml) the "local" attribute
-
isSetLocal
boolean isSetLocal()
True if has "local" attribute
-
setLocal
void setLocal(boolean local)
Sets the "local" attribute
-
xsetLocal
void xsetLocal(XmlBoolean local)
Sets (as xml) the "local" attribute
-
unsetLocal
void unsetLocal()
Unsets the "local" attribute
-
getLocalConnection
java.lang.String getLocalConnection()
Gets the "localConnection" attribute
-
xgetLocalConnection
STXstring xgetLocalConnection()
Gets (as xml) the "localConnection" attribute
-
isSetLocalConnection
boolean isSetLocalConnection()
True if has "localConnection" attribute
-
setLocalConnection
void setLocalConnection(java.lang.String localConnection)
Sets the "localConnection" attribute
-
xsetLocalConnection
void xsetLocalConnection(STXstring localConnection)
Sets (as xml) the "localConnection" attribute
-
unsetLocalConnection
void unsetLocalConnection()
Unsets the "localConnection" attribute
-
getLocalRefresh
boolean getLocalRefresh()
Gets the "localRefresh" attribute
-
xgetLocalRefresh
XmlBoolean xgetLocalRefresh()
Gets (as xml) the "localRefresh" attribute
-
isSetLocalRefresh
boolean isSetLocalRefresh()
True if has "localRefresh" attribute
-
setLocalRefresh
void setLocalRefresh(boolean localRefresh)
Sets the "localRefresh" attribute
-
xsetLocalRefresh
void xsetLocalRefresh(XmlBoolean localRefresh)
Sets (as xml) the "localRefresh" attribute
-
unsetLocalRefresh
void unsetLocalRefresh()
Unsets the "localRefresh" attribute
-
getSendLocale
boolean getSendLocale()
Gets the "sendLocale" attribute
-
xgetSendLocale
XmlBoolean xgetSendLocale()
Gets (as xml) the "sendLocale" attribute
-
isSetSendLocale
boolean isSetSendLocale()
True if has "sendLocale" attribute
-
setSendLocale
void setSendLocale(boolean sendLocale)
Sets the "sendLocale" attribute
-
xsetSendLocale
void xsetSendLocale(XmlBoolean sendLocale)
Sets (as xml) the "sendLocale" attribute
-
unsetSendLocale
void unsetSendLocale()
Unsets the "sendLocale" attribute
-
getRowDrillCount
long getRowDrillCount()
Gets the "rowDrillCount" attribute
-
xgetRowDrillCount
XmlUnsignedInt xgetRowDrillCount()
Gets (as xml) the "rowDrillCount" attribute
-
isSetRowDrillCount
boolean isSetRowDrillCount()
True if has "rowDrillCount" attribute
-
setRowDrillCount
void setRowDrillCount(long rowDrillCount)
Sets the "rowDrillCount" attribute
-
xsetRowDrillCount
void xsetRowDrillCount(XmlUnsignedInt rowDrillCount)
Sets (as xml) the "rowDrillCount" attribute
-
unsetRowDrillCount
void unsetRowDrillCount()
Unsets the "rowDrillCount" attribute
-
getServerFill
boolean getServerFill()
Gets the "serverFill" attribute
-
xgetServerFill
XmlBoolean xgetServerFill()
Gets (as xml) the "serverFill" attribute
-
isSetServerFill
boolean isSetServerFill()
True if has "serverFill" attribute
-
setServerFill
void setServerFill(boolean serverFill)
Sets the "serverFill" attribute
-
xsetServerFill
void xsetServerFill(XmlBoolean serverFill)
Sets (as xml) the "serverFill" attribute
-
unsetServerFill
void unsetServerFill()
Unsets the "serverFill" attribute
-
getServerNumberFormat
boolean getServerNumberFormat()
Gets the "serverNumberFormat" attribute
-
xgetServerNumberFormat
XmlBoolean xgetServerNumberFormat()
Gets (as xml) the "serverNumberFormat" attribute
-
isSetServerNumberFormat
boolean isSetServerNumberFormat()
True if has "serverNumberFormat" attribute
-
setServerNumberFormat
void setServerNumberFormat(boolean serverNumberFormat)
Sets the "serverNumberFormat" attribute
-
xsetServerNumberFormat
void xsetServerNumberFormat(XmlBoolean serverNumberFormat)
Sets (as xml) the "serverNumberFormat" attribute
-
unsetServerNumberFormat
void unsetServerNumberFormat()
Unsets the "serverNumberFormat" attribute
-
getServerFont
boolean getServerFont()
Gets the "serverFont" attribute
-
xgetServerFont
XmlBoolean xgetServerFont()
Gets (as xml) the "serverFont" attribute
-
isSetServerFont
boolean isSetServerFont()
True if has "serverFont" attribute
-
setServerFont
void setServerFont(boolean serverFont)
Sets the "serverFont" attribute
-
xsetServerFont
void xsetServerFont(XmlBoolean serverFont)
Sets (as xml) the "serverFont" attribute
-
unsetServerFont
void unsetServerFont()
Unsets the "serverFont" attribute
-
getServerFontColor
boolean getServerFontColor()
Gets the "serverFontColor" attribute
-
xgetServerFontColor
XmlBoolean xgetServerFontColor()
Gets (as xml) the "serverFontColor" attribute
-
isSetServerFontColor
boolean isSetServerFontColor()
True if has "serverFontColor" attribute
-
setServerFontColor
void setServerFontColor(boolean serverFontColor)
Sets the "serverFontColor" attribute
-
xsetServerFontColor
void xsetServerFontColor(XmlBoolean serverFontColor)
Sets (as xml) the "serverFontColor" attribute
-
unsetServerFontColor
void unsetServerFontColor()
Unsets the "serverFontColor" attribute
-
-