Package org.docx4j.dml.chart
Class CTManualLayout
java.lang.Object
org.docx4j.dml.chart.CTManualLayout
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListprotected CTDoubleprotected CTLayoutModeprotected CTLayoutTargetprotected CTDoubleprotected CTLayoutModeprotected CTDoubleprotected CTLayoutModeprotected CTDoubleprotected CTLayoutMode -
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.Gets the value of the extLst property.getH()Gets the value of the h property.getHMode()Gets the value of the hMode property.Gets the value of the layoutTarget property.Gets the parent object in the object tree representing the unmarshalled xml document.getW()Gets the value of the w property.getWMode()Gets the value of the wMode property.getX()Gets the value of the x property.getXMode()Gets the value of the xMode property.getY()Gets the value of the y property.getYMode()Gets the value of the yMode property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets 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.voidvoidSets the value of the w property.voidsetWMode(CTLayoutMode value) Sets the value of the wMode property.voidSets the value of the x property.voidsetXMode(CTLayoutMode value) Sets the value of the xMode property.voidSets the value of the y property.voidsetYMode(CTLayoutMode value) Sets the value of the yMode property.
-
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
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.
-