Interface CTShd
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTShd extends XmlObject
An XML CT_Shd(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTShd.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetColor()Gets the "color" attributejava.lang.ObjectgetFill()Gets the "fill" attributeSTThemeColor.EnumgetThemeColor()Gets the "themeColor" attributeSTThemeColor.EnumgetThemeFill()Gets the "themeFill" attributebyte[]getThemeFillShade()Gets the "themeFillShade" attributebyte[]getThemeFillTint()Gets the "themeFillTint" attributebyte[]getThemeShade()Gets the "themeShade" attributebyte[]getThemeTint()Gets the "themeTint" attributeSTShd.EnumgetVal()Gets the "val" attributebooleanisSetColor()True if has "color" attributebooleanisSetFill()True if has "fill" attributebooleanisSetThemeColor()True if has "themeColor" attributebooleanisSetThemeFill()True if has "themeFill" attributebooleanisSetThemeFillShade()True if has "themeFillShade" attributebooleanisSetThemeFillTint()True if has "themeFillTint" attributebooleanisSetThemeShade()True if has "themeShade" attributebooleanisSetThemeTint()True if has "themeTint" attributevoidsetColor(java.lang.Object color)Sets the "color" attributevoidsetFill(java.lang.Object fill)Sets the "fill" attributevoidsetThemeColor(STThemeColor.Enum themeColor)Sets the "themeColor" attributevoidsetThemeFill(STThemeColor.Enum themeFill)Sets the "themeFill" attributevoidsetThemeFillShade(byte[] themeFillShade)Sets the "themeFillShade" attributevoidsetThemeFillTint(byte[] themeFillTint)Sets the "themeFillTint" attributevoidsetThemeShade(byte[] themeShade)Sets the "themeShade" attributevoidsetThemeTint(byte[] themeTint)Sets the "themeTint" attributevoidsetVal(STShd.Enum val)Sets the "val" attributevoidunsetColor()Unsets the "color" attributevoidunsetFill()Unsets the "fill" attributevoidunsetThemeColor()Unsets the "themeColor" attributevoidunsetThemeFill()Unsets the "themeFill" attributevoidunsetThemeFillShade()Unsets the "themeFillShade" attributevoidunsetThemeFillTint()Unsets the "themeFillTint" attributevoidunsetThemeShade()Unsets the "themeShade" attributevoidunsetThemeTint()Unsets the "themeTint" attributeSTHexColorxgetColor()Gets (as xml) the "color" attributeSTHexColorxgetFill()Gets (as xml) the "fill" attributeSTThemeColorxgetThemeColor()Gets (as xml) the "themeColor" attributeSTThemeColorxgetThemeFill()Gets (as xml) the "themeFill" attributeSTUcharHexNumberxgetThemeFillShade()Gets (as xml) the "themeFillShade" attributeSTUcharHexNumberxgetThemeFillTint()Gets (as xml) the "themeFillTint" attributeSTUcharHexNumberxgetThemeShade()Gets (as xml) the "themeShade" attributeSTUcharHexNumberxgetThemeTint()Gets (as xml) the "themeTint" attributeSTShdxgetVal()Gets (as xml) the "val" attributevoidxsetColor(STHexColor color)Sets (as xml) the "color" attributevoidxsetFill(STHexColor fill)Sets (as xml) the "fill" attributevoidxsetThemeColor(STThemeColor themeColor)Sets (as xml) the "themeColor" attributevoidxsetThemeFill(STThemeColor themeFill)Sets (as xml) the "themeFill" attributevoidxsetThemeFillShade(STUcharHexNumber themeFillShade)Sets (as xml) the "themeFillShade" attributevoidxsetThemeFillTint(STUcharHexNumber themeFillTint)Sets (as xml) the "themeFillTint" attributevoidxsetThemeShade(STUcharHexNumber themeShade)Sets (as xml) the "themeShade" attributevoidxsetThemeTint(STUcharHexNumber themeTint)Sets (as xml) the "themeTint" attributevoidxsetVal(STShd val)Sets (as xml) the "val" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getVal
STShd.Enum getVal()
Gets the "val" attribute
-
xgetVal
STShd xgetVal()
Gets (as xml) the "val" attribute
-
setVal
void setVal(STShd.Enum val)
Sets the "val" attribute
-
xsetVal
void xsetVal(STShd val)
Sets (as xml) the "val" attribute
-
getColor
java.lang.Object getColor()
Gets the "color" attribute
-
xgetColor
STHexColor xgetColor()
Gets (as xml) the "color" attribute
-
isSetColor
boolean isSetColor()
True if has "color" attribute
-
setColor
void setColor(java.lang.Object color)
Sets the "color" attribute
-
xsetColor
void xsetColor(STHexColor color)
Sets (as xml) the "color" attribute
-
unsetColor
void unsetColor()
Unsets the "color" attribute
-
getThemeColor
STThemeColor.Enum getThemeColor()
Gets the "themeColor" attribute
-
xgetThemeColor
STThemeColor xgetThemeColor()
Gets (as xml) the "themeColor" attribute
-
isSetThemeColor
boolean isSetThemeColor()
True if has "themeColor" attribute
-
setThemeColor
void setThemeColor(STThemeColor.Enum themeColor)
Sets the "themeColor" attribute
-
xsetThemeColor
void xsetThemeColor(STThemeColor themeColor)
Sets (as xml) the "themeColor" attribute
-
unsetThemeColor
void unsetThemeColor()
Unsets the "themeColor" attribute
-
getThemeTint
byte[] getThemeTint()
Gets the "themeTint" attribute
-
xgetThemeTint
STUcharHexNumber xgetThemeTint()
Gets (as xml) the "themeTint" attribute
-
isSetThemeTint
boolean isSetThemeTint()
True if has "themeTint" attribute
-
setThemeTint
void setThemeTint(byte[] themeTint)
Sets the "themeTint" attribute
-
xsetThemeTint
void xsetThemeTint(STUcharHexNumber themeTint)
Sets (as xml) the "themeTint" attribute
-
unsetThemeTint
void unsetThemeTint()
Unsets the "themeTint" attribute
-
getThemeShade
byte[] getThemeShade()
Gets the "themeShade" attribute
-
xgetThemeShade
STUcharHexNumber xgetThemeShade()
Gets (as xml) the "themeShade" attribute
-
isSetThemeShade
boolean isSetThemeShade()
True if has "themeShade" attribute
-
setThemeShade
void setThemeShade(byte[] themeShade)
Sets the "themeShade" attribute
-
xsetThemeShade
void xsetThemeShade(STUcharHexNumber themeShade)
Sets (as xml) the "themeShade" attribute
-
unsetThemeShade
void unsetThemeShade()
Unsets the "themeShade" attribute
-
getFill
java.lang.Object getFill()
Gets the "fill" attribute
-
xgetFill
STHexColor xgetFill()
Gets (as xml) the "fill" attribute
-
isSetFill
boolean isSetFill()
True if has "fill" attribute
-
setFill
void setFill(java.lang.Object fill)
Sets the "fill" attribute
-
xsetFill
void xsetFill(STHexColor fill)
Sets (as xml) the "fill" attribute
-
unsetFill
void unsetFill()
Unsets the "fill" attribute
-
getThemeFill
STThemeColor.Enum getThemeFill()
Gets the "themeFill" attribute
-
xgetThemeFill
STThemeColor xgetThemeFill()
Gets (as xml) the "themeFill" attribute
-
isSetThemeFill
boolean isSetThemeFill()
True if has "themeFill" attribute
-
setThemeFill
void setThemeFill(STThemeColor.Enum themeFill)
Sets the "themeFill" attribute
-
xsetThemeFill
void xsetThemeFill(STThemeColor themeFill)
Sets (as xml) the "themeFill" attribute
-
unsetThemeFill
void unsetThemeFill()
Unsets the "themeFill" attribute
-
getThemeFillTint
byte[] getThemeFillTint()
Gets the "themeFillTint" attribute
-
xgetThemeFillTint
STUcharHexNumber xgetThemeFillTint()
Gets (as xml) the "themeFillTint" attribute
-
isSetThemeFillTint
boolean isSetThemeFillTint()
True if has "themeFillTint" attribute
-
setThemeFillTint
void setThemeFillTint(byte[] themeFillTint)
Sets the "themeFillTint" attribute
-
xsetThemeFillTint
void xsetThemeFillTint(STUcharHexNumber themeFillTint)
Sets (as xml) the "themeFillTint" attribute
-
unsetThemeFillTint
void unsetThemeFillTint()
Unsets the "themeFillTint" attribute
-
getThemeFillShade
byte[] getThemeFillShade()
Gets the "themeFillShade" attribute
-
xgetThemeFillShade
STUcharHexNumber xgetThemeFillShade()
Gets (as xml) the "themeFillShade" attribute
-
isSetThemeFillShade
boolean isSetThemeFillShade()
True if has "themeFillShade" attribute
-
setThemeFillShade
void setThemeFillShade(byte[] themeFillShade)
Sets the "themeFillShade" attribute
-
xsetThemeFillShade
void xsetThemeFillShade(STUcharHexNumber themeFillShade)
Sets (as xml) the "themeFillShade" attribute
-
unsetThemeFillShade
void unsetThemeFillShade()
Unsets the "themeFillShade" attribute
-
-