Class ColumnD2Text

    • Constructor Detail

      • ColumnD2Text

        public ColumnD2Text​(D2SD<?,​?> struct,
                            int columnIndex,
                            java.lang.String name)
    • Method Detail

      • fill

        public void fill​(java.lang.String value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(java.lang.String value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(D2Text value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(D2Text value)
        Fills column with given value
        Parameters:
        value -
      • getDataColumn

        public final sk.ipesoft.d2000.datatable.TextColumn<?,​?,​?> getDataColumn()
      • replace

        public void replace​(java.lang.String toFind,
                            java.lang.String toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(java.lang.String toFind,
                            java.lang.String toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -
      • replace

        public void replace​(D2Text toFind,
                            D2Text toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(D2Text toFind,
                            D2Text toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -