|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DetailPrintDirection
public final class DetailPrintDirection
Defines the types of detail print directions, which specifies whether detail data should first be printed across or down the page, when multi-column formatting is enabled.
IDetailAreaFormat.setDetailPrintDirection(DetailPrintDirection)
Field Summary | |
---|---|
static int |
_acrossThenDown
Print details across the columns first - one detail in the 1st column, one in the 2nd, and so on. |
static int |
_downThenAcross
Print details down the 1st column, then down the 2nd column, and so on. |
static DetailPrintDirection |
acrossThenDown
Print details across the columns first - one detail in the 1st column, one in the 2nd, and so on. |
static DetailPrintDirection |
downThenAcross
Print details down the 1st column, then down the 2nd column, and so on. |
Method Summary | |
---|---|
static DetailPrintDirection |
from_int(int i)
Gets the DetailPrintDirection that matches the specified integer value. |
static DetailPrintDirection |
from_string(java.lang.String sVal)
Gets the DetailPrintDirection that matches the specified name. |
java.lang.String |
toString()
Returns the String value of the DetailPrintDirection . |
int |
value()
Returns the integer value of the DetailPrintDirection . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _acrossThenDown
public static final int _downThenAcross
public static final DetailPrintDirection acrossThenDown
public static final DetailPrintDirection downThenAcross
Method Detail |
---|
public int value()
DetailPrintDirection
.
int
that identifies the detail printing direction optionpublic static DetailPrintDirection from_int(int i)
DetailPrintDirection
that matches the specified integer value.
i
- an int
that identifies a detail printing direction
public static DetailPrintDirection from_string(java.lang.String sVal)
DetailPrintDirection
that matches the specified name.
sVal
- the name of a detail printing direction option
public java.lang.String toString()
String
value of the DetailPrintDirection
.
toString
in class java.lang.Object
String
that identifies the detail printing direction option
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |