Package org.docx4j.dml
Class CTTableStyleTextStyle
java.lang.Object
org.docx4j.dml.CTTableStyleTextStyle
- All Implemented Interfaces:
Child
public class CTTableStyleTextStyle extends java.lang.Object implements Child
Java class for CT_TableStyleTextStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleTextStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFontStyles" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorChoice" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="b" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_OnOffStyleType" default="def" />
<attribute name="i" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_OnOffStyleType" default="def" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STOnOffStyleTypebprotected CTOfficeArtExtensionListextLstprotected FontCollectionfontprotected CTFontReferencefontRefprotected CTHslColorhslClrprotected STOnOffStyleTypeiprotected CTPresetColorprstClrprotected CTSchemeColorschemeClrprotected CTScRgbColorscrgbClrprotected CTSRgbColorsrgbClrprotected CTSystemColorsysClr -
Constructor Summary
Constructors Constructor Description CTTableStyleTextStyle() -
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.STOnOffStyleTypegetB()Gets the value of the b property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.FontCollectiongetFont()Gets the value of the font property.CTFontReferencegetFontRef()Gets the value of the fontRef property.CTHslColorgetHslClr()Gets the value of the hslClr property.STOnOffStyleTypegetI()Gets the value of the i property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPresetColorgetPrstClr()Gets the value of the prstClr property.CTSchemeColorgetSchemeClr()Gets the value of the schemeClr property.CTScRgbColorgetScrgbClr()Gets the value of the scrgbClr property.CTSRgbColorgetSrgbClr()Gets the value of the srgbClr property.CTSystemColorgetSysClr()Gets the value of the sysClr property.voidsetB(STOnOffStyleType value)Sets the value of the b property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetFont(FontCollection value)Sets the value of the font property.voidsetFontRef(CTFontReference value)Sets the value of the fontRef property.voidsetHslClr(CTHslColor value)Sets the value of the hslClr property.voidsetI(STOnOffStyleType value)Sets the value of the i property.voidsetParent(java.lang.Object parent)voidsetPrstClr(CTPresetColor value)Sets the value of the prstClr property.voidsetSchemeClr(CTSchemeColor value)Sets the value of the schemeClr property.voidsetScrgbClr(CTScRgbColor value)Sets the value of the scrgbClr property.voidsetSrgbClr(CTSRgbColor value)Sets the value of the srgbClr property.voidsetSysClr(CTSystemColor value)Sets the value of the sysClr property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
font
-
fontRef
-
scrgbClr
-
srgbClr
-
hslClr
-
sysClr
-
schemeClr
-
prstClr
-
extLst
-
b
-
i
-
-
Constructor Details
-
CTTableStyleTextStyle
public CTTableStyleTextStyle()
-
-
Method Details
-
getFont
Gets the value of the font property.- Returns:
- possible object is
FontCollection
-
setFont
Sets the value of the font property.- Parameters:
value- allowed object isFontCollection
-
getFontRef
Gets the value of the fontRef property.- Returns:
- possible object is
CTFontReference
-
setFontRef
Sets the value of the fontRef property.- Parameters:
value- allowed object isCTFontReference
-
getScrgbClr
Gets the value of the scrgbClr property.- Returns:
- possible object is
CTScRgbColor
-
setScrgbClr
Sets the value of the scrgbClr property.- Parameters:
value- allowed object isCTScRgbColor
-
getSrgbClr
Gets the value of the srgbClr property.- Returns:
- possible object is
CTSRgbColor
-
setSrgbClr
Sets the value of the srgbClr property.- Parameters:
value- allowed object isCTSRgbColor
-
getHslClr
Gets the value of the hslClr property.- Returns:
- possible object is
CTHslColor
-
setHslClr
Sets the value of the hslClr property.- Parameters:
value- allowed object isCTHslColor
-
getSysClr
Gets the value of the sysClr property.- Returns:
- possible object is
CTSystemColor
-
setSysClr
Sets the value of the sysClr property.- Parameters:
value- allowed object isCTSystemColor
-
getSchemeClr
Gets the value of the schemeClr property.- Returns:
- possible object is
CTSchemeColor
-
setSchemeClr
Sets the value of the schemeClr property.- Parameters:
value- allowed object isCTSchemeColor
-
getPrstClr
Gets the value of the prstClr property.- Returns:
- possible object is
CTPresetColor
-
setPrstClr
Sets the value of the prstClr property.- Parameters:
value- allowed object isCTPresetColor
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getB
Gets the value of the b property.- Returns:
- possible object is
STOnOffStyleType
-
setB
Sets the value of the b property.- Parameters:
value- allowed object isSTOnOffStyleType
-
getI
Gets the value of the i property.- Returns:
- possible object is
STOnOffStyleType
-
setI
Sets the value of the i property.- Parameters:
value- allowed object isSTOnOffStyleType
-
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.
-