|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ZoomMode
public final class ZoomMode
Defines zoom modes that can be used to view a report.
IReportOptions.setZoomMode(ZoomMode)
Field Summary | |
---|---|
static int |
_fitBothSides
|
static int |
_fitFullSize
|
static int |
_fitOneSide
|
static java.lang.String |
FIT_BOTH_SIDES
|
static java.lang.String |
FIT_FULL_SIZE
|
static java.lang.String |
FIT_ONE_SIDE
|
static ZoomMode |
fitBothSides
|
static ZoomMode |
fitFullSize
|
static ZoomMode |
fitOneSide
|
Method Summary | |
---|---|
static ZoomMode |
from_int(int i)
Gets the ZoomMode that matches the specified integer value. |
static ZoomMode |
from_string(java.lang.String s)
Gets the ZoomMode that matches the specified name. |
java.lang.String |
toString()
Returns the String value of the ZoomMode . |
int |
value()
Returns the integer value of the ZoomMode . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _fitBothSides
public static final int _fitOneSide
public static final int _fitFullSize
public static final ZoomMode fitBothSides
public static final ZoomMode fitOneSide
public static final ZoomMode fitFullSize
public static final java.lang.String FIT_BOTH_SIDES
public static final java.lang.String FIT_ONE_SIDE
public static final java.lang.String FIT_FULL_SIZE
Method Detail |
---|
public static ZoomMode from_int(int i)
ZoomMode
that matches the specified integer value.
i
- an int
that identifies a zoom mode
public static ZoomMode from_string(java.lang.String s)
ZoomMode
that matches the specified name.
s
- the name of a zoom mode
public java.lang.String toString()
String
value of the ZoomMode
.
toString
in class java.lang.Object
String
that identifies the zoom mode of the reportpublic int value()
ZoomMode
.
int
that identifies the zoom mode of the report
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |