|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.PageMarginConditionFormulaType
public final class PageMarginConditionFormulaType
Specifies the type of page margin condition formula.
| Field Summary | |
|---|---|
static int |
_bottom
Condition formula for the bottom margin of the report. |
static int |
_left
Condition formula for the left margin of the report. |
static int |
_right
Condition formula for the right margin of the report. |
static int |
_top
Condition formula for the top margin of the report. |
static PageMarginConditionFormulaType |
bottom
A PageMarginConditionFormulaType object that specifies the condition formula for the bottom margin of the report. |
static PageMarginConditionFormulaType |
left
A PageMarginConditionFormulaType object that specifies the condition formula for the left margin of the report. |
static PageMarginConditionFormulaType |
right
A PageMarginConditionFormulaType object that specifies formula the condition for the right margin of the report. |
static PageMarginConditionFormulaType |
top
A PageMarginConditionFormulaType object that specifies the condition formula for the top margin of the report. |
| Method Summary | |
|---|---|
static PageMarginConditionFormulaType |
from_int(int value)
Returns the PageMarginConditionFormulaType object corresponding to the specified value. |
static PageMarginConditionFormulaType |
from_string(java.lang.String sVal)
Returns the PageMarginConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this PageMarginConditionFormulaType object. |
int |
value()
Returns the int value of this PageMarginConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _top
Condition formula for the top margin of the report.
public static final int _bottom
Condition formula for the bottom margin of the report.
public static final int _left
Condition formula for the left margin of the report.
public static final int _right
Condition formula for the right margin of the report.
public static final PageMarginConditionFormulaType top
A PageMarginConditionFormulaType object that specifies the condition formula for the top margin of the report.
public static final PageMarginConditionFormulaType bottom
A PageMarginConditionFormulaType object that specifies the condition formula for the bottom margin of the report.
public static final PageMarginConditionFormulaType left
A PageMarginConditionFormulaType object that specifies the condition formula for the left margin of the report.
public static final PageMarginConditionFormulaType right
A PageMarginConditionFormulaType object that specifies formula the condition for the right margin of the report.
| Method Detail |
|---|
public static final PageMarginConditionFormulaType from_int(int value)
Returns the PageMarginConditionFormulaType object corresponding to the specified value.
value - The int value of the desired PageMarginConditionFormulaType object.
PageMarginConditionFormulaType object corresponding to the specified value.public static final PageMarginConditionFormulaType from_string(java.lang.String sVal)
Returns the PageMarginConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired PageMarginConditionFormulaType object.
PageMarginConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this PageMarginConditionFormulaType object.
String value of this PageMarginConditionFormulaType object.public int value()
Returns the int value of this PageMarginConditionFormulaType object.
int value of this PageMarginConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||