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

public class CTBackgroundPr extends Object implements Child

Java class for CT_BackgroundPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_BackgroundPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute name="bwPure" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute name="bwNormal" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute name="targetScreenSize" type="{http://schemas.microsoft.com/office/drawing/2012/main}ST_TargetScreenSz" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTBackgroundPr

      public CTBackgroundPr()
  • Method Details

    • getBwMode

      public STBlackWhiteMode getBwMode()
      Gets the value of the bwMode property.
      Returns:
      possible object is STBlackWhiteMode
    • setBwMode

      public void setBwMode(STBlackWhiteMode value)
      Sets the value of the bwMode property.
      Parameters:
      value - allowed object is STBlackWhiteMode
    • getBwPure

      public STBlackWhiteMode getBwPure()
      Gets the value of the bwPure property.
      Returns:
      possible object is STBlackWhiteMode
    • setBwPure

      public void setBwPure(STBlackWhiteMode value)
      Sets the value of the bwPure property.
      Parameters:
      value - allowed object is STBlackWhiteMode
    • getBwNormal

      public STBlackWhiteMode getBwNormal()
      Gets the value of the bwNormal property.
      Returns:
      possible object is STBlackWhiteMode
    • setBwNormal

      public void setBwNormal(STBlackWhiteMode value)
      Sets the value of the bwNormal property.
      Parameters:
      value - allowed object is STBlackWhiteMode
    • getTargetScreenSize

      public String getTargetScreenSize()
      Gets the value of the targetScreenSize property.
      Returns:
      possible object is String
    • setTargetScreenSize

      public void setTargetScreenSize(String value)
      Sets the value of the targetScreenSize property.
      Parameters:
      value - allowed object is String
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.