Interface CTBorder
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBorder extends XmlObject
An XML CT_Border(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBorder.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" attributeSTOnOff.EnumgetFrame()Gets the "frame" attributeSTOnOff.EnumgetShadow()Gets the "shadow" attributejava.math.BigIntegergetSpace()Gets the "space" attributejava.math.BigIntegergetSz()Gets the "sz" attributeSTThemeColor.EnumgetThemeColor()Gets the "themeColor" attributebyte[]getThemeShade()Gets the "themeShade" attributebyte[]getThemeTint()Gets the "themeTint" attributeSTBorder.EnumgetVal()Gets the "val" attributebooleanisSetColor()True if has "color" attributebooleanisSetFrame()True if has "frame" attributebooleanisSetShadow()True if has "shadow" attributebooleanisSetSpace()True if has "space" attributebooleanisSetSz()True if has "sz" attributebooleanisSetThemeColor()True if has "themeColor" attributebooleanisSetThemeShade()True if has "themeShade" attributebooleanisSetThemeTint()True if has "themeTint" attributevoidsetColor(java.lang.Object color)Sets the "color" attributevoidsetFrame(STOnOff.Enum frame)Sets the "frame" attributevoidsetShadow(STOnOff.Enum shadow)Sets the "shadow" attributevoidsetSpace(java.math.BigInteger space)Sets the "space" attributevoidsetSz(java.math.BigInteger sz)Sets the "sz" attributevoidsetThemeColor(STThemeColor.Enum themeColor)Sets the "themeColor" attributevoidsetThemeShade(byte[] themeShade)Sets the "themeShade" attributevoidsetThemeTint(byte[] themeTint)Sets the "themeTint" attributevoidsetVal(STBorder.Enum val)Sets the "val" attributevoidunsetColor()Unsets the "color" attributevoidunsetFrame()Unsets the "frame" attributevoidunsetShadow()Unsets the "shadow" attributevoidunsetSpace()Unsets the "space" attributevoidunsetSz()Unsets the "sz" attributevoidunsetThemeColor()Unsets the "themeColor" attributevoidunsetThemeShade()Unsets the "themeShade" attributevoidunsetThemeTint()Unsets the "themeTint" attributeSTHexColorxgetColor()Gets (as xml) the "color" attributeSTOnOffxgetFrame()Gets (as xml) the "frame" attributeSTOnOffxgetShadow()Gets (as xml) the "shadow" attributeSTPointMeasurexgetSpace()Gets (as xml) the "space" attributeSTEighthPointMeasurexgetSz()Gets (as xml) the "sz" attributeSTThemeColorxgetThemeColor()Gets (as xml) the "themeColor" attributeSTUcharHexNumberxgetThemeShade()Gets (as xml) the "themeShade" attributeSTUcharHexNumberxgetThemeTint()Gets (as xml) the "themeTint" attributeSTBorderxgetVal()Gets (as xml) the "val" attributevoidxsetColor(STHexColor color)Sets (as xml) the "color" attributevoidxsetFrame(STOnOff frame)Sets (as xml) the "frame" attributevoidxsetShadow(STOnOff shadow)Sets (as xml) the "shadow" attributevoidxsetSpace(STPointMeasure space)Sets (as xml) the "space" attributevoidxsetSz(STEighthPointMeasure sz)Sets (as xml) the "sz" attributevoidxsetThemeColor(STThemeColor themeColor)Sets (as xml) the "themeColor" attributevoidxsetThemeShade(STUcharHexNumber themeShade)Sets (as xml) the "themeShade" attributevoidxsetThemeTint(STUcharHexNumber themeTint)Sets (as xml) the "themeTint" attributevoidxsetVal(STBorder 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
STBorder.Enum getVal()
Gets the "val" attribute
-
xgetVal
STBorder xgetVal()
Gets (as xml) the "val" attribute
-
setVal
void setVal(STBorder.Enum val)
Sets the "val" attribute
-
xsetVal
void xsetVal(STBorder 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
-
getSz
java.math.BigInteger getSz()
Gets the "sz" attribute
-
xgetSz
STEighthPointMeasure xgetSz()
Gets (as xml) the "sz" attribute
-
isSetSz
boolean isSetSz()
True if has "sz" attribute
-
setSz
void setSz(java.math.BigInteger sz)
Sets the "sz" attribute
-
xsetSz
void xsetSz(STEighthPointMeasure sz)
Sets (as xml) the "sz" attribute
-
unsetSz
void unsetSz()
Unsets the "sz" attribute
-
getSpace
java.math.BigInteger getSpace()
Gets the "space" attribute
-
xgetSpace
STPointMeasure xgetSpace()
Gets (as xml) the "space" attribute
-
isSetSpace
boolean isSetSpace()
True if has "space" attribute
-
setSpace
void setSpace(java.math.BigInteger space)
Sets the "space" attribute
-
xsetSpace
void xsetSpace(STPointMeasure space)
Sets (as xml) the "space" attribute
-
unsetSpace
void unsetSpace()
Unsets the "space" attribute
-
getShadow
STOnOff.Enum getShadow()
Gets the "shadow" attribute
-
xgetShadow
STOnOff xgetShadow()
Gets (as xml) the "shadow" attribute
-
isSetShadow
boolean isSetShadow()
True if has "shadow" attribute
-
setShadow
void setShadow(STOnOff.Enum shadow)
Sets the "shadow" attribute
-
xsetShadow
void xsetShadow(STOnOff shadow)
Sets (as xml) the "shadow" attribute
-
unsetShadow
void unsetShadow()
Unsets the "shadow" attribute
-
getFrame
STOnOff.Enum getFrame()
Gets the "frame" attribute
-
xgetFrame
STOnOff xgetFrame()
Gets (as xml) the "frame" attribute
-
isSetFrame
boolean isSetFrame()
True if has "frame" attribute
-
setFrame
void setFrame(STOnOff.Enum frame)
Sets the "frame" attribute
-
xsetFrame
void xsetFrame(STOnOff frame)
Sets (as xml) the "frame" attribute
-
unsetFrame
void unsetFrame()
Unsets the "frame" attribute
-
-