public class CTQueryTable extends Object implements Child
Java class for CT_QueryTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_QueryTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="queryTableRefresh" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_QueryTableRefresh" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_AutoFormat"/>
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="headers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="rowNumbers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="disableRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="backgroundRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="firstBackgroundRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="refreshOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="growShrinkType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_GrowShrinkType" default="insertDelete" />
<attribute name="fillFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="removeDataOnSave" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="disableEdit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="preserveFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="adjustColumnWidth" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="intermediate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="connectionId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjustColumnWidth |
protected Boolean |
applyAlignmentFormats |
protected Boolean |
applyBorderFormats |
protected Boolean |
applyFontFormats |
protected Boolean |
applyNumberFormats |
protected Boolean |
applyPatternFormats |
protected Boolean |
applyWidthHeightFormats |
protected Long |
autoFormatId |
protected Boolean |
backgroundRefresh |
protected long |
connectionId |
protected Boolean |
disableEdit |
protected Boolean |
disableRefresh |
protected CTExtensionList |
extLst |
protected Boolean |
fillFormulas |
protected Boolean |
firstBackgroundRefresh |
protected STGrowShrinkType |
growShrinkType |
protected Boolean |
headers |
protected Boolean |
intermediate |
protected String |
name |
protected Boolean |
preserveFormatting |
protected CTQueryTableRefresh |
queryTableRefresh |
protected Boolean |
refreshOnLoad |
protected Boolean |
removeDataOnSave |
protected Boolean |
rowNumbers |
| Constructor and Description |
|---|
CTQueryTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getAutoFormatId()
Gets the value of the autoFormatId property.
|
long |
getConnectionId()
Gets the value of the connectionId property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
STGrowShrinkType |
getGrowShrinkType()
Gets the value of the growShrinkType property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTQueryTableRefresh |
getQueryTableRefresh()
Gets the value of the queryTableRefresh property.
|
boolean |
isAdjustColumnWidth()
Gets the value of the adjustColumnWidth property.
|
Boolean |
isApplyAlignmentFormats()
Gets the value of the applyAlignmentFormats property.
|
Boolean |
isApplyBorderFormats()
Gets the value of the applyBorderFormats property.
|
Boolean |
isApplyFontFormats()
Gets the value of the applyFontFormats property.
|
Boolean |
isApplyNumberFormats()
Gets the value of the applyNumberFormats property.
|
Boolean |
isApplyPatternFormats()
Gets the value of the applyPatternFormats property.
|
Boolean |
isApplyWidthHeightFormats()
Gets the value of the applyWidthHeightFormats property.
|
boolean |
isBackgroundRefresh()
Gets the value of the backgroundRefresh property.
|
boolean |
isDisableEdit()
Gets the value of the disableEdit property.
|
boolean |
isDisableRefresh()
Gets the value of the disableRefresh property.
|
boolean |
isFillFormulas()
Gets the value of the fillFormulas property.
|
boolean |
isFirstBackgroundRefresh()
Gets the value of the firstBackgroundRefresh property.
|
boolean |
isHeaders()
Gets the value of the headers property.
|
boolean |
isIntermediate()
Gets the value of the intermediate property.
|
boolean |
isPreserveFormatting()
Gets the value of the preserveFormatting property.
|
boolean |
isRefreshOnLoad()
Gets the value of the refreshOnLoad property.
|
boolean |
isRemoveDataOnSave()
Gets the value of the removeDataOnSave property.
|
boolean |
isRowNumbers()
Gets the value of the rowNumbers property.
|
void |
setAdjustColumnWidth(Boolean value)
Sets the value of the adjustColumnWidth property.
|
void |
setApplyAlignmentFormats(Boolean value)
Sets the value of the applyAlignmentFormats property.
|
void |
setApplyBorderFormats(Boolean value)
Sets the value of the applyBorderFormats property.
|
void |
setApplyFontFormats(Boolean value)
Sets the value of the applyFontFormats property.
|
void |
setApplyNumberFormats(Boolean value)
Sets the value of the applyNumberFormats property.
|
void |
setApplyPatternFormats(Boolean value)
Sets the value of the applyPatternFormats property.
|
void |
setApplyWidthHeightFormats(Boolean value)
Sets the value of the applyWidthHeightFormats property.
|
void |
setAutoFormatId(Long value)
Sets the value of the autoFormatId property.
|
void |
setBackgroundRefresh(Boolean value)
Sets the value of the backgroundRefresh property.
|
void |
setConnectionId(long value)
Sets the value of the connectionId property.
|
void |
setDisableEdit(Boolean value)
Sets the value of the disableEdit property.
|
void |
setDisableRefresh(Boolean value)
Sets the value of the disableRefresh property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFillFormulas(Boolean value)
Sets the value of the fillFormulas property.
|
void |
setFirstBackgroundRefresh(Boolean value)
Sets the value of the firstBackgroundRefresh property.
|
void |
setGrowShrinkType(STGrowShrinkType value)
Sets the value of the growShrinkType property.
|
void |
setHeaders(Boolean value)
Sets the value of the headers property.
|
void |
setIntermediate(Boolean value)
Sets the value of the intermediate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setPreserveFormatting(Boolean value)
Sets the value of the preserveFormatting property.
|
void |
setQueryTableRefresh(CTQueryTableRefresh value)
Sets the value of the queryTableRefresh property.
|
void |
setRefreshOnLoad(Boolean value)
Sets the value of the refreshOnLoad property.
|
void |
setRemoveDataOnSave(Boolean value)
Sets the value of the removeDataOnSave property.
|
void |
setRowNumbers(Boolean value)
Sets the value of the rowNumbers property.
|
protected CTQueryTableRefresh queryTableRefresh
protected CTExtensionList extLst
protected String name
protected Boolean headers
protected Boolean rowNumbers
protected Boolean disableRefresh
protected Boolean backgroundRefresh
protected Boolean firstBackgroundRefresh
protected Boolean refreshOnLoad
protected STGrowShrinkType growShrinkType
protected Boolean fillFormulas
protected Boolean removeDataOnSave
protected Boolean disableEdit
protected Boolean preserveFormatting
protected Boolean adjustColumnWidth
protected Boolean intermediate
protected long connectionId
protected Long autoFormatId
protected Boolean applyNumberFormats
protected Boolean applyBorderFormats
protected Boolean applyFontFormats
protected Boolean applyPatternFormats
protected Boolean applyAlignmentFormats
protected Boolean applyWidthHeightFormats
public CTQueryTableRefresh getQueryTableRefresh()
CTQueryTableRefreshpublic void setQueryTableRefresh(CTQueryTableRefresh value)
value - allowed object is
CTQueryTableRefreshpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isHeaders()
Booleanpublic void setHeaders(Boolean value)
value - allowed object is
Booleanpublic boolean isRowNumbers()
Booleanpublic void setRowNumbers(Boolean value)
value - allowed object is
Booleanpublic boolean isDisableRefresh()
Booleanpublic void setDisableRefresh(Boolean value)
value - allowed object is
Booleanpublic boolean isBackgroundRefresh()
Booleanpublic void setBackgroundRefresh(Boolean value)
value - allowed object is
Booleanpublic boolean isFirstBackgroundRefresh()
Booleanpublic void setFirstBackgroundRefresh(Boolean value)
value - allowed object is
Booleanpublic boolean isRefreshOnLoad()
Booleanpublic void setRefreshOnLoad(Boolean value)
value - allowed object is
Booleanpublic STGrowShrinkType getGrowShrinkType()
STGrowShrinkTypepublic void setGrowShrinkType(STGrowShrinkType value)
value - allowed object is
STGrowShrinkTypepublic boolean isFillFormulas()
Booleanpublic void setFillFormulas(Boolean value)
value - allowed object is
Booleanpublic boolean isRemoveDataOnSave()
Booleanpublic void setRemoveDataOnSave(Boolean value)
value - allowed object is
Booleanpublic boolean isDisableEdit()
Booleanpublic void setDisableEdit(Boolean value)
value - allowed object is
Booleanpublic boolean isPreserveFormatting()
Booleanpublic void setPreserveFormatting(Boolean value)
value - allowed object is
Booleanpublic boolean isAdjustColumnWidth()
Booleanpublic void setAdjustColumnWidth(Boolean value)
value - allowed object is
Booleanpublic boolean isIntermediate()
Booleanpublic void setIntermediate(Boolean value)
value - allowed object is
Booleanpublic long getConnectionId()
public void setConnectionId(long value)
public Long getAutoFormatId()
Longpublic void setAutoFormatId(Long value)
value - allowed object is
Longpublic Boolean isApplyNumberFormats()
Booleanpublic void setApplyNumberFormats(Boolean value)
value - allowed object is
Booleanpublic Boolean isApplyBorderFormats()
Booleanpublic void setApplyBorderFormats(Boolean value)
value - allowed object is
Booleanpublic Boolean isApplyFontFormats()
Booleanpublic void setApplyFontFormats(Boolean value)
value - allowed object is
Booleanpublic Boolean isApplyPatternFormats()
Booleanpublic void setApplyPatternFormats(Boolean value)
value - allowed object is
Booleanpublic Boolean isApplyAlignmentFormats()
Booleanpublic void setApplyAlignmentFormats(Boolean value)
value - allowed object is
Booleanpublic Boolean isApplyWidthHeightFormats()
Booleanpublic void setApplyWidthHeightFormats(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.