Uses of Interface
com._1c.g5.v8.dt.moxel.Format
Packages that use Format
Package
Description
-
Uses of Format in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return FormatModifier and TypeMethodDescriptionMoxelFactory.createFormat()Returns a new object of class 'Format'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type FormatModifier and TypeMethodDescriptionorg.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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement FormatModifier and TypeClassDescriptionclassAn implementation of the model object 'Format'.Methods in com._1c.g5.v8.dt.moxel.impl that return FormatMethods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type FormatModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Format>SpreadsheetDocumentImpl.getFormats() -
Uses of Format in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return FormatModifier and TypeMethodDescriptionSheetAccessor.getCellFullFormat(int rowIndex, int columnIndex, boolean applyHorizontalAlign) Получить полный формат ячейки.SheetAccessor.getCellFullFormatByMask(int rowIndex, int columnIndex, long propertyMask, boolean applyHorizontalAlign) Get full format of spreadsheet cell with only properties, specified by maskReadOnlyCellFullFormat.getFormat()ReadOnlyFormat.getFormat()Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type FormatModifier and TypeMethodDescriptionSheetAccessor.getBackColor(Format format) Получить цвет фона.SheetAccessor.getBorderColor(Format format) Получить цвет границы.SheetAccessor.getBottomBorder(Format cellFormat) Получить нижнюю линию ячейки для формата.intSheetAccessor.getFormatIndex(Format format) Получить индекс формата.SheetAccessor.getLeftBorder(Format cellFormat) Получить левую линию ячейки для формата.SheetAccessor.getPatternColor(Format format) Получить цвет узора.SheetAccessor.getRightBorder(Format cellFormat) Получить правую линию ячейки для формата.longSheetAccessor.getSelectionFormat(Selection selection, Format resultFormat, long mask, boolean first) Получить формат выделения.SheetAccessor.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) Заменить в рисунке.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type Format -
Uses of Format in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type FormatModifier and TypeMethodDescriptionstatic FontMoxelUiUtil.getFont(Format format, SheetAccessor sheet) Получить шрифт для формата. -
Uses of Format in com._1c.g5.v8.dt.moxel.ui.operations
Methods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type FormatModifier and TypeMethodDescriptionstatic voidOperationsHelper.applyFormatProperties(ReadOnlyFormat src, long propertiesMask, Format dst) Применить свойства, указанные в маске. -
Uses of Format in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type FormatModifier and TypeMethodDescriptionstatic voidMoxelUtil.applyFormat(ReadOnlyFormat src, Format dst) Применить формат формату.static voidMoxelUtil.applyFormatByMask(ReadOnlyFormat src, long propertiesMask, Format dst) Apply format properties by properties maskMoxelSwitch.caseFormat(Format object) Returns the result of interpreting the object as an instance of 'Format'.static booleanMoxelUtil.isEmptyFormat(Format format) Проверить, пустой ли формат.