Package org.xlsx4j.sml
Class CTOlapPr
java.lang.Object
org.xlsx4j.sml.CTOlapPr
- All Implemented Interfaces:
Child
Java class for CT_OlapPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OlapPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="localConnection" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="localRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="sendLocale" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rowDrillCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="serverFill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="serverNumberFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="serverFont" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="serverFontColor" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the localConnection property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the rowDrillCount property.booleanisLocal()Gets the value of the local property.booleanGets the value of the localRefresh property.booleanGets the value of the sendLocale property.booleanGets the value of the serverFill property.booleanGets the value of the serverFont property.booleanGets the value of the serverFontColor property.booleanGets the value of the serverNumberFormat property.voidSets the value of the local property.voidsetLocalConnection(String value) Sets the value of the localConnection property.voidsetLocalRefresh(Boolean value) Sets the value of the localRefresh property.voidvoidsetRowDrillCount(Long value) Sets the value of the rowDrillCount property.voidsetSendLocale(Boolean value) Sets the value of the sendLocale property.voidsetServerFill(Boolean value) Sets the value of the serverFill property.voidsetServerFont(Boolean value) Sets the value of the serverFont property.voidsetServerFontColor(Boolean value) Sets the value of the serverFontColor property.voidsetServerNumberFormat(Boolean value) Sets the value of the serverNumberFormat property.
-
Field Details
-
local
-
localConnection
-
localRefresh
-
sendLocale
-
rowDrillCount
-
serverFill
-
serverNumberFormat
-
serverFont
-
serverFontColor
-
-
Constructor Details
-
CTOlapPr
public CTOlapPr()
-
-
Method Details
-
isLocal
public boolean isLocal()Gets the value of the local property.- Returns:
- possible object is
Boolean
-
setLocal
Sets the value of the local property.- Parameters:
value- allowed object isBoolean
-
getLocalConnection
Gets the value of the localConnection property.- Returns:
- possible object is
String
-
setLocalConnection
Sets the value of the localConnection property.- Parameters:
value- allowed object isString
-
isLocalRefresh
public boolean isLocalRefresh()Gets the value of the localRefresh property.- Returns:
- possible object is
Boolean
-
setLocalRefresh
Sets the value of the localRefresh property.- Parameters:
value- allowed object isBoolean
-
isSendLocale
public boolean isSendLocale()Gets the value of the sendLocale property.- Returns:
- possible object is
Boolean
-
setSendLocale
Sets the value of the sendLocale property.- Parameters:
value- allowed object isBoolean
-
getRowDrillCount
Gets the value of the rowDrillCount property.- Returns:
- possible object is
Long
-
setRowDrillCount
Sets the value of the rowDrillCount property.- Parameters:
value- allowed object isLong
-
isServerFill
public boolean isServerFill()Gets the value of the serverFill property.- Returns:
- possible object is
Boolean
-
setServerFill
Sets the value of the serverFill property.- Parameters:
value- allowed object isBoolean
-
isServerNumberFormat
public boolean isServerNumberFormat()Gets the value of the serverNumberFormat property.- Returns:
- possible object is
Boolean
-
setServerNumberFormat
Sets the value of the serverNumberFormat property.- Parameters:
value- allowed object isBoolean
-
isServerFont
public boolean isServerFont()Gets the value of the serverFont property.- Returns:
- possible object is
Boolean
-
setServerFont
Sets the value of the serverFont property.- Parameters:
value- allowed object isBoolean
-
isServerFontColor
public boolean isServerFontColor()Gets the value of the serverFontColor property.- Returns:
- possible object is
Boolean
-
setServerFontColor
Sets the value of the serverFontColor property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-