public class Inline extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTNonVisualGraphicFrameProperties |
cNvGraphicFramePr |
protected Long |
distB |
protected Long |
distL |
protected Long |
distR |
protected Long |
distT |
protected CTNonVisualDrawingProps |
docPr |
protected CTEffectExtent |
effectExtent |
protected CTPositiveSize2D |
extent |
protected Graphic |
graphic |
| Constructor and Description |
|---|
Inline() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTNonVisualGraphicFrameProperties |
getCNvGraphicFramePr()
Gets the value of the cNvGraphicFramePr property.
|
Long |
getDistB()
Gets the value of the distB property.
|
Long |
getDistL()
Gets the value of the distL property.
|
Long |
getDistR()
Gets the value of the distR property.
|
Long |
getDistT()
Gets the value of the distT property.
|
CTNonVisualDrawingProps |
getDocPr()
Gets the value of the docPr property.
|
CTEffectExtent |
getEffectExtent()
Gets the value of the effectExtent property.
|
CTPositiveSize2D |
getExtent()
Gets the value of the extent property.
|
Graphic |
getGraphic()
Gets the value of the graphic property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setCNvGraphicFramePr(CTNonVisualGraphicFrameProperties value)
Sets the value of the cNvGraphicFramePr property.
|
void |
setDistB(Long value)
Sets the value of the distB property.
|
void |
setDistL(Long value)
Sets the value of the distL property.
|
void |
setDistR(Long value)
Sets the value of the distR property.
|
void |
setDistT(Long value)
Sets the value of the distT property.
|
void |
setDocPr(CTNonVisualDrawingProps value)
Sets the value of the docPr property.
|
void |
setEffectExtent(CTEffectExtent value)
Sets the value of the effectExtent property.
|
void |
setExtent(CTPositiveSize2D value)
Sets the value of the extent property.
|
void |
setGraphic(Graphic value)
Sets the value of the graphic property.
|
void |
setParent(Object parent) |
protected CTPositiveSize2D extent
protected CTEffectExtent effectExtent
protected CTNonVisualDrawingProps docPr
protected CTNonVisualGraphicFrameProperties cNvGraphicFramePr
protected Graphic graphic
protected Long distT
protected Long distB
protected Long distL
protected Long distR
public CTPositiveSize2D getExtent()
CTPositiveSize2Dpublic void setExtent(CTPositiveSize2D value)
value - allowed object is
CTPositiveSize2Dpublic CTEffectExtent getEffectExtent()
CTEffectExtentpublic void setEffectExtent(CTEffectExtent value)
value - allowed object is
CTEffectExtentpublic CTNonVisualDrawingProps getDocPr()
CTNonVisualDrawingPropspublic void setDocPr(CTNonVisualDrawingProps value)
value - allowed object is
CTNonVisualDrawingPropspublic CTNonVisualGraphicFrameProperties getCNvGraphicFramePr()
CTNonVisualGraphicFramePropertiespublic void setCNvGraphicFramePr(CTNonVisualGraphicFrameProperties value)
value - allowed object is
CTNonVisualGraphicFramePropertiespublic Graphic getGraphic()
Graphicpublic void setGraphic(Graphic value)
value - allowed object is
Graphicpublic Long getDistT()
Longpublic void setDistT(Long value)
value - allowed object is
Longpublic Long getDistB()
Longpublic void setDistB(Long value)
value - allowed object is
Longpublic Long getDistL()
Longpublic void setDistL(Long value)
value - allowed object is
Longpublic Long getDistR()
Longpublic void setDistR(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.