Package org.xlsx4j.sml
Class CTControlPr
java.lang.Object
org.xlsx4j.sml.CTControlPr
- All Implemented Interfaces:
Child
public class CTControlPr extends java.lang.Object implements Child
Java class for CT_ControlPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ControlPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="anchor" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ObjectAnchor"/>
</sequence>
<attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defaultSize" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="print" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="recalcAlways" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="uiObject" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="autoFill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="autoLine" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="autoPict" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="macro" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" />
<attribute name="altText" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="linkedCell" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" />
<attribute name="listFillRange" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" />
<attribute name="cf" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" default="pict" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaltTextprotected CTObjectAnchoranchorprotected java.lang.BooleanautoFillprotected java.lang.BooleanautoLineprotected java.lang.BooleanautoPictprotected java.lang.Stringcfprotected java.lang.BooleandefaultSizeprotected java.lang.Booleandisabledprotected java.lang.Stringidprotected java.lang.StringlinkedCellprotected java.lang.StringlistFillRangeprotected java.lang.Booleanlockedprotected java.lang.Stringmacroprotected java.lang.Booleanprintprotected java.lang.BooleanrecalcAlwaysprotected java.lang.BooleanuiObject -
Constructor Summary
Constructors Constructor Description CTControlPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetAltText()Gets the value of the altText property.CTObjectAnchorgetAnchor()Gets the value of the anchor property.java.lang.StringgetCf()Gets the value of the cf property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLinkedCell()Gets the value of the linkedCell property.java.lang.StringgetListFillRange()Gets the value of the listFillRange property.java.lang.StringgetMacro()Gets the value of the macro property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisAutoFill()Gets the value of the autoFill property.booleanisAutoLine()Gets the value of the autoLine property.booleanisAutoPict()Gets the value of the autoPict property.booleanisDefaultSize()Gets the value of the defaultSize property.booleanisDisabled()Gets the value of the disabled property.booleanisLocked()Gets the value of the locked property.booleanisPrint()Gets the value of the print property.booleanisRecalcAlways()Gets the value of the recalcAlways property.booleanisUiObject()Gets the value of the uiObject property.voidsetAltText(java.lang.String value)Sets the value of the altText property.voidsetAnchor(CTObjectAnchor value)Sets the value of the anchor property.voidsetAutoFill(java.lang.Boolean value)Sets the value of the autoFill property.voidsetAutoLine(java.lang.Boolean value)Sets the value of the autoLine property.voidsetAutoPict(java.lang.Boolean value)Sets the value of the autoPict property.voidsetCf(java.lang.String value)Sets the value of the cf property.voidsetDefaultSize(java.lang.Boolean value)Sets the value of the defaultSize property.voidsetDisabled(java.lang.Boolean value)Sets the value of the disabled property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLinkedCell(java.lang.String value)Sets the value of the linkedCell property.voidsetListFillRange(java.lang.String value)Sets the value of the listFillRange property.voidsetLocked(java.lang.Boolean value)Sets the value of the locked property.voidsetMacro(java.lang.String value)Sets the value of the macro property.voidsetParent(java.lang.Object parent)voidsetPrint(java.lang.Boolean value)Sets the value of the print property.voidsetRecalcAlways(java.lang.Boolean value)Sets the value of the recalcAlways property.voidsetUiObject(java.lang.Boolean value)Sets the value of the uiObject property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
anchor
-
locked
protected java.lang.Boolean locked -
defaultSize
protected java.lang.Boolean defaultSize -
print
protected java.lang.Boolean print -
disabled
protected java.lang.Boolean disabled -
recalcAlways
protected java.lang.Boolean recalcAlways -
uiObject
protected java.lang.Boolean uiObject -
autoFill
protected java.lang.Boolean autoFill -
autoLine
protected java.lang.Boolean autoLine -
autoPict
protected java.lang.Boolean autoPict -
macro
protected java.lang.String macro -
altText
protected java.lang.String altText -
linkedCell
protected java.lang.String linkedCell -
listFillRange
protected java.lang.String listFillRange -
cf
protected java.lang.String cf -
id
protected java.lang.String id
-
-
Constructor Details
-
CTControlPr
public CTControlPr()
-
-
Method Details
-
getAnchor
Gets the value of the anchor property.- Returns:
- possible object is
CTObjectAnchor
-
setAnchor
Sets the value of the anchor property.- Parameters:
value- allowed object isCTObjectAnchor
-
isLocked
public boolean isLocked()Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
public void setLocked(java.lang.Boolean value)Sets the value of the locked property.- Parameters:
value- allowed object isBoolean
-
isDefaultSize
public boolean isDefaultSize()Gets the value of the defaultSize property.- Returns:
- possible object is
Boolean
-
setDefaultSize
public void setDefaultSize(java.lang.Boolean value)Sets the value of the defaultSize property.- Parameters:
value- allowed object isBoolean
-
isPrint
public boolean isPrint()Gets the value of the print property.- Returns:
- possible object is
Boolean
-
setPrint
public void setPrint(java.lang.Boolean value)Sets the value of the print property.- Parameters:
value- allowed object isBoolean
-
isDisabled
public boolean isDisabled()Gets the value of the disabled property.- Returns:
- possible object is
Boolean
-
setDisabled
public void setDisabled(java.lang.Boolean value)Sets the value of the disabled property.- Parameters:
value- allowed object isBoolean
-
isRecalcAlways
public boolean isRecalcAlways()Gets the value of the recalcAlways property.- Returns:
- possible object is
Boolean
-
setRecalcAlways
public void setRecalcAlways(java.lang.Boolean value)Sets the value of the recalcAlways property.- Parameters:
value- allowed object isBoolean
-
isUiObject
public boolean isUiObject()Gets the value of the uiObject property.- Returns:
- possible object is
Boolean
-
setUiObject
public void setUiObject(java.lang.Boolean value)Sets the value of the uiObject property.- Parameters:
value- allowed object isBoolean
-
isAutoFill
public boolean isAutoFill()Gets the value of the autoFill property.- Returns:
- possible object is
Boolean
-
setAutoFill
public void setAutoFill(java.lang.Boolean value)Sets the value of the autoFill property.- Parameters:
value- allowed object isBoolean
-
isAutoLine
public boolean isAutoLine()Gets the value of the autoLine property.- Returns:
- possible object is
Boolean
-
setAutoLine
public void setAutoLine(java.lang.Boolean value)Sets the value of the autoLine property.- Parameters:
value- allowed object isBoolean
-
isAutoPict
public boolean isAutoPict()Gets the value of the autoPict property.- Returns:
- possible object is
Boolean
-
setAutoPict
public void setAutoPict(java.lang.Boolean value)Sets the value of the autoPict property.- Parameters:
value- allowed object isBoolean
-
getMacro
public java.lang.String getMacro()Gets the value of the macro property.- Returns:
- possible object is
String
-
setMacro
public void setMacro(java.lang.String value)Sets the value of the macro property.- Parameters:
value- allowed object isString
-
getAltText
public java.lang.String getAltText()Gets the value of the altText property.- Returns:
- possible object is
String
-
setAltText
public void setAltText(java.lang.String value)Sets the value of the altText property.- Parameters:
value- allowed object isString
-
getLinkedCell
public java.lang.String getLinkedCell()Gets the value of the linkedCell property.- Returns:
- possible object is
String
-
setLinkedCell
public void setLinkedCell(java.lang.String value)Sets the value of the linkedCell property.- Parameters:
value- allowed object isString
-
getListFillRange
public java.lang.String getListFillRange()Gets the value of the listFillRange property.- Returns:
- possible object is
String
-
setListFillRange
public void setListFillRange(java.lang.String value)Sets the value of the listFillRange property.- Parameters:
value- allowed object isString
-
getCf
public java.lang.String getCf()Gets the value of the cf property.- Returns:
- possible object is
String
-
setCf
public void setCf(java.lang.String value)Sets the value of the cf property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-