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 SummaryFields Modifier and Type Field Description intautoIndentintborderintcolumnStringdataFormatStringdetailParameterFillTypefillTypeintfontHeightbooleanisBooldintrowSizeChangeModesizeChangeModeStringtextHorizontalAlignmenttextAlignmentHorizontalVerticalAlignmenttextAlignmentVerticalMap<String,String>textLocalTextPlacementtextPlacement
 - 
Constructor SummaryConstructors Constructor Description TextParams()
 
- 
- 
- 
Field Detail- 
rowpublic int row 
 - 
columnpublic int column 
 - 
textpublic String text 
 - 
fillTypepublic FillType fillType 
 - 
isBooldpublic boolean isBoold 
 - 
borderpublic int border 
 - 
dataFormatpublic String dataFormat 
 - 
autoIndentpublic int autoIndent 
 - 
detailParameterpublic String detailParameter 
 - 
fontHeightpublic int fontHeight 
 - 
textAlignmentVerticalpublic VerticalAlignment textAlignmentVertical 
 - 
textAlignmentHorizontalpublic HorizontalAlignment textAlignmentHorizontal 
 - 
textPlacementpublic TextPlacement textPlacement 
 - 
sizeChangeModepublic SizeChangeMode sizeChangeMode 
 
- 
 
-