Loading...
Searching...
No Matches
Output file page control option.
More...
|
int | value () |
| Get the int value of this enumerated PageContr.
|
|
Output file page control option.
◆ lookup()
static EPageContr com.gams.api.GAMSOptions.EPageContr.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all pageContrs.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated PageContr that has the specified value, or UndefinedPageContr if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EPageContr.value |
( |
| ) |
|
Get the int value of this enumerated PageContr.
- Returns
- the pageContr value
◆ FormfeedCharNewPage
com.gams.api.GAMSOptions.EPageContr.FormfeedCharNewPage =(3) |
Formfeed character for new page.
◆ FortranStyle
com.gams.api.GAMSOptions.EPageContr.FortranStyle =(1) |
FORTRAN style line printer format.
◆ NoPageContrNoPadding
com.gams.api.GAMSOptions.EPageContr.NoPageContrNoPadding =(2) |
No page control, no padding.
◆ NoPageContrWithPadding
com.gams.api.GAMSOptions.EPageContr.NoPageContrWithPadding =(0) |
No page control, with padding.
◆ UndefinedPageContr
com.gams.api.GAMSOptions.EPageContr.UndefinedPageContr =(4) |