Package org.docx4j.wml
Class CTFramesetSplitbar
java.lang.Object
org.docx4j.wml.CTFramesetSplitbar
- All Implemented Interfaces:
Child
public class CTFramesetSplitbar extends java.lang.Object implements Child
Java class for CT_FramesetSplitbar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FramesetSplitbar">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="w" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TwipsMeasure" minOccurs="0"/>
<element name="color" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HexColor" />
<attribute name="themeColor" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ThemeColor" />
<attribute name="themeTint" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_UcharHexNumber" />
<attribute name="themeShade" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_UcharHexNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="noBorder" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="flatBorders" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFramesetSplitbar.ColorJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected CTFramesetSplitbar.Colorcolorprotected BooleanDefaultTrueflatBordersprotected BooleanDefaultTruenoBorderprotected CTTwipsMeasurew -
Constructor Summary
Constructors Constructor Description CTFramesetSplitbar() -
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.CTFramesetSplitbar.ColorgetColor()Gets the value of the color property.BooleanDefaultTruegetFlatBorders()Gets the value of the flatBorders property.BooleanDefaultTruegetNoBorder()Gets the value of the noBorder property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTwipsMeasuregetW()Gets the value of the w property.voidsetColor(CTFramesetSplitbar.Color value)Sets the value of the color property.voidsetFlatBorders(BooleanDefaultTrue value)Sets the value of the flatBorders property.voidsetNoBorder(BooleanDefaultTrue value)Sets the value of the noBorder property.voidsetParent(java.lang.Object parent)voidsetW(CTTwipsMeasure value)Sets the value of the w property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
w
-
color
-
noBorder
-
flatBorders
-
-
Constructor Details
-
CTFramesetSplitbar
public CTFramesetSplitbar()
-
-
Method Details
-
getW
Gets the value of the w property.- Returns:
- possible object is
CTTwipsMeasure
-
setW
Sets the value of the w property.- Parameters:
value- allowed object isCTTwipsMeasure
-
getColor
Gets the value of the color property.- Returns:
- possible object is
CTFramesetSplitbar.Color
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isCTFramesetSplitbar.Color
-
getNoBorder
Gets the value of the noBorder property.- Returns:
- possible object is
BooleanDefaultTrue
-
setNoBorder
Sets the value of the noBorder property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getFlatBorders
Gets the value of the flatBorders property.- Returns:
- possible object is
BooleanDefaultTrue
-
setFlatBorders
Sets the value of the flatBorders property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
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.
-