public class CTTablePartStyle extends Object
Java class for CT_TablePartStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TablePartStyle"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tcTxStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableStyleTextStyle" minOccurs="0"/> <element name="tcStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableStyleCellStyle" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTTableStyleCellStyle |
tcStyle |
protected CTTableStyleTextStyle |
tcTxStyle |
Constructor and Description |
---|
CTTablePartStyle() |
Modifier and Type | Method and Description |
---|---|
CTTableStyleCellStyle |
getTcStyle()
Gets the value of the tcStyle property.
|
CTTableStyleTextStyle |
getTcTxStyle()
Gets the value of the tcTxStyle property.
|
void |
setTcStyle(CTTableStyleCellStyle value)
Sets the value of the tcStyle property.
|
void |
setTcTxStyle(CTTableStyleTextStyle value)
Sets the value of the tcTxStyle property.
|
protected CTTableStyleTextStyle tcTxStyle
protected CTTableStyleCellStyle tcStyle
public CTTableStyleTextStyle getTcTxStyle()
CTTableStyleTextStyle
public void setTcTxStyle(CTTableStyleTextStyle value)
value
- allowed object is
CTTableStyleTextStyle
public CTTableStyleCellStyle getTcStyle()
CTTableStyleCellStyle
public void setTcStyle(CTTableStyleCellStyle value)
value
- allowed object is
CTTableStyleCellStyle
Copyright © 2007-2019. All Rights Reserved.