Package org.docx4j.dml.chart
Class CTManualLayout
java.lang.Object
org.docx4j.dml.chart.CTManualLayout
- All Implemented Interfaces:
Child
public class CTManualLayout extends java.lang.Object implements Child
Java class for CT_ManualLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ManualLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="layoutTarget" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutTarget" minOccurs="0"/>
<element name="xMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
<element name="yMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
<element name="wMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
<element name="hMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
<element name="x" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="y" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="w" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="h" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtensionListextLstprotected CTDoublehprotected CTLayoutModehModeprotected CTLayoutTargetlayoutTargetprotected CTDoublewprotected CTLayoutModewModeprotected CTDoublexprotected CTLayoutModexModeprotected CTDoubleyprotected CTLayoutModeyMode -
Constructor Summary
Constructors Constructor Description CTManualLayout() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTExtensionListgetExtLst()Gets the value of the extLst property.CTDoublegetH()Gets the value of the h property.CTLayoutModegetHMode()Gets the value of the hMode property.CTLayoutTargetgetLayoutTarget()Gets the value of the layoutTarget property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTDoublegetW()Gets the value of the w property.CTLayoutModegetWMode()Gets the value of the wMode property.CTDoublegetX()Gets the value of the x property.CTLayoutModegetXMode()Gets the value of the xMode property.CTDoublegetY()Gets the value of the y property.CTLayoutModegetYMode()Gets the value of the yMode property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetH(CTDouble value)Sets the value of the h property.voidsetHMode(CTLayoutMode value)Sets the value of the hMode property.voidsetLayoutTarget(CTLayoutTarget value)Sets the value of the layoutTarget property.voidsetParent(java.lang.Object parent)voidsetW(CTDouble value)Sets the value of the w property.voidsetWMode(CTLayoutMode value)Sets the value of the wMode property.voidsetX(CTDouble value)Sets the value of the x property.voidsetXMode(CTLayoutMode value)Sets the value of the xMode property.voidsetY(CTDouble value)Sets the value of the y property.voidsetYMode(CTLayoutMode value)Sets the value of the yMode property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
layoutTarget
-
xMode
-
yMode
-
wMode
-
hMode
-
x
-
y
-
w
-
h
-
extLst
-
-
Constructor Details
-
CTManualLayout
public CTManualLayout()
-
-
Method Details
-
getLayoutTarget
Gets the value of the layoutTarget property.- Returns:
- possible object is
CTLayoutTarget
-
setLayoutTarget
Sets the value of the layoutTarget property.- Parameters:
value- allowed object isCTLayoutTarget
-
getXMode
Gets the value of the xMode property.- Returns:
- possible object is
CTLayoutMode
-
setXMode
Sets the value of the xMode property.- Parameters:
value- allowed object isCTLayoutMode
-
getYMode
Gets the value of the yMode property.- Returns:
- possible object is
CTLayoutMode
-
setYMode
Sets the value of the yMode property.- Parameters:
value- allowed object isCTLayoutMode
-
getWMode
Gets the value of the wMode property.- Returns:
- possible object is
CTLayoutMode
-
setWMode
Sets the value of the wMode property.- Parameters:
value- allowed object isCTLayoutMode
-
getHMode
Gets the value of the hMode property.- Returns:
- possible object is
CTLayoutMode
-
setHMode
Sets the value of the hMode property.- Parameters:
value- allowed object isCTLayoutMode
-
getX
Gets the value of the x property.- Returns:
- possible object is
CTDouble
-
setX
Sets the value of the x property.- Parameters:
value- allowed object isCTDouble
-
getY
Gets the value of the y property.- Returns:
- possible object is
CTDouble
-
setY
Sets the value of the y property.- Parameters:
value- allowed object isCTDouble
-
getW
Gets the value of the w property.- Returns:
- possible object is
CTDouble
-
setW
Sets the value of the w property.- Parameters:
value- allowed object isCTDouble
-
getH
Gets the value of the h property.- Returns:
- possible object is
CTDouble
-
setH
Sets the value of the h property.- Parameters:
value- allowed object isCTDouble
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-