Interface CTShapeStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ShapeStyle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTShapeStyle> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "effectRef" elementAppends and returns a new empty "fillRef" elementAppends and returns a new empty "fontRef" elementAppends and returns a new empty "lnRef" elementGets the "effectRef" elementGets the "fillRef" elementGets the "fontRef" elementgetLnRef()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" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getLnRef
CTStyleMatrixReference getLnRef()Gets the "lnRef" element -
setLnRef
Sets the "lnRef" element -
addNewLnRef
CTStyleMatrixReference addNewLnRef()Appends and returns a new empty "lnRef" element -
getFillRef
CTStyleMatrixReference getFillRef()Gets the "fillRef" element -
setFillRef
Sets the "fillRef" element -
addNewFillRef
CTStyleMatrixReference addNewFillRef()Appends and returns a new empty "fillRef" element -
getEffectRef
CTStyleMatrixReference getEffectRef()Gets the "effectRef" element -
setEffectRef
Sets the "effectRef" element -
addNewEffectRef
CTStyleMatrixReference addNewEffectRef()Appends and returns a new empty "effectRef" element -
getFontRef
CTFontReference getFontRef()Gets the "fontRef" element -
setFontRef
Sets the "fontRef" element -
addNewFontRef
CTFontReference addNewFontRef()Appends and returns a new empty "fontRef" element
-