public class CTMetadataType extends Object implements Child
Java class for CT_MetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="minSupportedVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="ghostRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ghostCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="edit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="delete" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="copy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteValues" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteFormats" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteDataValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteBorders" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteColWidths" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pasteNumberFormats" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="splitFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="splitAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rowColShift" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="clearAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="clearFormats" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="clearContents" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="clearComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="assign" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="coerce" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="adjust" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="cellMeta" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjust |
protected Boolean |
assign |
protected Boolean |
cellMeta |
protected Boolean |
clearAll |
protected Boolean |
clearComments |
protected Boolean |
clearContents |
protected Boolean |
clearFormats |
protected Boolean |
coerce |
protected Boolean |
copy |
protected Boolean |
delete |
protected Boolean |
edit |
protected Boolean |
ghostCol |
protected Boolean |
ghostRow |
protected Boolean |
merge |
protected long |
minSupportedVersion |
protected String |
name |
protected Boolean |
pasteAll |
protected Boolean |
pasteBorders |
protected Boolean |
pasteColWidths |
protected Boolean |
pasteComments |
protected Boolean |
pasteDataValidation |
protected Boolean |
pasteFormats |
protected Boolean |
pasteFormulas |
protected Boolean |
pasteNumberFormats |
protected Boolean |
pasteValues |
protected Boolean |
rowColShift |
protected Boolean |
splitAll |
protected Boolean |
splitFirst |
| Constructor and Description |
|---|
CTMetadataType() |
| 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 |
getMinSupportedVersion()
Gets the value of the minSupportedVersion 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.
|
boolean |
isAdjust()
Gets the value of the adjust property.
|
boolean |
isAssign()
Gets the value of the assign property.
|
boolean |
isCellMeta()
Gets the value of the cellMeta property.
|
boolean |
isClearAll()
Gets the value of the clearAll property.
|
boolean |
isClearComments()
Gets the value of the clearComments property.
|
boolean |
isClearContents()
Gets the value of the clearContents property.
|
boolean |
isClearFormats()
Gets the value of the clearFormats property.
|
boolean |
isCoerce()
Gets the value of the coerce property.
|
boolean |
isCopy()
Gets the value of the copy property.
|
boolean |
isDelete()
Gets the value of the delete property.
|
boolean |
isEdit()
Gets the value of the edit property.
|
boolean |
isGhostCol()
Gets the value of the ghostCol property.
|
boolean |
isGhostRow()
Gets the value of the ghostRow property.
|
boolean |
isMerge()
Gets the value of the merge property.
|
boolean |
isPasteAll()
Gets the value of the pasteAll property.
|
boolean |
isPasteBorders()
Gets the value of the pasteBorders property.
|
boolean |
isPasteColWidths()
Gets the value of the pasteColWidths property.
|
boolean |
isPasteComments()
Gets the value of the pasteComments property.
|
boolean |
isPasteDataValidation()
Gets the value of the pasteDataValidation property.
|
boolean |
isPasteFormats()
Gets the value of the pasteFormats property.
|
boolean |
isPasteFormulas()
Gets the value of the pasteFormulas property.
|
boolean |
isPasteNumberFormats()
Gets the value of the pasteNumberFormats property.
|
boolean |
isPasteValues()
Gets the value of the pasteValues property.
|
boolean |
isRowColShift()
Gets the value of the rowColShift property.
|
boolean |
isSplitAll()
Gets the value of the splitAll property.
|
boolean |
isSplitFirst()
Gets the value of the splitFirst property.
|
void |
setAdjust(Boolean value)
Sets the value of the adjust property.
|
void |
setAssign(Boolean value)
Sets the value of the assign property.
|
void |
setCellMeta(Boolean value)
Sets the value of the cellMeta property.
|
void |
setClearAll(Boolean value)
Sets the value of the clearAll property.
|
void |
setClearComments(Boolean value)
Sets the value of the clearComments property.
|
void |
setClearContents(Boolean value)
Sets the value of the clearContents property.
|
void |
setClearFormats(Boolean value)
Sets the value of the clearFormats property.
|
void |
setCoerce(Boolean value)
Sets the value of the coerce property.
|
void |
setCopy(Boolean value)
Sets the value of the copy property.
|
void |
setDelete(Boolean value)
Sets the value of the delete property.
|
void |
setEdit(Boolean value)
Sets the value of the edit property.
|
void |
setGhostCol(Boolean value)
Sets the value of the ghostCol property.
|
void |
setGhostRow(Boolean value)
Sets the value of the ghostRow property.
|
void |
setMerge(Boolean value)
Sets the value of the merge property.
|
void |
setMinSupportedVersion(long value)
Sets the value of the minSupportedVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setPasteAll(Boolean value)
Sets the value of the pasteAll property.
|
void |
setPasteBorders(Boolean value)
Sets the value of the pasteBorders property.
|
void |
setPasteColWidths(Boolean value)
Sets the value of the pasteColWidths property.
|
void |
setPasteComments(Boolean value)
Sets the value of the pasteComments property.
|
void |
setPasteDataValidation(Boolean value)
Sets the value of the pasteDataValidation property.
|
void |
setPasteFormats(Boolean value)
Sets the value of the pasteFormats property.
|
void |
setPasteFormulas(Boolean value)
Sets the value of the pasteFormulas property.
|
void |
setPasteNumberFormats(Boolean value)
Sets the value of the pasteNumberFormats property.
|
void |
setPasteValues(Boolean value)
Sets the value of the pasteValues property.
|
void |
setRowColShift(Boolean value)
Sets the value of the rowColShift property.
|
void |
setSplitAll(Boolean value)
Sets the value of the splitAll property.
|
void |
setSplitFirst(Boolean value)
Sets the value of the splitFirst property.
|
protected String name
protected long minSupportedVersion
protected Boolean ghostRow
protected Boolean ghostCol
protected Boolean edit
protected Boolean delete
protected Boolean copy
protected Boolean pasteAll
protected Boolean pasteFormulas
protected Boolean pasteValues
protected Boolean pasteFormats
protected Boolean pasteComments
protected Boolean pasteDataValidation
protected Boolean pasteBorders
protected Boolean pasteColWidths
protected Boolean pasteNumberFormats
protected Boolean merge
protected Boolean splitFirst
protected Boolean splitAll
protected Boolean rowColShift
protected Boolean clearAll
protected Boolean clearFormats
protected Boolean clearContents
protected Boolean clearComments
protected Boolean assign
protected Boolean coerce
protected Boolean adjust
protected Boolean cellMeta
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getMinSupportedVersion()
public void setMinSupportedVersion(long value)
public boolean isGhostRow()
Booleanpublic void setGhostRow(Boolean value)
value - allowed object is
Booleanpublic boolean isGhostCol()
Booleanpublic void setGhostCol(Boolean value)
value - allowed object is
Booleanpublic boolean isEdit()
Booleanpublic void setEdit(Boolean value)
value - allowed object is
Booleanpublic boolean isDelete()
Booleanpublic void setDelete(Boolean value)
value - allowed object is
Booleanpublic boolean isCopy()
Booleanpublic void setCopy(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteAll()
Booleanpublic void setPasteAll(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteFormulas()
Booleanpublic void setPasteFormulas(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteValues()
Booleanpublic void setPasteValues(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteFormats()
Booleanpublic void setPasteFormats(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteComments()
Booleanpublic void setPasteComments(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteDataValidation()
Booleanpublic void setPasteDataValidation(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteBorders()
Booleanpublic void setPasteBorders(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteColWidths()
Booleanpublic void setPasteColWidths(Boolean value)
value - allowed object is
Booleanpublic boolean isPasteNumberFormats()
Booleanpublic void setPasteNumberFormats(Boolean value)
value - allowed object is
Booleanpublic boolean isMerge()
Booleanpublic void setMerge(Boolean value)
value - allowed object is
Booleanpublic boolean isSplitFirst()
Booleanpublic void setSplitFirst(Boolean value)
value - allowed object is
Booleanpublic boolean isSplitAll()
Booleanpublic void setSplitAll(Boolean value)
value - allowed object is
Booleanpublic boolean isRowColShift()
Booleanpublic void setRowColShift(Boolean value)
value - allowed object is
Booleanpublic boolean isClearAll()
Booleanpublic void setClearAll(Boolean value)
value - allowed object is
Booleanpublic boolean isClearFormats()
Booleanpublic void setClearFormats(Boolean value)
value - allowed object is
Booleanpublic boolean isClearContents()
Booleanpublic void setClearContents(Boolean value)
value - allowed object is
Booleanpublic boolean isClearComments()
Booleanpublic void setClearComments(Boolean value)
value - allowed object is
Booleanpublic boolean isAssign()
Booleanpublic void setAssign(Boolean value)
value - allowed object is
Booleanpublic boolean isCoerce()
Booleanpublic void setCoerce(Boolean value)
value - allowed object is
Booleanpublic boolean isAdjust()
Booleanpublic void setAdjust(Boolean value)
value - allowed object is
Booleanpublic boolean isCellMeta()
Booleanpublic void setCellMeta(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-2021. All Rights Reserved.