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 SummaryFields Modifier and Type Field Description static intALL_PROPERTIESstatic intDETAIL_PARAMETERstatic intDETAIL_VALUEstatic intNOTE_DRAWINGstatic intPARAMETERstatic intPICTURE_PARAMETERstatic intTEXTstatic intVALUE
 - 
Constructor SummaryConstructors Constructor Description CellProperties()
 
- 
- 
- 
Field Detail- 
TEXTpublic static final int TEXT - See Also:
- Constant Field Values
 
 - 
PARAMETERpublic static final int PARAMETER - See Also:
- Constant Field Values
 
 - 
VALUEpublic static final int VALUE - See Also:
- Constant Field Values
 
 - 
DETAIL_PARAMETERpublic static final int DETAIL_PARAMETER - See Also:
- Constant Field Values
 
 - 
DETAIL_VALUEpublic static final int DETAIL_VALUE - See Also:
- Constant Field Values
 
 - 
NOTE_DRAWINGpublic static final int NOTE_DRAWING - See Also:
- Constant Field Values
 
 - 
PICTURE_PARAMETERpublic static final int PICTURE_PARAMETER - See Also:
- Constant Field Values
 
 - 
ALL_PROPERTIESpublic static final int ALL_PROPERTIES - See Also:
- Constant Field Values
 
 
- 
 
-