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 intBACKGROUND_PICTUREstatic intFIXED_BACKGROUNDstatic intIS_TEMPLATEstatic intPRINT_AREAstatic intREPEATED_COLUMNSstatic intREPEATED_ROWSstatic intSAVE_VIEW_STATEstatic intSAVED_PICTURES_DENSITYstatic intSTEP_DIRECTIONstatic intTEXT_DIRECTIONstatic intTOTALS_BELOWstatic intTOTALS_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
-
SAVED_PICTURES_DENSITY
public static final int SAVED_PICTURES_DENSITY
- See Also:
- Constant Field Values
-
-