Class Inline
java.lang.Object
org.docx4j.dml.wordprocessingDrawing.Inline
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTNonVisualGraphicFramePropertiesprotected Longprotected Longprotected Longprotected Longprotected CTNonVisualDrawingPropsprotected CTEffectExtentprotected CTPositiveSize2Dprotected Graphic -
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 cNvGraphicFramePr property.getDistB()Gets the value of the distB property.getDistL()Gets the value of the distL property.getDistR()Gets the value of the distR property.getDistT()Gets the value of the distT property.getDocPr()Gets the value of the docPr property.Gets the value of the effectExtent property.Gets the value of the extent property.Gets the value of the graphic property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the cNvGraphicFramePr property.voidSets the value of the distB property.voidSets the value of the distL property.voidSets the value of the distR property.voidSets 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.void
-
Field Details
-
extent
-
effectExtent
-
docPr
-
cNvGraphicFramePr
-
graphic
-
distT
-
distB
-
distL
-
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
Gets the value of the distT property.- Returns:
- possible object is
Long
-
setDistT
Sets the value of the distT property.- Parameters:
value- allowed object isLong
-
getDistB
Gets the value of the distB property.- Returns:
- possible object is
Long
-
setDistB
Sets the value of the distB property.- Parameters:
value- allowed object isLong
-
getDistL
Gets the value of the distL property.- Returns:
- possible object is
Long
-
setDistL
Sets the value of the distL property.- Parameters:
value- allowed object isLong
-
getDistR
Gets the value of the distR property.- Returns:
- possible object is
Long
-
setDistR
Sets the value of the distR property.- Parameters:
value- allowed object isLong
-
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.
-