Class CTBackgroundPr
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.main.CTBackgroundPr
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STBlackWhiteModeprotected STBlackWhiteModeprotected STBlackWhiteModeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bwMode property.Gets the value of the bwNormal property.Gets the value of the bwPure property.Gets the parent object in the object tree representing the unmarshalled xml document.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.voidvoidsetTargetScreenSize(String value) Sets the value of the targetScreenSize property.
-
Field Details
-
bwMode
-
bwPure
-
bwNormal
-
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
Gets the value of the targetScreenSize property.- Returns:
- possible object is
String
-
setTargetScreenSize
Sets the value of the targetScreenSize property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-