public interface CTLineStyleList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTLineStyleList.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTLineProperties |
addNewLn()
Appends and returns a new empty value (as xml) as the last "ln" element
|
CTLineProperties[] |
getLnArray()
Deprecated.
|
CTLineProperties |
getLnArray(int i)
Gets ith "ln" element
|
List<CTLineProperties> |
getLnList()
Gets a List of "ln" elements
|
CTLineProperties |
insertNewLn(int i)
Inserts and returns a new empty value (as xml) as the ith "ln" element
|
void |
removeLn(int i)
Removes the ith "ln" element
|
void |
setLnArray(CTLineProperties[] lnArray)
Sets array of all "ln" element
|
void |
setLnArray(int i,
CTLineProperties ln)
Sets ith "ln" element
|
int |
sizeOfLnArray()
Returns number of "ln" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTLineProperties> getLnList()
@Deprecated CTLineProperties[] getLnArray()
CTLineProperties getLnArray(int i)
int sizeOfLnArray()
void setLnArray(CTLineProperties[] lnArray)
void setLnArray(int i,
CTLineProperties ln)
CTLineProperties insertNewLn(int i)
CTLineProperties addNewLn()
void removeLn(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved