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 class
CTOlapPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getLocal()
Gets the "local" attributejava.lang.String
getLocalConnection()
Gets the "localConnection" attributeboolean
getLocalRefresh()
Gets the "localRefresh" attributelong
getRowDrillCount()
Gets the "rowDrillCount" attributeboolean
getSendLocale()
Gets the "sendLocale" attributeboolean
getServerFill()
Gets the "serverFill" attributeboolean
getServerFont()
Gets the "serverFont" attributeboolean
getServerFontColor()
Gets the "serverFontColor" attributeboolean
getServerNumberFormat()
Gets the "serverNumberFormat" attributeboolean
isSetLocal()
True if has "local" attributeboolean
isSetLocalConnection()
True if has "localConnection" attributeboolean
isSetLocalRefresh()
True if has "localRefresh" attributeboolean
isSetRowDrillCount()
True if has "rowDrillCount" attributeboolean
isSetSendLocale()
True if has "sendLocale" attributeboolean
isSetServerFill()
True if has "serverFill" attributeboolean
isSetServerFont()
True if has "serverFont" attributeboolean
isSetServerFontColor()
True if has "serverFontColor" attributeboolean
isSetServerNumberFormat()
True if has "serverNumberFormat" attributevoid
setLocal(boolean local)
Sets the "local" attributevoid
setLocalConnection(java.lang.String localConnection)
Sets the "localConnection" attributevoid
setLocalRefresh(boolean localRefresh)
Sets the "localRefresh" attributevoid
setRowDrillCount(long rowDrillCount)
Sets the "rowDrillCount" attributevoid
setSendLocale(boolean sendLocale)
Sets the "sendLocale" attributevoid
setServerFill(boolean serverFill)
Sets the "serverFill" attributevoid
setServerFont(boolean serverFont)
Sets the "serverFont" attributevoid
setServerFontColor(boolean serverFontColor)
Sets the "serverFontColor" attributevoid
setServerNumberFormat(boolean serverNumberFormat)
Sets the "serverNumberFormat" attributevoid
unsetLocal()
Unsets the "local" attributevoid
unsetLocalConnection()
Unsets the "localConnection" attributevoid
unsetLocalRefresh()
Unsets the "localRefresh" attributevoid
unsetRowDrillCount()
Unsets the "rowDrillCount" attributevoid
unsetSendLocale()
Unsets the "sendLocale" attributevoid
unsetServerFill()
Unsets the "serverFill" attributevoid
unsetServerFont()
Unsets the "serverFont" attributevoid
unsetServerFontColor()
Unsets the "serverFontColor" attributevoid
unsetServerNumberFormat()
Unsets the "serverNumberFormat" attributeXmlBoolean
xgetLocal()
Gets (as xml) the "local" attributeSTXstring
xgetLocalConnection()
Gets (as xml) the "localConnection" attributeXmlBoolean
xgetLocalRefresh()
Gets (as xml) the "localRefresh" attributeXmlUnsignedInt
xgetRowDrillCount()
Gets (as xml) the "rowDrillCount" attributeXmlBoolean
xgetSendLocale()
Gets (as xml) the "sendLocale" attributeXmlBoolean
xgetServerFill()
Gets (as xml) the "serverFill" attributeXmlBoolean
xgetServerFont()
Gets (as xml) the "serverFont" attributeXmlBoolean
xgetServerFontColor()
Gets (as xml) the "serverFontColor" attributeXmlBoolean
xgetServerNumberFormat()
Gets (as xml) the "serverNumberFormat" attributevoid
xsetLocal(XmlBoolean local)
Sets (as xml) the "local" attributevoid
xsetLocalConnection(STXstring localConnection)
Sets (as xml) the "localConnection" attributevoid
xsetLocalRefresh(XmlBoolean localRefresh)
Sets (as xml) the "localRefresh" attributevoid
xsetRowDrillCount(XmlUnsignedInt rowDrillCount)
Sets (as xml) the "rowDrillCount" attributevoid
xsetSendLocale(XmlBoolean sendLocale)
Sets (as xml) the "sendLocale" attributevoid
xsetServerFill(XmlBoolean serverFill)
Sets (as xml) the "serverFill" attributevoid
xsetServerFont(XmlBoolean serverFont)
Sets (as xml) the "serverFont" attributevoid
xsetServerFontColor(XmlBoolean serverFontColor)
Sets (as xml) the "serverFontColor" attributevoid
xsetServerNumberFormat(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
-
-