Interface CTShapeStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTShapeStyle extends XmlObject
An XML CT_ShapeStyle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTShapeStyle.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTStyleMatrixReference
addNewEffectRef()
Appends and returns a new empty "effectRef" elementCTStyleMatrixReference
addNewFillRef()
Appends and returns a new empty "fillRef" elementCTFontReference
addNewFontRef()
Appends and returns a new empty "fontRef" elementCTStyleMatrixReference
addNewLnRef()
Appends and returns a new empty "lnRef" elementCTStyleMatrixReference
getEffectRef()
Gets the "effectRef" elementCTStyleMatrixReference
getFillRef()
Gets the "fillRef" elementCTFontReference
getFontRef()
Gets the "fontRef" elementCTStyleMatrixReference
getLnRef()
Gets the "lnRef" elementvoid
setEffectRef(CTStyleMatrixReference effectRef)
Sets the "effectRef" elementvoid
setFillRef(CTStyleMatrixReference fillRef)
Sets the "fillRef" elementvoid
setFontRef(CTFontReference fontRef)
Sets the "fontRef" elementvoid
setLnRef(CTStyleMatrixReference lnRef)
Sets the "lnRef" element-
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
-
getLnRef
CTStyleMatrixReference getLnRef()
Gets the "lnRef" element
-
setLnRef
void setLnRef(CTStyleMatrixReference lnRef)
Sets the "lnRef" element
-
addNewLnRef
CTStyleMatrixReference addNewLnRef()
Appends and returns a new empty "lnRef" element
-
getFillRef
CTStyleMatrixReference getFillRef()
Gets the "fillRef" element
-
setFillRef
void setFillRef(CTStyleMatrixReference fillRef)
Sets the "fillRef" element
-
addNewFillRef
CTStyleMatrixReference addNewFillRef()
Appends and returns a new empty "fillRef" element
-
getEffectRef
CTStyleMatrixReference getEffectRef()
Gets the "effectRef" element
-
setEffectRef
void setEffectRef(CTStyleMatrixReference effectRef)
Sets the "effectRef" element
-
addNewEffectRef
CTStyleMatrixReference addNewEffectRef()
Appends and returns a new empty "effectRef" element
-
getFontRef
CTFontReference getFontRef()
Gets the "fontRef" element
-
setFontRef
void setFontRef(CTFontReference fontRef)
Sets the "fontRef" element
-
addNewFontRef
CTFontReference addNewFontRef()
Appends and returns a new empty "fontRef" element
-
-