Interface ContentFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ContentFactoryImpl

    public interface ContentFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    ContentPackage
    • Field Detail

      • eINSTANCE

        static final ContentFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createSpreadsheetLine

        SpreadsheetLine createSpreadsheetLine()
        Returns a new object of class 'Spreadsheet Line'.
        Returns:
        a new object of class 'Spreadsheet Line'.
      • createCellLine

        CellLine createCellLine()
        Returns a new object of class 'Cell Line'.
        Returns:
        a new object of class 'Cell Line'.
      • createDrawingLine

        DrawingLine createDrawingLine()
        Returns a new object of class 'Drawing Line'.
        Returns:
        a new object of class 'Drawing Line'.
      • createLocalString

        LocalString createLocalString()
        Returns a new object of class 'Local String'.
        Returns:
        a new object of class 'Local String'.
      • createSpreadsheetProperties

        SpreadsheetProperties createSpreadsheetProperties()
        Returns a new object of class 'Spreadsheet Properties'.
        Returns:
        a new object of class 'Spreadsheet Properties'.
      • createCellReference

        CellReference createCellReference()
        Returns a new object of class 'Cell Reference'.
        Returns:
        a new object of class 'Cell Reference'.
      • createBaseFormattingCellProperties

        BaseFormattingCellProperties createBaseFormattingCellProperties()
        Returns a new object of class 'Base Formatting Cell Properties'.
        Returns:
        a new object of class 'Base Formatting Cell Properties'.
      • createCellsProperties

        CellsProperties createCellsProperties()
        Returns a new object of class 'Cells Properties'.
        Returns:
        a new object of class 'Cells Properties'.
      • createColumnsRowsProperties

        ColumnsRowsProperties createColumnsRowsProperties()
        Returns a new object of class 'Columns Rows Properties'.
        Returns:
        a new object of class 'Columns Rows Properties'.
      • createColumnsProperties

        ColumnsProperties createColumnsProperties()
        Returns a new object of class 'Columns Properties'.
        Returns:
        a new object of class 'Columns Properties'.
      • createRowsProperties

        RowsProperties createRowsProperties()
        Returns a new object of class 'Rows Properties'.
        Returns:
        a new object of class 'Rows Properties'.
      • createTableProperties

        TableProperties createTableProperties()
        Returns a new object of class 'Table Properties'.
        Returns:
        a new object of class 'Table Properties'.
      • createBaseDrawingProperties

        BaseDrawingProperties createBaseDrawingProperties()
        Returns a new object of class 'Base Drawing Properties'.
        Returns:
        a new object of class 'Base Drawing Properties'.
      • createLineDrawingProperties

        LineDrawingProperties createLineDrawingProperties()
        Returns a new object of class 'Line Drawing Properties'.
        Returns:
        a new object of class 'Line Drawing Properties'.
      • createBaseDrawingWithBackgroundProperties

        BaseDrawingWithBackgroundProperties createBaseDrawingWithBackgroundProperties()
        Returns a new object of class 'Base Drawing With Background Properties'.
        Returns:
        a new object of class 'Base Drawing With Background Properties'.
      • createRectangleDrawingProperties

        RectangleDrawingProperties createRectangleDrawingProperties()
        Returns a new object of class 'Rectangle Drawing Properties'.
        Returns:
        a new object of class 'Rectangle Drawing Properties'.
      • createTextDrawingProperties

        TextDrawingProperties createTextDrawingProperties()
        Returns a new object of class 'Text Drawing Properties'.
        Returns:
        a new object of class 'Text Drawing Properties'.
      • createEllipseDrawingProperties

        EllipseDrawingProperties createEllipseDrawingProperties()
        Returns a new object of class 'Ellipse Drawing Properties'.
        Returns:
        a new object of class 'Ellipse Drawing Properties'.
      • createGroupDrawingProperties

        GroupDrawingProperties createGroupDrawingProperties()
        Returns a new object of class 'Group Drawing Properties'.
        Returns:
        a new object of class 'Group Drawing Properties'.
      • createPictureDrawingProperties

        PictureDrawingProperties createPictureDrawingProperties()
        Returns a new object of class 'Picture Drawing Properties'.
        Returns:
        a new object of class 'Picture Drawing Properties'.
      • createDcsDetailId

        DcsDetailId createDcsDetailId()
        Returns a new object of class 'Dcs Detail Id'.
        Returns:
        a new object of class 'Dcs Detail Id'.
      • getContentPackage

        ContentPackage getContentPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.