LineFormatCollection
LineFormatCollection class
Represents the collection of line styles.
getParent_Immediate
| Name | Description |
|---|---|
| getParent_Immediate() |
getSyncRoot
| Name | Description |
|---|---|
| getSyncRoot() | Returns a synchronization root. Read-only Object. |
Result: Object
get_Item
| Name | Description |
|---|---|
| get_Item(int) | Gets the element at the specified index. Read-only ILineFormat. |
Result: LineFormat
isSynchronized
| Name | Description |
|---|---|
| isSynchronized() | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Result: boolean
iterator
| Name | Description |
|---|---|
| iterator() | Returns an enumerator that iterates through the collection. |
Result:
iteratorJava
| Name | Description |
|---|---|
| iteratorJava() | Returns a java iterator for the entire collection. |
Result:
size
| Name | Description |
|---|---|
| size() | Gets the number of elements actually contained in the collection. Read-only int. |
Result: int