Class OlapProperties
java.lang.Object
com.independentsoft.office.spreadsheet.connections.OlapProperties
The Class OlapProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the local connection.intGets the row drill count.booleanisLocal()Checks if is local.booleanChecks if is local refresh.booleanChecks if is send locale.booleanChecks if is server fill.booleanChecks if is server font.booleanChecks if is server font color.booleanChecks if is server number format.voidsetLocal(boolean local)Sets the local.voidsetLocalConnection(String localConnection)Sets the local connection.voidsetLocalRefresh(boolean localRefresh)Sets the local refresh.voidsetRowDrillCount(int rowDrillCount)Sets the row drill count.voidsetSendLocale(boolean sendLocale)Sets the send locale.voidsetServerFill(boolean serverFill)Sets the server fill.voidsetServerFont(boolean serverFont)Sets the server font.voidsetServerFontColor(boolean serverFontColor)Sets the server font color.voidsetServerNumberFormat(boolean serverNumberFormat)Sets the server number format.toString()
-
Constructor Details
-
OlapProperties
public OlapProperties()Instantiates a new olap properties.
-
-
Method Details
-
clone
-
toString
-
isLocal
public boolean isLocal()Checks if is local.- Returns:
- true, if is local
-
setLocal
public void setLocal(boolean local)Sets the local.- Parameters:
local- the new local
-
getLocalConnection
Gets the local connection.- Returns:
- the local connection
-
setLocalConnection
Sets the local connection.- Parameters:
localConnection- the new local connection
-
isLocalRefresh
public boolean isLocalRefresh()Checks if is local refresh.- Returns:
- true, if is local refresh
-
setLocalRefresh
public void setLocalRefresh(boolean localRefresh)Sets the local refresh.- Parameters:
localRefresh- the new local refresh
-
getRowDrillCount
public int getRowDrillCount()Gets the row drill count.- Returns:
- the row drill count
-
setRowDrillCount
public void setRowDrillCount(int rowDrillCount)Sets the row drill count.- Parameters:
rowDrillCount- the new row drill count
-
isSendLocale
public boolean isSendLocale()Checks if is send locale.- Returns:
- true, if is send locale
-
setSendLocale
public void setSendLocale(boolean sendLocale)Sets the send locale.- Parameters:
sendLocale- the new send locale
-
isServerFill
public boolean isServerFill()Checks if is server fill.- Returns:
- true, if is server fill
-
setServerFill
public void setServerFill(boolean serverFill)Sets the server fill.- Parameters:
serverFill- the new server fill
-
isServerFont
public boolean isServerFont()Checks if is server font.- Returns:
- true, if is server font
-
setServerFont
public void setServerFont(boolean serverFont)Sets the server font.- Parameters:
serverFont- the new server font
-
isServerFontColor
public boolean isServerFontColor()Checks if is server font color.- Returns:
- true, if is server font color
-
setServerFontColor
public void setServerFontColor(boolean serverFontColor)Sets the server font color.- Parameters:
serverFontColor- the new server font color
-
isServerNumberFormat
public boolean isServerNumberFormat()Checks if is server number format.- Returns:
- true, if is server number format
-
setServerNumberFormat
public void setServerNumberFormat(boolean serverNumberFormat)Sets the server number format.- Parameters:
serverNumberFormat- the new server number format
-