public class CTControlPr extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
altText |
protected CTObjectAnchor |
anchor |
protected Boolean |
autoFill |
protected Boolean |
autoLine |
protected Boolean |
autoPict |
protected String |
cf |
protected Boolean |
defaultSize |
protected Boolean |
disabled |
protected String |
id |
protected String |
linkedCell |
protected String |
listFillRange |
protected Boolean |
locked |
protected String |
macro |
protected Boolean |
print |
protected Boolean |
recalcAlways |
protected Boolean |
uiObject |
| Constructor and Description |
|---|
CTControlPr() |
| 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.
|
String |
getAltText()
Gets the value of the altText property.
|
CTObjectAnchor |
getAnchor()
Gets the value of the anchor property.
|
String |
getCf()
Gets the value of the cf property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLinkedCell()
Gets the value of the linkedCell property.
|
String |
getListFillRange()
Gets the value of the listFillRange property.
|
String |
getMacro()
Gets the value of the macro property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isAutoFill()
Gets the value of the autoFill property.
|
boolean |
isAutoLine()
Gets the value of the autoLine property.
|
boolean |
isAutoPict()
Gets the value of the autoPict property.
|
boolean |
isDefaultSize()
Gets the value of the defaultSize property.
|
boolean |
isDisabled()
Gets the value of the disabled property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
boolean |
isPrint()
Gets the value of the print property.
|
boolean |
isRecalcAlways()
Gets the value of the recalcAlways property.
|
boolean |
isUiObject()
Gets the value of the uiObject property.
|
void |
setAltText(String value)
Sets the value of the altText property.
|
void |
setAnchor(CTObjectAnchor value)
Sets the value of the anchor property.
|
void |
setAutoFill(Boolean value)
Sets the value of the autoFill property.
|
void |
setAutoLine(Boolean value)
Sets the value of the autoLine property.
|
void |
setAutoPict(Boolean value)
Sets the value of the autoPict property.
|
void |
setCf(String value)
Sets the value of the cf property.
|
void |
setDefaultSize(Boolean value)
Sets the value of the defaultSize property.
|
void |
setDisabled(Boolean value)
Sets the value of the disabled property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLinkedCell(String value)
Sets the value of the linkedCell property.
|
void |
setListFillRange(String value)
Sets the value of the listFillRange property.
|
void |
setLocked(Boolean value)
Sets the value of the locked property.
|
void |
setMacro(String value)
Sets the value of the macro property.
|
void |
setParent(Object parent) |
void |
setPrint(Boolean value)
Sets the value of the print property.
|
void |
setRecalcAlways(Boolean value)
Sets the value of the recalcAlways property.
|
void |
setUiObject(Boolean value)
Sets the value of the uiObject property.
|
protected CTObjectAnchor anchor
protected Boolean locked
protected Boolean defaultSize
protected Boolean print
protected Boolean disabled
protected Boolean recalcAlways
protected Boolean uiObject
protected Boolean autoFill
protected Boolean autoLine
protected Boolean autoPict
protected String macro
protected String altText
protected String linkedCell
protected String listFillRange
protected String cf
protected String id
public CTObjectAnchor getAnchor()
CTObjectAnchorpublic void setAnchor(CTObjectAnchor value)
value - allowed object is
CTObjectAnchorpublic boolean isLocked()
Booleanpublic void setLocked(Boolean value)
value - allowed object is
Booleanpublic boolean isDefaultSize()
Booleanpublic void setDefaultSize(Boolean value)
value - allowed object is
Booleanpublic boolean isPrint()
Booleanpublic void setPrint(Boolean value)
value - allowed object is
Booleanpublic boolean isDisabled()
Booleanpublic void setDisabled(Boolean value)
value - allowed object is
Booleanpublic boolean isRecalcAlways()
Booleanpublic void setRecalcAlways(Boolean value)
value - allowed object is
Booleanpublic boolean isUiObject()
Booleanpublic void setUiObject(Boolean value)
value - allowed object is
Booleanpublic boolean isAutoFill()
Booleanpublic void setAutoFill(Boolean value)
value - allowed object is
Booleanpublic boolean isAutoLine()
Booleanpublic void setAutoLine(Boolean value)
value - allowed object is
Booleanpublic boolean isAutoPict()
Booleanpublic void setAutoPict(Boolean value)
value - allowed object is
Booleanpublic String getMacro()
Stringpublic void setMacro(String value)
value - allowed object is
Stringpublic String getAltText()
Stringpublic void setAltText(String value)
value - allowed object is
Stringpublic String getLinkedCell()
Stringpublic void setLinkedCell(String value)
value - allowed object is
Stringpublic String getListFillRange()
Stringpublic void setListFillRange(String value)
value - allowed object is
Stringpublic void setCf(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic 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.