Package org.xlsx4j.sml
Class CTMetadataType
java.lang.Object
org.xlsx4j.sml.CTMetadataType
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected longprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Boolean -
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.longGets the value of the minSupportedVersion property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanisAdjust()Gets the value of the adjust property.booleanisAssign()Gets the value of the assign property.booleanGets the value of the cellMeta property.booleanGets the value of the clearAll property.booleanGets the value of the clearComments property.booleanGets the value of the clearContents property.booleanGets the value of the clearFormats property.booleanisCoerce()Gets the value of the coerce property.booleanisCopy()Gets the value of the copy property.booleanisDelete()Gets the value of the delete property.booleanisEdit()Gets the value of the edit property.booleanGets the value of the ghostCol property.booleanGets the value of the ghostRow property.booleanisMerge()Gets the value of the merge property.booleanGets the value of the pasteAll property.booleanGets the value of the pasteBorders property.booleanGets the value of the pasteColWidths property.booleanGets the value of the pasteComments property.booleanGets the value of the pasteDataValidation property.booleanGets the value of the pasteFormats property.booleanGets the value of the pasteFormulas property.booleanGets the value of the pasteNumberFormats property.booleanGets the value of the pasteValues property.booleanGets the value of the rowColShift property.booleanGets the value of the splitAll property.booleanGets the value of the splitFirst property.voidSets the value of the adjust property.voidSets the value of the assign property.voidsetCellMeta(Boolean value) Sets the value of the cellMeta property.voidsetClearAll(Boolean value) Sets the value of the clearAll property.voidsetClearComments(Boolean value) Sets the value of the clearComments property.voidsetClearContents(Boolean value) Sets the value of the clearContents property.voidsetClearFormats(Boolean value) Sets the value of the clearFormats property.voidSets the value of the coerce property.voidSets the value of the copy property.voidSets the value of the delete property.voidSets the value of the edit property.voidsetGhostCol(Boolean value) Sets the value of the ghostCol property.voidsetGhostRow(Boolean value) Sets the value of the ghostRow property.voidSets the value of the merge property.voidsetMinSupportedVersion(long value) Sets the value of the minSupportedVersion property.voidSets the value of the name property.voidvoidsetPasteAll(Boolean value) Sets the value of the pasteAll property.voidsetPasteBorders(Boolean value) Sets the value of the pasteBorders property.voidsetPasteColWidths(Boolean value) Sets the value of the pasteColWidths property.voidsetPasteComments(Boolean value) Sets the value of the pasteComments property.voidsetPasteDataValidation(Boolean value) Sets the value of the pasteDataValidation property.voidsetPasteFormats(Boolean value) Sets the value of the pasteFormats property.voidsetPasteFormulas(Boolean value) Sets the value of the pasteFormulas property.voidsetPasteNumberFormats(Boolean value) Sets the value of the pasteNumberFormats property.voidsetPasteValues(Boolean value) Sets the value of the pasteValues property.voidsetRowColShift(Boolean value) Sets the value of the rowColShift property.voidsetSplitAll(Boolean value) Sets the value of the splitAll property.voidsetSplitFirst(Boolean value) Sets the value of the splitFirst property.
-
Field Details
-
name
-
minSupportedVersion
protected long minSupportedVersion -
ghostRow
-
ghostCol
-
edit
-
delete
-
copy
-
pasteAll
-
pasteFormulas
-
pasteValues
-
pasteFormats
-
pasteComments
-
pasteDataValidation
-
pasteBorders
-
pasteColWidths
-
pasteNumberFormats
-
merge
-
splitFirst
-
splitAll
-
rowColShift
-
clearAll
-
clearFormats
-
clearContents
-
clearComments
-
assign
-
coerce
-
adjust
-
cellMeta
-
-
Constructor Details
-
CTMetadataType
public CTMetadataType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMinSupportedVersion
public long getMinSupportedVersion()Gets the value of the minSupportedVersion property. -
setMinSupportedVersion
public void setMinSupportedVersion(long value) Sets the value of the minSupportedVersion property. -
isGhostRow
public boolean isGhostRow()Gets the value of the ghostRow property.- Returns:
- possible object is
Boolean
-
setGhostRow
Sets the value of the ghostRow property.- Parameters:
value- allowed object isBoolean
-
isGhostCol
public boolean isGhostCol()Gets the value of the ghostCol property.- Returns:
- possible object is
Boolean
-
setGhostCol
Sets the value of the ghostCol property.- Parameters:
value- allowed object isBoolean
-
isEdit
public boolean isEdit()Gets the value of the edit property.- Returns:
- possible object is
Boolean
-
setEdit
Sets the value of the edit property.- Parameters:
value- allowed object isBoolean
-
isDelete
public boolean isDelete()Gets the value of the delete property.- Returns:
- possible object is
Boolean
-
setDelete
Sets the value of the delete property.- Parameters:
value- allowed object isBoolean
-
isCopy
public boolean isCopy()Gets the value of the copy property.- Returns:
- possible object is
Boolean
-
setCopy
Sets the value of the copy property.- Parameters:
value- allowed object isBoolean
-
isPasteAll
public boolean isPasteAll()Gets the value of the pasteAll property.- Returns:
- possible object is
Boolean
-
setPasteAll
Sets the value of the pasteAll property.- Parameters:
value- allowed object isBoolean
-
isPasteFormulas
public boolean isPasteFormulas()Gets the value of the pasteFormulas property.- Returns:
- possible object is
Boolean
-
setPasteFormulas
Sets the value of the pasteFormulas property.- Parameters:
value- allowed object isBoolean
-
isPasteValues
public boolean isPasteValues()Gets the value of the pasteValues property.- Returns:
- possible object is
Boolean
-
setPasteValues
Sets the value of the pasteValues property.- Parameters:
value- allowed object isBoolean
-
isPasteFormats
public boolean isPasteFormats()Gets the value of the pasteFormats property.- Returns:
- possible object is
Boolean
-
setPasteFormats
Sets the value of the pasteFormats property.- Parameters:
value- allowed object isBoolean
-
isPasteComments
public boolean isPasteComments()Gets the value of the pasteComments property.- Returns:
- possible object is
Boolean
-
setPasteComments
Sets the value of the pasteComments property.- Parameters:
value- allowed object isBoolean
-
isPasteDataValidation
public boolean isPasteDataValidation()Gets the value of the pasteDataValidation property.- Returns:
- possible object is
Boolean
-
setPasteDataValidation
Sets the value of the pasteDataValidation property.- Parameters:
value- allowed object isBoolean
-
isPasteBorders
public boolean isPasteBorders()Gets the value of the pasteBorders property.- Returns:
- possible object is
Boolean
-
setPasteBorders
Sets the value of the pasteBorders property.- Parameters:
value- allowed object isBoolean
-
isPasteColWidths
public boolean isPasteColWidths()Gets the value of the pasteColWidths property.- Returns:
- possible object is
Boolean
-
setPasteColWidths
Sets the value of the pasteColWidths property.- Parameters:
value- allowed object isBoolean
-
isPasteNumberFormats
public boolean isPasteNumberFormats()Gets the value of the pasteNumberFormats property.- Returns:
- possible object is
Boolean
-
setPasteNumberFormats
Sets the value of the pasteNumberFormats property.- Parameters:
value- allowed object isBoolean
-
isMerge
public boolean isMerge()Gets the value of the merge property.- Returns:
- possible object is
Boolean
-
setMerge
Sets the value of the merge property.- Parameters:
value- allowed object isBoolean
-
isSplitFirst
public boolean isSplitFirst()Gets the value of the splitFirst property.- Returns:
- possible object is
Boolean
-
setSplitFirst
Sets the value of the splitFirst property.- Parameters:
value- allowed object isBoolean
-
isSplitAll
public boolean isSplitAll()Gets the value of the splitAll property.- Returns:
- possible object is
Boolean
-
setSplitAll
Sets the value of the splitAll property.- Parameters:
value- allowed object isBoolean
-
isRowColShift
public boolean isRowColShift()Gets the value of the rowColShift property.- Returns:
- possible object is
Boolean
-
setRowColShift
Sets the value of the rowColShift property.- Parameters:
value- allowed object isBoolean
-
isClearAll
public boolean isClearAll()Gets the value of the clearAll property.- Returns:
- possible object is
Boolean
-
setClearAll
Sets the value of the clearAll property.- Parameters:
value- allowed object isBoolean
-
isClearFormats
public boolean isClearFormats()Gets the value of the clearFormats property.- Returns:
- possible object is
Boolean
-
setClearFormats
Sets the value of the clearFormats property.- Parameters:
value- allowed object isBoolean
-
isClearContents
public boolean isClearContents()Gets the value of the clearContents property.- Returns:
- possible object is
Boolean
-
setClearContents
Sets the value of the clearContents property.- Parameters:
value- allowed object isBoolean
-
isClearComments
public boolean isClearComments()Gets the value of the clearComments property.- Returns:
- possible object is
Boolean
-
setClearComments
Sets the value of the clearComments property.- Parameters:
value- allowed object isBoolean
-
isAssign
public boolean isAssign()Gets the value of the assign property.- Returns:
- possible object is
Boolean
-
setAssign
Sets the value of the assign property.- Parameters:
value- allowed object isBoolean
-
isCoerce
public boolean isCoerce()Gets the value of the coerce property.- Returns:
- possible object is
Boolean
-
setCoerce
Sets the value of the coerce property.- Parameters:
value- allowed object isBoolean
-
isAdjust
public boolean isAdjust()Gets the value of the adjust property.- Returns:
- possible object is
Boolean
-
setAdjust
Sets the value of the adjust property.- Parameters:
value- allowed object isBoolean
-
isCellMeta
public boolean isCellMeta()Gets the value of the cellMeta property.- Returns:
- possible object is
Boolean
-
setCellMeta
Sets the value of the cellMeta 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.
-