public class CTFramesetSplitbar extends 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>
Modifier and Type | Class and Description |
---|---|
static class |
CTFramesetSplitbar.Color
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected CTFramesetSplitbar.Color |
color |
protected BooleanDefaultTrue |
flatBorders |
protected BooleanDefaultTrue |
noBorder |
protected CTTwipsMeasure |
w |
Constructor and Description |
---|
CTFramesetSplitbar() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTFramesetSplitbar.Color |
getColor()
Gets the value of the color property.
|
BooleanDefaultTrue |
getFlatBorders()
Gets the value of the flatBorders property.
|
BooleanDefaultTrue |
getNoBorder()
Gets the value of the noBorder property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTwipsMeasure |
getW()
Gets the value of the w property.
|
void |
setColor(CTFramesetSplitbar.Color value)
Sets the value of the color property.
|
void |
setFlatBorders(BooleanDefaultTrue value)
Sets the value of the flatBorders property.
|
void |
setNoBorder(BooleanDefaultTrue value)
Sets the value of the noBorder property.
|
void |
setParent(Object parent) |
void |
setW(CTTwipsMeasure value)
Sets the value of the w property.
|
protected CTTwipsMeasure w
protected CTFramesetSplitbar.Color color
protected BooleanDefaultTrue noBorder
protected BooleanDefaultTrue flatBorders
public CTTwipsMeasure getW()
CTTwipsMeasure
public void setW(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTFramesetSplitbar.Color getColor()
CTFramesetSplitbar.Color
public void setColor(CTFramesetSplitbar.Color value)
value
- allowed object is
CTFramesetSplitbar.Color
public BooleanDefaultTrue getNoBorder()
BooleanDefaultTrue
public void setNoBorder(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public BooleanDefaultTrue getFlatBorders()
BooleanDefaultTrue
public void setFlatBorders(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.