Package com._1c.g5.v8.dt.moxel.util
Class SpreadsheetDocumentProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.util.SpreadsheetDocumentProperties
-
public class SpreadsheetDocumentProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND_PICTURE
static int
FIXED_BACKGROUND
static int
IS_TEMPLATE
static int
PRINT_AREA
static int
REPEATED_COLUMNS
static int
REPEATED_ROWS
static int
SAVE_VIEW_STATE
static int
STEP_DIRECTION
static int
TEXT_DIRECTION
static int
TOTALS_BELOW
static int
TOTALS_RIGHT
-
-
-
Field Detail
-
IS_TEMPLATE
public static final int IS_TEMPLATE
- See Also:
- Constant Field Values
-
TOTALS_RIGHT
public static final int TOTALS_RIGHT
- See Also:
- Constant Field Values
-
TOTALS_BELOW
public static final int TOTALS_BELOW
- See Also:
- Constant Field Values
-
BACKGROUND_PICTURE
public static final int BACKGROUND_PICTURE
- See Also:
- Constant Field Values
-
FIXED_BACKGROUND
public static final int FIXED_BACKGROUND
- See Also:
- Constant Field Values
-
STEP_DIRECTION
public static final int STEP_DIRECTION
- See Also:
- Constant Field Values
-
PRINT_AREA
public static final int PRINT_AREA
- See Also:
- Constant Field Values
-
REPEATED_ROWS
public static final int REPEATED_ROWS
- See Also:
- Constant Field Values
-
REPEATED_COLUMNS
public static final int REPEATED_COLUMNS
- See Also:
- Constant Field Values
-
SAVE_VIEW_STATE
public static final int SAVE_VIEW_STATE
- See Also:
- Constant Field Values
-
TEXT_DIRECTION
public static final int TEXT_DIRECTION
- See Also:
- Constant Field Values
-
-