Class CTBackgroundPr
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.main.CTBackgroundPr
- All Implemented Interfaces:
Child
public class CTBackgroundPr extends java.lang.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 Summary
Fields Modifier and Type Field Description protected STBlackWhiteModebwModeprotected STBlackWhiteModebwNormalprotected STBlackWhiteModebwPureprotected java.lang.StringtargetScreenSize -
Constructor Summary
Constructors Constructor Description CTBackgroundPr() -
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.STBlackWhiteModegetBwMode()Gets the value of the bwMode property.STBlackWhiteModegetBwNormal()Gets the value of the bwNormal property.STBlackWhiteModegetBwPure()Gets the value of the bwPure property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetTargetScreenSize()Gets the value of the targetScreenSize property.voidsetBwMode(STBlackWhiteMode value)Sets the value of the bwMode property.voidsetBwNormal(STBlackWhiteMode value)Sets the value of the bwNormal property.voidsetBwPure(STBlackWhiteMode value)Sets the value of the bwPure property.voidsetParent(java.lang.Object parent)voidsetTargetScreenSize(java.lang.String value)Sets the value of the targetScreenSize property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bwMode
-
bwPure
-
bwNormal
-
targetScreenSize
protected java.lang.String targetScreenSize
-
-
Constructor Details
-
CTBackgroundPr
public CTBackgroundPr()
-
-
Method Details
-
getBwMode
Gets the value of the bwMode property.- Returns:
- possible object is
STBlackWhiteMode
-
setBwMode
Sets the value of the bwMode property.- Parameters:
value- allowed object isSTBlackWhiteMode
-
getBwPure
Gets the value of the bwPure property.- Returns:
- possible object is
STBlackWhiteMode
-
setBwPure
Sets the value of the bwPure property.- Parameters:
value- allowed object isSTBlackWhiteMode
-
getBwNormal
Gets the value of the bwNormal property.- Returns:
- possible object is
STBlackWhiteMode
-
setBwNormal
Sets the value of the bwNormal property.- Parameters:
value- allowed object isSTBlackWhiteMode
-
getTargetScreenSize
public java.lang.String getTargetScreenSize()Gets the value of the targetScreenSize property.- Returns:
- possible object is
String
-
setTargetScreenSize
public void setTargetScreenSize(java.lang.String value)Sets the value of the targetScreenSize 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.
-