Uses of Class
io.keikai.model.ViewAnchor
Packages that use ViewAnchor
Package
Description
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of ViewAnchor in io.keikai.api.model
Methods in io.keikai.api.model with parameters of type ViewAnchorModifier and TypeMethodDescriptionSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchor -
Uses of ViewAnchor in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return ViewAnchorModifier and TypeMethodDescriptionstatic ViewAnchorSheetImpl.toViewAnchor(SSheet sheet, SheetAnchor anchor) Utility method, internal use onlyMethods in io.keikai.api.model.impl with parameters of type ViewAnchorModifier and TypeMethodDescriptionSheetImpl.addChart(String name, SChart.ChartType type, ViewAnchor anchor) static SheetAnchorSheetImpl.toSheetAnchor(SSheet sheet, ViewAnchor anchor) Utility method, internal use only -
Uses of ViewAnchor in io.keikai.model
Methods in io.keikai.model that return ViewAnchorModifier and TypeMethodDescriptionViewAnchor.cloneViewAnchor()SChart.getAnchor()SFormControl.getAnchor()Returns the anchor that positions this form control on the sheet.SOleObject.getAnchor()Returns the anchor that positions this OLE object on the sheet.SPicture.getAnchor()SSlicer.getAnchor()Returns the anchor position of this slicer on the sheet.SSmartArt.getAnchor()Returns the anchor that positions this SmartArt on the sheet.STimeline.getAnchor()Returns the anchor position of this timeline on the sheet.SWordArt.getAnchor()Returns the anchor that positions this WordArt on the sheet.ViewAnchor.getRightBottomAnchor(SSheet sheet) Methods in io.keikai.model with parameters of type ViewAnchorModifier and TypeMethodDescriptionSSheet.addChart(SChart.ChartType type, ViewAnchor anchor) SSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchorSSheet.addPicture(int index, ViewAnchor anchor) Add a picture into the sheet with known picture data index.SSheet.addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor) Add a picture into this sheet with raw picture data and format.voidSChart.setAnchor(ViewAnchor anchor) voidSPicture.setAnchor(ViewAnchor anchor) -
Uses of ViewAnchor in io.keikai.model.impl
Fields in io.keikai.model.impl declared as ViewAnchorMethods in io.keikai.model.impl that return ViewAnchorModifier and TypeMethodDescriptionAbstractFormControlAdv.getAnchor()ChartImpl.getAnchor()OleObjectImpl.getAnchor()PictureImpl.getAnchor()SlicerImpl.getAnchor()SmartArtImpl.getAnchor()TimelineImpl.getAnchor()WordArtImpl.getAnchor()Methods in io.keikai.model.impl with parameters of type ViewAnchorModifier and TypeMethodDescriptionvoidChartImpl.setAnchor(ViewAnchor anchor) voidPictureImpl.setAnchor(ViewAnchor anchor) voidSlicerImpl.setAnchor(ViewAnchor anchor) voidTimelineImpl.setAnchor(ViewAnchor anchor) Constructors in io.keikai.model.impl with parameters of type ViewAnchorModifierConstructorDescriptionprotectedAbstractFormControlAdv(String name, ViewAnchor anchor) ButtonControlImpl(String name, ViewAnchor anchor) ChartImpl(AbstractSheetAdv sheet, String id, SChart.ChartType type, ViewAnchor anchor) ChartImpl(AbstractSheetAdv sheet, String id, String name, SChart.ChartType type, ViewAnchor anchor) CheckBoxControlImpl(String name, ViewAnchor anchor) ComboBoxControlImpl(String name, ViewAnchor anchor) GroupBoxControlImpl(String name, ViewAnchor anchor) LabelControlImpl(String name, ViewAnchor anchor) ListBoxControlImpl(String name, ViewAnchor anchor) OleObjectImpl(String progId, int shapeId, ViewAnchor anchor, byte[] embeddedData, byte[] previewImage, String linkPath, boolean linked, boolean displayAsIcon) Constructs an OLE object.PictureImpl(AbstractSheetAdv sheet, String id, int picDataIndex, ViewAnchor anchor) This constructor use the existing picData in the .PictureImpl(AbstractSheetAdv sheet, String id, SPicture.Format format, byte[] data, ViewAnchor anchor) This constructor will create aSPictureDatainternallyRadioButtonControlImpl(String name, ViewAnchor anchor) ScrollBarControlImpl(String name, ViewAnchor anchor) SmartArtImpl(String diagramId, byte[] diagramData, byte[] diagramLayout, byte[] diagramStyle, byte[] diagramColors, byte[] fallbackDrawing, ViewAnchor anchor) Constructs a SmartArt diagram.SpinButtonControlImpl(String name, ViewAnchor anchor) TextBoxControlImpl(String name, ViewAnchor anchor) WordArtImpl(SWordArt.PresetType presetType, String text, SFont font, String fillColor, String outlineColor, ViewAnchor anchor) Constructs a WordArt object. -
Uses of ViewAnchor in io.keikai.range
Methods in io.keikai.range with parameters of type ViewAnchorModifier and TypeMethodDescriptionSRange.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeSRange.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeSRange.addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format) Add a picture into the sheet of this RangevoidSRange.moveChart(SChart chart, ViewAnchor anchor) Move the chart to the new anchor.voidSRange.movePicture(SPicture picture, ViewAnchor anchor) Update picture anchor. -
Uses of ViewAnchor in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type ViewAnchorModifier and TypeMethodDescriptionRangeImpl.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) RangeImpl.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) RangeImpl.addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format) voidRangeImpl.moveChart(SChart chart, ViewAnchor anchor) voidRangeImpl.movePicture(SPicture picture, ViewAnchor anchor)