Interface CTThemeableLineStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ThemeableLineStyle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTThemeableLineStyle> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewLn()Appends and returns a new empty "ln" elementAppends and returns a new empty "lnRef" elementgetLn()Gets the "ln" elementgetLnRef()Gets the "lnRef" elementbooleanisSetLn()True if has "ln" elementbooleanTrue if has "lnRef" elementvoidSets the "ln" elementvoidsetLnRef(CTStyleMatrixReference lnRef) Sets the "lnRef" elementvoidunsetLn()Unsets the "ln" elementvoidUnsets 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
-
getLn
CTLineProperties getLn()Gets the "ln" element -
isSetLn
boolean isSetLn()True if has "ln" element -
setLn
Sets the "ln" element -
addNewLn
CTLineProperties addNewLn()Appends and returns a new empty "ln" element -
unsetLn
void unsetLn()Unsets the "ln" element -
getLnRef
CTStyleMatrixReference getLnRef()Gets the "lnRef" element -
isSetLnRef
boolean isSetLnRef()True if has "lnRef" element -
setLnRef
Sets the "lnRef" element -
addNewLnRef
CTStyleMatrixReference addNewLnRef()Appends and returns a new empty "lnRef" element -
unsetLnRef
void unsetLnRef()Unsets the "lnRef" element
-