public class FormatArray extends Object
Constructor and Description |
---|
FormatArray() |
Modifier and Type | Method and Description |
---|---|
void |
extend()
Extend the FormatArray and reserve the old content.
|
ListLevelFormat |
get_Item(int index)
Gets or sets the specified value in terms of index.
|
int |
getLength()
Represents an int value that indicates the length of the
ListLevelFormat array. |
void |
set_Item(int index,
ListLevelFormat value) |
void |
setLength(int value) |
public int getLength()
Represents an int value that indicates the length of the ListLevelFormat
array. It should be equal to or greater than 1.
public void setLength(int value)
public ListLevelFormat get_Item(int index)
Gets or sets the specified value in terms of index.
public void set_Item(int index, ListLevelFormat value)
public void extend()
Extend the FormatArray and reserve the old content.
Copyright © 2016 Aspose. All Rights Reserved.