public class RevisionLogCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
int | getDaysPreservingHistory() | |
void | setDaysPreservingHistory(intvalue) | |
Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. | ||
RevisionLog | get(int index) | |
Gets |
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getDaysPreservingHistory() / public void setDaysPreservingHistory(int value)
public int getCount()
public RevisionLog get(int index)
public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)