Interface CTLineStyleList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_LineStyleList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLineStyleList> 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 value (as xml) as the last "ln" elementGets array of all "ln" elementsgetLnArray(int i) Gets ith "ln" elementGets a List of "ln" elementsinsertNewLn(int i) Inserts and returns a new empty value (as xml) as the ith "ln" elementvoidremoveLn(int i) Removes the ith "ln" elementvoidsetLnArray(int i, CTLineProperties ln) Sets ith "ln" elementvoidsetLnArray(CTLineProperties[] lnArray) Sets array of all "ln" elementintReturns number of "ln" 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
-
getLnList
List<CTLineProperties> getLnList()Gets a List of "ln" elements -
getLnArray
CTLineProperties[] getLnArray()Gets array of all "ln" elements -
getLnArray
Gets ith "ln" element -
sizeOfLnArray
int sizeOfLnArray()Returns number of "ln" element -
setLnArray
Sets array of all "ln" element -
setLnArray
Sets ith "ln" element -
insertNewLn
Inserts and returns a new empty value (as xml) as the ith "ln" element -
addNewLn
CTLineProperties addNewLn()Appends and returns a new empty value (as xml) as the last "ln" element -
removeLn
void removeLn(int i) Removes the ith "ln" element
-