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()
CTQueryTableRefresh
public void setQueryTableRefresh(CTQueryTableRefresh value)
value
- allowed object is
CTQueryTableRefresh
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isHeaders()
Boolean
public void setHeaders(Boolean value)
value
- allowed object is
Boolean
public boolean isRowNumbers()
Boolean
public void setRowNumbers(Boolean value)
value
- allowed object is
Boolean
public boolean isDisableRefresh()
Boolean
public void setDisableRefresh(Boolean value)
value
- allowed object is
Boolean
public boolean isBackgroundRefresh()
Boolean
public void setBackgroundRefresh(Boolean value)
value
- allowed object is
Boolean
public boolean isFirstBackgroundRefresh()
Boolean
public void setFirstBackgroundRefresh(Boolean value)
value
- allowed object is
Boolean
public boolean isRefreshOnLoad()
Boolean
public void setRefreshOnLoad(Boolean value)
value
- allowed object is
Boolean
public STGrowShrinkType getGrowShrinkType()
STGrowShrinkType
public void setGrowShrinkType(STGrowShrinkType value)
value
- allowed object is
STGrowShrinkType
public boolean isFillFormulas()
Boolean
public void setFillFormulas(Boolean value)
value
- allowed object is
Boolean
public boolean isRemoveDataOnSave()
Boolean
public void setRemoveDataOnSave(Boolean value)
value
- allowed object is
Boolean
public boolean isDisableEdit()
Boolean
public void setDisableEdit(Boolean value)
value
- allowed object is
Boolean
public boolean isPreserveFormatting()
Boolean
public void setPreserveFormatting(Boolean value)
value
- allowed object is
Boolean
public boolean isAdjustColumnWidth()
Boolean
public void setAdjustColumnWidth(Boolean value)
value
- allowed object is
Boolean
public boolean isIntermediate()
Boolean
public void setIntermediate(Boolean value)
value
- allowed object is
Boolean
public long getConnectionId()
public void setConnectionId(long value)
public Long getAutoFormatId()
Long
public void setAutoFormatId(Long value)
value
- allowed object is
Long
public Boolean isApplyNumberFormats()
Boolean
public void setApplyNumberFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyBorderFormats()
Boolean
public void setApplyBorderFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyFontFormats()
Boolean
public void setApplyFontFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyPatternFormats()
Boolean
public void setApplyPatternFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyAlignmentFormats()
Boolean
public void setApplyAlignmentFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyWidthHeightFormats()
Boolean
public void setApplyWidthHeightFormats(Boolean value)
value
- allowed object is
Boolean
public 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-2018. All Rights Reserved.