public class CTPictureEffectBackgroundRemoval extends java.lang.Object implements Child
Java class for CT_PictureEffectBackgroundRemoval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PictureEffectBackgroundRemoval">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="foregroundMark" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectBackgroundRemovalForegroundMark" maxOccurs="unbounded" minOccurs="0"/>
<element name="backgroundMark" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectBackgroundRemovalBackgroundMark" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="t" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" />
<attribute name="b" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" />
<attribute name="l" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" />
<attribute name="r" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
b |
protected java.util.List<CTPictureEffectBackgroundRemovalBackgroundMark> |
backgroundMark |
protected java.util.List<CTPictureEffectBackgroundRemovalForegroundMark> |
foregroundMark |
protected int |
l |
protected int |
r |
protected int |
t |
| Constructor and Description |
|---|
CTPictureEffectBackgroundRemoval() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
int |
getB()
Gets the value of the b property.
|
java.util.List<CTPictureEffectBackgroundRemovalBackgroundMark> |
getBackgroundMark()
Gets the value of the backgroundMark property.
|
java.util.List<CTPictureEffectBackgroundRemovalForegroundMark> |
getForegroundMark()
Gets the value of the foregroundMark property.
|
int |
getL()
Gets the value of the l property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
int |
getR()
Gets the value of the r property.
|
int |
getT()
Gets the value of the t property.
|
void |
setB(int value)
Sets the value of the b property.
|
void |
setL(int value)
Sets the value of the l property.
|
void |
setParent(java.lang.Object parent) |
void |
setR(int value)
Sets the value of the r property.
|
void |
setT(int value)
Sets the value of the t property.
|
protected java.util.List<CTPictureEffectBackgroundRemovalForegroundMark> foregroundMark
protected java.util.List<CTPictureEffectBackgroundRemovalBackgroundMark> backgroundMark
protected int t
protected int b
protected int l
protected int r
public java.util.List<CTPictureEffectBackgroundRemovalForegroundMark> getForegroundMark()
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 set method for the foregroundMark property.
For example, to add a new item, do as follows:
getForegroundMark().add(newItem);
Objects of the following type(s) are allowed in the list
CTPictureEffectBackgroundRemovalForegroundMark
public java.util.List<CTPictureEffectBackgroundRemovalBackgroundMark> getBackgroundMark()
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 set method for the backgroundMark property.
For example, to add a new item, do as follows:
getBackgroundMark().add(newItem);
Objects of the following type(s) are allowed in the list
CTPictureEffectBackgroundRemovalBackgroundMark
public int getT()
public void setT(int value)
public int getB()
public void setB(int value)
public int getL()
public void setL(int value)
public int getR()
public void setR(int value)
public java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.