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.moxel
Methods in com._1c.g5.v8.dt.moxel that return Format Modifier and Type Method Description Format
MoxelFactory. 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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Format Modifier and Type Class Description class
FormatImpl
An implementation of the model object 'Format'.Methods in com._1c.g5.v8.dt.moxel.impl that return Format Modifier and Type Method Description Format
MoxelFactoryImpl. 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.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Format Modifier and Type Method Description Format
SheetAccessor. getCellFullFormat(int rowIndex, int columnIndex, boolean applyHorizontalAlign)
Получить полный формат ячейки.Format
SheetAccessor. getCellFullFormatByMask(int rowIndex, int columnIndex, long propertyMask, boolean applyHorizontalAlign)
Get full format of spreadsheet cell with only properties, specified by maskFormat
ReadOnlyCellFullFormat. getFormat()
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type Format Modifier and Type Method Description Color
SheetAccessor. getBackColor(Format format)
Получить цвет фона.Color
SheetAccessor. getBorderColor(Format format)
Получить цвет границы.CellLine
SheetAccessor. getBottomBorder(Format cellFormat)
Получить нижнюю линию ячейки для формата.Font
SheetAccessor. getFont(Format format)
Получить шрифт для формата.int
SheetAccessor. getFormatIndex(Format format)
Получить индекс формата.CellLine
SheetAccessor. getLeftBorder(Format cellFormat)
Получить левую линию ячейки для формата.Color
SheetAccessor. getPatternColor(Format format)
Получить цвет узора.CellLine
SheetAccessor. getRightBorder(Format cellFormat)
Получить правую линию ячейки для формата.long
SheetAccessor. getSelectionFormat(Selection selection, Format resultFormat, long mask, boolean first)
Получить формат выделения.Color
SheetAccessor. getTextColor(Format format)
Get text color.CellLine
SheetAccessor. getTopBorder(Format cellFormat)
Получить верхнюю линию ячейки для формата.void
SheetAccessor. replaceInCell(Cell cell, Format format, SearchParameters searchParameters, int places, String replaceString)
Заменить текст в ячейке.void
SheetAccessor. replaceInDrawing(Drawing drawing, Format format, SearchParameters searchParameters, int places, String replaceString)
Заменить в рисунке. -
Uses of Format in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return Format Modifier and Type Method Description Format
ReadOnlyFormat. getFormat()
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Format Modifier and Type Method Description static void
MoxelUtil. applyFormat(ReadOnlyFormat src, Format dst)
Применить формат формату.static void
MoxelUtil. applyFormatByMask(ReadOnlyFormat src, long propertiesMask, Format dst)
Apply format properties by properties maskstatic void
MoxelUtil. applyFormatProperties(ReadOnlyFormat src, long propertiesMask, Format dst)
Применить свойства, указанные в маске.T
MoxelSwitch. caseFormat(Format object)
Returns the result of interpreting the object as an instance of 'Format'.static boolean
MoxelUtil. isEmptyFormat(Format format)
Проверить, пустой ли формат.Constructors in com._1c.g5.v8.dt.moxel.util with parameters of type Format Constructor Description ReadOnlyFormat(Format format_)
Конструктор.
-