public class CTObjectAnchor extends java.lang.Object implements Child
Java class for CT_ObjectAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ObjectAnchor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}from"/>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}to"/>
</sequence>
<attribute name="moveWithCells" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="sizeWithCells" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTMarker |
from |
protected java.lang.Boolean |
moveWithCells |
protected java.lang.Boolean |
sizeWithCells |
protected CTMarker |
to |
| Constructor and Description |
|---|
CTObjectAnchor() |
| 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.
|
CTMarker |
getFrom()
Gets the value of the from property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTMarker |
getTo()
Gets the value of the to property.
|
boolean |
isMoveWithCells()
Gets the value of the moveWithCells property.
|
boolean |
isSizeWithCells()
Gets the value of the sizeWithCells property.
|
void |
setFrom(CTMarker value)
Sets the value of the from property.
|
void |
setMoveWithCells(java.lang.Boolean value)
Sets the value of the moveWithCells property.
|
void |
setParent(java.lang.Object parent) |
void |
setSizeWithCells(java.lang.Boolean value)
Sets the value of the sizeWithCells property.
|
void |
setTo(CTMarker value)
Sets the value of the to property.
|
protected CTMarker from
protected CTMarker to
protected java.lang.Boolean moveWithCells
protected java.lang.Boolean sizeWithCells
public CTMarker getFrom()
CTMarkerpublic void setFrom(CTMarker value)
value - allowed object is
CTMarkerpublic CTMarker getTo()
CTMarkerpublic void setTo(CTMarker value)
value - allowed object is
CTMarkerpublic boolean isMoveWithCells()
Booleanpublic void setMoveWithCells(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSizeWithCells()
Booleanpublic void setSizeWithCells(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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–2023. All rights reserved.