Package com._1c.g5.v8.dt.moxel.util
Class CellProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.util.CellProperties
-
public class CellProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL_PROPERTIES
static int
DETAIL_PARAMETER
static int
DETAIL_VALUE
static int
NOTE_DRAWING
static int
PARAMETER
static int
PICTURE_PARAMETER
static int
TEXT
static int
VALUE
-
Constructor Summary
Constructors Constructor Description CellProperties()
-
-
-
Field Detail
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
PARAMETER
public static final int PARAMETER
- See Also:
- Constant Field Values
-
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
-
DETAIL_PARAMETER
public static final int DETAIL_PARAMETER
- See Also:
- Constant Field Values
-
DETAIL_VALUE
public static final int DETAIL_VALUE
- See Also:
- Constant Field Values
-
NOTE_DRAWING
public static final int NOTE_DRAWING
- See Also:
- Constant Field Values
-
PICTURE_PARAMETER
public static final int PICTURE_PARAMETER
- See Also:
- Constant Field Values
-
ALL_PROPERTIES
public static final int ALL_PROPERTIES
- See Also:
- Constant Field Values
-
-