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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTShapeStyle>Factorystatic 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 CTStyleMatrixReferenceaddNewEffectRef()Appends and returns a new empty "effectRef" elementCTStyleMatrixReferenceaddNewFillRef()Appends and returns a new empty "fillRef" elementCTFontReferenceaddNewFontRef()Appends and returns a new empty "fontRef" elementCTStyleMatrixReferenceaddNewLnRef()Appends and returns a new empty "lnRef" elementCTStyleMatrixReferencegetEffectRef()Gets the "effectRef" elementCTStyleMatrixReferencegetFillRef()Gets the "fillRef" elementCTFontReferencegetFontRef()Gets the "fontRef" elementCTStyleMatrixReferencegetLnRef()Gets the "lnRef" elementvoidsetEffectRef(CTStyleMatrixReference effectRef)Sets the "effectRef" elementvoidsetFillRef(CTStyleMatrixReference fillRef)Sets the "fillRef" elementvoidsetFontRef(CTFontReference fontRef)Sets the "fontRef" elementvoidsetLnRef(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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTShapeStyle> Factory
-
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
-
-