Package com._1c.g5.v8.dt.qw.ui.utils
Class SpreadsheetUtils.TextParams
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.utils.SpreadsheetUtils.TextParams
-
- Enclosing class:
- SpreadsheetUtils
public static class SpreadsheetUtils.TextParams extends Object
Cell text parameters
-
-
Field Summary
Fields Modifier and Type Field Description intautoIndentintborderintcolumnStringdataFormatStringdetailParameterFillTypefillTypeintfontHeightbooleanisBooldintrowSizeChangeModesizeChangeModeStringtextHorizontalAlignmenttextAlignmentHorizontalVerticalAlignmenttextAlignmentVerticalMap<String,String>textLocalTextPlacementtextPlacement
-
Constructor Summary
Constructors Constructor Description TextParams()
-
-
-
Field Detail
-
row
public int row
-
column
public int column
-
text
public String text
-
fillType
public FillType fillType
-
isBoold
public boolean isBoold
-
border
public int border
-
dataFormat
public String dataFormat
-
autoIndent
public int autoIndent
-
detailParameter
public String detailParameter
-
fontHeight
public int fontHeight
-
textAlignmentVertical
public VerticalAlignment textAlignmentVertical
-
textAlignmentHorizontal
public HorizontalAlignment textAlignmentHorizontal
-
textPlacement
public TextPlacement textPlacement
-
sizeChangeMode
public SizeChangeMode sizeChangeMode
-
-