public class CTObjectAnchor extends 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 Boolean |
moveWithCells |
protected Boolean |
sizeWithCells |
protected CTMarker |
to |
| Constructor and Description |
|---|
CTObjectAnchor() |
| 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.
|
CTMarker |
getFrom()
Gets the value of the from property.
|
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(Boolean value)
Sets the value of the moveWithCells property.
|
void |
setParent(Object parent) |
void |
setSizeWithCells(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 Boolean moveWithCells
protected 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(Boolean value)
value - allowed object is
Booleanpublic boolean isSizeWithCells()
Booleanpublic void setSizeWithCells(Boolean value)
value - allowed object is
Booleanpublic 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-2022. All Rights Reserved.