public class CTObjectPr extends java.lang.Object implements Child
Java class for CT_ObjectPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ObjectPr">
<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="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="dde" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
altText |
protected CTObjectAnchor |
anchor |
protected java.lang.Boolean |
autoFill |
protected java.lang.Boolean |
autoLine |
protected java.lang.Boolean |
autoPict |
protected java.lang.Boolean |
dde |
protected java.lang.Boolean |
defaultSize |
protected java.lang.Boolean |
disabled |
protected java.lang.String |
id |
protected java.lang.Boolean |
locked |
protected java.lang.String |
macro |
protected java.lang.Boolean |
print |
protected java.lang.Boolean |
uiObject |
| Constructor and Description |
|---|
CTObjectPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAltText()
Gets the value of the altText property.
|
CTObjectAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getMacro()
Gets the value of the macro property.
|
java.lang.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 |
isDde()
Gets the value of the dde 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 |
isUiObject()
Gets the value of the uiObject property.
|
void |
setAltText(java.lang.String value)
Sets the value of the altText property.
|
void |
setAnchor(CTObjectAnchor value)
Sets the value of the anchor property.
|
void |
setAutoFill(java.lang.Boolean value)
Sets the value of the autoFill property.
|
void |
setAutoLine(java.lang.Boolean value)
Sets the value of the autoLine property.
|
void |
setAutoPict(java.lang.Boolean value)
Sets the value of the autoPict property.
|
void |
setDde(java.lang.Boolean value)
Sets the value of the dde property.
|
void |
setDefaultSize(java.lang.Boolean value)
Sets the value of the defaultSize property.
|
void |
setDisabled(java.lang.Boolean value)
Sets the value of the disabled property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property.
|
void |
setMacro(java.lang.String value)
Sets the value of the macro property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrint(java.lang.Boolean value)
Sets the value of the print property.
|
void |
setUiObject(java.lang.Boolean value)
Sets the value of the uiObject property.
|
protected CTObjectAnchor anchor
protected java.lang.Boolean locked
protected java.lang.Boolean defaultSize
protected java.lang.Boolean print
protected java.lang.Boolean disabled
protected java.lang.Boolean uiObject
protected java.lang.Boolean autoFill
protected java.lang.Boolean autoLine
protected java.lang.Boolean autoPict
protected java.lang.String macro
protected java.lang.String altText
protected java.lang.Boolean dde
protected java.lang.String id
public CTObjectAnchor getAnchor()
CTObjectAnchorpublic void setAnchor(CTObjectAnchor value)
value - allowed object is
CTObjectAnchorpublic boolean isLocked()
Booleanpublic void setLocked(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDefaultSize()
Booleanpublic void setDefaultSize(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPrint()
Booleanpublic void setPrint(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDisabled()
Booleanpublic void setDisabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isUiObject()
Booleanpublic void setUiObject(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAutoFill()
Booleanpublic void setAutoFill(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAutoLine()
Booleanpublic void setAutoLine(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAutoPict()
Booleanpublic void setAutoPict(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMacro()
Stringpublic void setMacro(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAltText()
Stringpublic void setAltText(java.lang.String value)
value - allowed object is
Stringpublic boolean isDde()
Booleanpublic void setDde(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.