Class Inline
java.lang.Object
org.docx4j.dml.wordprocessingDrawing.Inline
- All Implemented Interfaces:
Child
public class Inline extends java.lang.Object implements Child
Java class for CT_Inline complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Inline">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extent" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D"/>
<element name="effectExtent" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}CT_EffectExtent" minOccurs="0"/>
<element name="docPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps"/>
<element name="cNvGraphicFramePr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualGraphicFrameProperties" minOccurs="0"/>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/main}graphic"/>
</sequence>
<attribute name="distT" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
<attribute name="distB" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
<attribute name="distL" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
<attribute name="distR" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTNonVisualGraphicFramePropertiescNvGraphicFramePrprotected java.lang.LongdistBprotected java.lang.LongdistLprotected java.lang.LongdistRprotected java.lang.LongdistTprotected CTNonVisualDrawingPropsdocPrprotected CTEffectExtenteffectExtentprotected CTPositiveSize2Dextentprotected Graphicgraphic -
Constructor Summary
Constructors Constructor Description Inline() -
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.CTNonVisualGraphicFramePropertiesgetCNvGraphicFramePr()Gets the value of the cNvGraphicFramePr property.java.lang.LonggetDistB()Gets the value of the distB property.java.lang.LonggetDistL()Gets the value of the distL property.java.lang.LonggetDistR()Gets the value of the distR property.java.lang.LonggetDistT()Gets the value of the distT property.CTNonVisualDrawingPropsgetDocPr()Gets the value of the docPr property.CTEffectExtentgetEffectExtent()Gets the value of the effectExtent property.CTPositiveSize2DgetExtent()Gets the value of the extent property.GraphicgetGraphic()Gets the value of the graphic property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetCNvGraphicFramePr(CTNonVisualGraphicFrameProperties value)Sets the value of the cNvGraphicFramePr property.voidsetDistB(java.lang.Long value)Sets the value of the distB property.voidsetDistL(java.lang.Long value)Sets the value of the distL property.voidsetDistR(java.lang.Long value)Sets the value of the distR property.voidsetDistT(java.lang.Long value)Sets the value of the distT property.voidsetDocPr(CTNonVisualDrawingProps value)Sets the value of the docPr property.voidsetEffectExtent(CTEffectExtent value)Sets the value of the effectExtent property.voidsetExtent(CTPositiveSize2D value)Sets the value of the extent property.voidsetGraphic(Graphic value)Sets the value of the graphic property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
extent
-
effectExtent
-
docPr
-
cNvGraphicFramePr
-
graphic
-
distT
protected java.lang.Long distT -
distB
protected java.lang.Long distB -
distL
protected java.lang.Long distL -
distR
protected java.lang.Long distR
-
-
Constructor Details
-
Inline
public Inline()
-
-
Method Details
-
getExtent
Gets the value of the extent property.- Returns:
- possible object is
CTPositiveSize2D
-
setExtent
Sets the value of the extent property.- Parameters:
value- allowed object isCTPositiveSize2D
-
getEffectExtent
Gets the value of the effectExtent property.- Returns:
- possible object is
CTEffectExtent
-
setEffectExtent
Sets the value of the effectExtent property.- Parameters:
value- allowed object isCTEffectExtent
-
getDocPr
Gets the value of the docPr property.- Returns:
- possible object is
CTNonVisualDrawingProps
-
setDocPr
Sets the value of the docPr property.- Parameters:
value- allowed object isCTNonVisualDrawingProps
-
getCNvGraphicFramePr
Gets the value of the cNvGraphicFramePr property.- Returns:
- possible object is
CTNonVisualGraphicFrameProperties
-
setCNvGraphicFramePr
Sets the value of the cNvGraphicFramePr property.- Parameters:
value- allowed object isCTNonVisualGraphicFrameProperties
-
getGraphic
Gets the value of the graphic property.- Returns:
- possible object is
Graphic
-
setGraphic
Sets the value of the graphic property.- Parameters:
value- allowed object isGraphic
-
getDistT
public java.lang.Long getDistT()Gets the value of the distT property.- Returns:
- possible object is
Long
-
setDistT
public void setDistT(java.lang.Long value)Sets the value of the distT property.- Parameters:
value- allowed object isLong
-
getDistB
public java.lang.Long getDistB()Gets the value of the distB property.- Returns:
- possible object is
Long
-
setDistB
public void setDistB(java.lang.Long value)Sets the value of the distB property.- Parameters:
value- allowed object isLong
-
getDistL
public java.lang.Long getDistL()Gets the value of the distL property.- Returns:
- possible object is
Long
-
setDistL
public void setDistL(java.lang.Long value)Sets the value of the distL property.- Parameters:
value- allowed object isLong
-
getDistR
public java.lang.Long getDistR()Gets the value of the distR property.- Returns:
- possible object is
Long
-
setDistR
public void setDistR(java.lang.Long value)Sets the value of the distR property.- Parameters:
value- allowed object isLong
-
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.
-