Package org.xlsx4j.sml
Class CTObjectAnchor
java.lang.Object
org.xlsx4j.sml.CTObjectAnchor
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getFrom()Gets the value of the from property.Gets the parent object in the object tree representing the unmarshalled xml document.getTo()Gets the value of the to property.booleanGets the value of the moveWithCells property.booleanGets the value of the sizeWithCells property.voidSets the value of the from property.voidsetMoveWithCells(Boolean value) Sets the value of the moveWithCells property.voidvoidsetSizeWithCells(Boolean value) Sets the value of the sizeWithCells property.voidSets the value of the to property.
-
Field Details
-
from
-
to
-
moveWithCells
-
sizeWithCells
-
-
Constructor Details
-
CTObjectAnchor
public CTObjectAnchor()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
CTMarker
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isCTMarker
-
getTo
Gets the value of the to property.- Returns:
- possible object is
CTMarker
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isCTMarker
-
isMoveWithCells
public boolean isMoveWithCells()Gets the value of the moveWithCells property.- Returns:
- possible object is
Boolean
-
setMoveWithCells
Sets the value of the moveWithCells property.- Parameters:
value- allowed object isBoolean
-
isSizeWithCells
public boolean isSizeWithCells()Gets the value of the sizeWithCells property.- Returns:
- possible object is
Boolean
-
setSizeWithCells
Sets the value of the sizeWithCells property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-