Class CTPictureEffectBackgroundRemoval

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2010.main.CTPictureEffectBackgroundRemoval
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTPictureEffectBackgroundRemoval

      public CTPictureEffectBackgroundRemoval()
  • Method Details

    • getForegroundMark

      public java.util.List<CTPictureEffectBackgroundRemovalForegroundMark> getForegroundMark()
      Gets the value of the foregroundMark 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 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

    • getBackgroundMark

      public java.util.List<CTPictureEffectBackgroundRemovalBackgroundMark> getBackgroundMark()
      Gets the value of the backgroundMark 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 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

    • getT

      public int getT()
      Gets the value of the t property.
    • setT

      public void setT​(int value)
      Sets the value of the t property.
    • getB

      public int getB()
      Gets the value of the b property.
    • setB

      public void setB​(int value)
      Sets the value of the b property.
    • getL

      public int getL()
      Gets the value of the l property.
    • setL

      public void setL​(int value)
      Sets the value of the l property.
    • getR

      public int getR()
      Gets the value of the r property.
    • setR

      public void setR​(int value)
      Sets the value of the r property.
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.