Class CTBlip
- All Implemented Interfaces:
Child
public class CTBlip extends java.lang.Object implements Child
Java class for CT_Blip complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Blip">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="alphaBiLevel" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaBiLevelEffect"/>
<element name="alphaCeiling" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaCeilingEffect"/>
<element name="alphaFloor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaFloorEffect"/>
<element name="alphaInv" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaInverseEffect"/>
<element name="alphaMod" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaModulateEffect"/>
<element name="alphaModFix" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaModulateFixedEffect"/>
<element name="alphaRepl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AlphaReplaceEffect"/>
<element name="biLevel" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BiLevelEffect"/>
<element name="blur" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BlurEffect"/>
<element name="clrChange" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorChangeEffect"/>
<element name="clrRepl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorReplaceEffect"/>
<element name="duotone" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_DuotoneEffect"/>
<element name="fillOverlay" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FillOverlayEffect"/>
<element name="grayscl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GrayscaleEffect"/>
<element name="hsl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_HSLEffect"/>
<element name="lum" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LuminanceEffect"/>
<element name="tint" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TintEffect"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/main}AG_Blob"/>
<attribute name="cstate" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlipCompression" default="none" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>alphaBiLevelOrAlphaCeilingOrAlphaFloorprotected STBlipCompressioncstateprotected java.lang.Stringembedprotected CTOfficeArtExtensionListextLstprotected java.lang.Stringlink -
Constructor Summary
Constructors Constructor Description CTBlip() -
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.java.util.List<java.lang.Object>getAlphaBiLevelOrAlphaCeilingOrAlphaFloor()Gets the value of the alphaBiLevelOrAlphaCeilingOrAlphaFloor property.STBlipCompressiongetCstate()Gets the value of the cstate property.java.lang.StringgetEmbed()Embedded Picture ReferenceCTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetLink()Linked Picture Referencejava.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetCstate(STBlipCompression value)Sets the value of the cstate property.voidsetEmbed(java.lang.String value)Sets the value of the embed property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetLink(java.lang.String value)Sets the value of the link 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
-
alphaBiLevelOrAlphaCeilingOrAlphaFloor
protected java.util.List<java.lang.Object> alphaBiLevelOrAlphaCeilingOrAlphaFloor -
extLst
-
cstate
-
embed
protected java.lang.String embed -
link
protected java.lang.String link
-
-
Constructor Details
-
CTBlip
public CTBlip()
-
-
Method Details
-
getAlphaBiLevelOrAlphaCeilingOrAlphaFloor
public java.util.List<java.lang.Object> getAlphaBiLevelOrAlphaCeilingOrAlphaFloor()Gets the value of the alphaBiLevelOrAlphaCeilingOrAlphaFloor property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the alphaBiLevelOrAlphaCeilingOrAlphaFloor property.For example, to add a new item, do as follows:
getAlphaBiLevelOrAlphaCeilingOrAlphaFloor().add(newItem);Objects of the following type(s) are allowed in the list
CTAlphaBiLevelEffectCTAlphaCeilingEffectCTAlphaFloorEffectCTAlphaInverseEffectCTAlphaModulateEffectCTAlphaModulateFixedEffectCTAlphaReplaceEffectCTBiLevelEffectCTBlurEffectCTColorChangeEffectCTColorReplaceEffectCTDuotoneEffectCTFillOverlayEffectCTGrayscaleEffectCTHSLEffectCTLuminanceEffectCTTintEffect -
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getCstate
Gets the value of the cstate property.- Returns:
- possible object is
STBlipCompression
-
setCstate
Sets the value of the cstate property.- Parameters:
value- allowed object isSTBlipCompression
-
getEmbed
public java.lang.String getEmbed()Embedded Picture Reference- Returns:
- possible object is
String
-
setEmbed
public void setEmbed(java.lang.String value)Sets the value of the embed property.- Parameters:
value- allowed object isString
-
getLink
public java.lang.String getLink()Linked Picture Reference- Returns:
- possible object is
String
-
setLink
public void setLink(java.lang.String value)Sets the value of the link property.- Parameters:
value- allowed object isString
-
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.
-