Uses of Interface
com._1c.g5.v8.dt.moxel.Format
- 
Packages that use Format Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of Format in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return Format Modifier and Type Method Description FormatMoxelFactory. createFormat()Returns a new object of class 'Format'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Format Modifier and Type Method Description org.eclipse.emf.common.util.EList<Format>SpreadsheetDocument. getFormats()Returns the value of the 'Formats' containment reference list.
- 
Uses of Format in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement Format Modifier and Type Class Description classFormatImplAn implementation of the model object 'Format'.Methods in com._1c.g5.v8.dt.moxel.impl that return Format Modifier and Type Method Description FormatMoxelFactoryImpl. createFormat()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Format Modifier and Type Method Description org.eclipse.emf.common.util.EList<Format>SpreadsheetDocumentImpl. getFormats()
- 
Uses of Format in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return Format Modifier and Type Method Description FormatSheetAccessor. getCellFullFormat(int rowIndex, int columnIndex, boolean applyHorizontalAlign)Получить полный формат ячейки.FormatSheetAccessor. getCellFullFormatByMask(int rowIndex, int columnIndex, long propertyMask, boolean applyHorizontalAlign)Get full format of spreadsheet cell with only properties, specified by maskFormatReadOnlyCellFullFormat. getFormat()Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type Format Modifier and Type Method Description ColorSheetAccessor. getBackColor(Format format)Получить цвет фона.ColorSheetAccessor. getBorderColor(Format format)Получить цвет границы.CellLineSheetAccessor. getBottomBorder(Format cellFormat)Получить нижнюю линию ячейки для формата.FontSheetAccessor. getFont(Format format)Получить шрифт для формата.intSheetAccessor. getFormatIndex(Format format)Получить индекс формата.CellLineSheetAccessor. getLeftBorder(Format cellFormat)Получить левую линию ячейки для формата.ColorSheetAccessor. getPatternColor(Format format)Получить цвет узора.CellLineSheetAccessor. getRightBorder(Format cellFormat)Получить правую линию ячейки для формата.longSheetAccessor. getSelectionFormat(Selection selection, Format resultFormat, long mask, boolean first)Получить формат выделения.ColorSheetAccessor. getTextColor(Format format)Get text color.CellLineSheetAccessor. getTopBorder(Format cellFormat)Получить верхнюю линию ячейки для формата.voidSheetAccessor. replaceInCell(Cell cell, Format format, SearchParameters searchParameters, int places, String replaceString)Заменить текст в ячейке.voidSheetAccessor. replaceInDrawing(Drawing drawing, Format format, SearchParameters searchParameters, int places, String replaceString)Заменить в рисунке.
- 
Uses of Format in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return Format Modifier and Type Method Description FormatReadOnlyFormat. getFormat()Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Format Modifier and Type Method Description static voidMoxelUtil. applyFormat(ReadOnlyFormat src, Format dst)Применить формат формату.static voidMoxelUtil. applyFormatByMask(ReadOnlyFormat src, long propertiesMask, Format dst)Apply format properties by properties maskstatic voidMoxelUtil. applyFormatProperties(ReadOnlyFormat src, long propertiesMask, Format dst)Применить свойства, указанные в маске.TMoxelSwitch. caseFormat(Format object)Returns the result of interpreting the object as an instance of 'Format'.static booleanMoxelUtil. isEmptyFormat(Format format)Проверить, пустой ли формат.Constructors in com._1c.g5.v8.dt.moxel.util with parameters of type Format Constructor Description ReadOnlyFormat(Format format_)Конструктор.
 
-