Package org.docx4j.wml
Class CTFramesetSplitbar
java.lang.Object
org.docx4j.wml.CTFramesetSplitbar
- All Implemented Interfaces:
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTFramesetSplitbar.Colorprotected BooleanDefaultTrueprotected BooleanDefaultTrueprotected CTTwipsMeasure -
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.getColor()Gets the value of the color property.Gets the value of the flatBorders property.Gets the value of the noBorder property.Gets the parent object in the object tree representing the unmarshalled xml document.getW()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.voidvoidsetW(CTTwipsMeasure value) Sets the value of the w property.
-
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
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.
-