public class CTTblLook extends Object implements Child
Java class for CT_TblLook complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblLook">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="firstRow" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_OnOff" />
<attribute name="lastRow" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_OnOff" />
<attribute name="firstColumn" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_OnOff" />
<attribute name="lastColumn" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_OnOff" />
<attribute name="noHBand" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_OnOff" />
<attribute name="noVBand" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_OnOff" />
<attribute name="val" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ShortHexNumber" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STOnOff |
firstColumn |
protected STOnOff |
firstRow |
protected STOnOff |
lastColumn |
protected STOnOff |
lastRow |
protected STOnOff |
noHBand |
protected STOnOff |
noVBand |
protected String |
val |
| Constructor and Description |
|---|
CTTblLook() |
| 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.
|
STOnOff |
getFirstColumn()
Gets the value of the firstColumn property.
|
STOnOff |
getFirstRow()
Gets the value of the firstRow property.
|
STOnOff |
getLastColumn()
Gets the value of the lastColumn property.
|
STOnOff |
getLastRow()
Gets the value of the lastRow property.
|
STOnOff |
getNoHBand()
Gets the value of the noHBand property.
|
STOnOff |
getNoVBand()
Gets the value of the noVBand property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getVal()
Gets the value of the val property.
|
void |
setFirstColumn(STOnOff value)
Sets the value of the firstColumn property.
|
void |
setFirstRow(STOnOff value)
Sets the value of the firstRow property.
|
void |
setLastColumn(STOnOff value)
Sets the value of the lastColumn property.
|
void |
setLastRow(STOnOff value)
Sets the value of the lastRow property.
|
void |
setNoHBand(STOnOff value)
Sets the value of the noHBand property.
|
void |
setNoVBand(STOnOff value)
Sets the value of the noVBand property.
|
void |
setParent(Object parent) |
void |
setVal(String value)
Sets the value of the val property.
|
protected STOnOff firstRow
protected STOnOff lastRow
protected STOnOff firstColumn
protected STOnOff lastColumn
protected STOnOff noHBand
protected STOnOff noVBand
protected String val
public STOnOff getFirstRow()
STOnOffpublic void setFirstRow(STOnOff value)
value - allowed object is
STOnOffpublic STOnOff getLastRow()
STOnOffpublic void setLastRow(STOnOff value)
value - allowed object is
STOnOffpublic STOnOff getFirstColumn()
STOnOffpublic void setFirstColumn(STOnOff value)
value - allowed object is
STOnOffpublic STOnOff getLastColumn()
STOnOffpublic void setLastColumn(STOnOff value)
value - allowed object is
STOnOffpublic STOnOff getNoHBand()
STOnOffpublic void setNoHBand(STOnOff value)
value - allowed object is
STOnOffpublic STOnOff getNoVBand()
STOnOffpublic void setNoVBand(STOnOff value)
value - allowed object is
STOnOffpublic String getVal()
Stringpublic void setVal(String value)
value - allowed object is
Stringpublic 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-2022. All Rights Reserved.