public class RepeatSetting
extends java.lang.Object
| Constructor and Description |
|---|
RepeatSetting() |
| Modifier and Type | Method and Description |
|---|---|
IRange |
getRange()
Returns an instance of IRange whose repeat settings are the same.
|
int |
getTailColumnEnd()
Returns the end index of the columns which are the tail of the range.
|
int |
getTailColumnStart()
Returns the start index of the columns which are the tail of the range.
|
int |
getTailRowEnd()
Returns the end index of the rows which are the tail of the range.
|
int |
getTailRowStart()
Returns sets the start index of the rows which are the tail of the range.
|
int |
getTitleColumnEnd()
Returns the end index of the columns which are the title of the range.
|
int |
getTitleColumnStart()
Returns the start index of the columns which are the title of the range.
|
int |
getTitleRowEnd()
Returns the end index of the rows which are the title of the range.
|
int |
getTitleRowStart()
Returns the start index of the rows which are the title of the range.
|
void |
setRange(IRange value)
Sets an instance of IRange whose repeat settings are the same.
|
void |
setTailColumnEnd(int value)
Sets the end index of the columns which are the tail of the range.
|
void |
setTailColumnStart(int value)
Sets the start index of the columns which are the tail of the range.
|
void |
setTailRowEnd(int value)
Sets the end index of the rows which are the tail of the range.
|
void |
setTailRowStart(int value)
Sets the start index of the rows which are the tail of the range.
|
void |
setTitleColumnEnd(int value)
Sets the end index of the columns which are the title of the range.
|
void |
setTitleColumnStart(int value)
Sets the start index of the columns which are the title of the range.
|
void |
setTitleRowEnd(int value)
Sets the end index of the rows which are the title of the range.
|
void |
setTitleRowStart(int value)
Sets the start index of the rows which are the title of the range.
|
public final int getTitleRowStart()
public final void setTitleRowStart(int value)
public final int getTitleRowEnd()
public final void setTitleRowEnd(int value)
public final int getTailRowStart()
public final void setTailRowStart(int value)
public final int getTailRowEnd()
public final void setTailRowEnd(int value)
public final int getTitleColumnStart()
public final void setTitleColumnStart(int value)
public final int getTitleColumnEnd()
public final void setTitleColumnEnd(int value)
public final int getTailColumnStart()
public final void setTailColumnStart(int value)
public final int getTailColumnEnd()
public final void setTailColumnEnd(int value)
public final IRange getRange()
public final void setRange(IRange value)