com.groupdocs.redaction.redactions

Class CellFilter



  • public class CellFilter
    extends Object

    Provides an option to limit the scope of a CellColumnRedaction to a worksheet and a column.


    Learn more

    • Field Detail

      • NoIndex

        public static final int NoIndex

        Represents a default value for filter, which is -1.

        See Also:
        Constant Field Values
    • Constructor Detail

      • CellFilter

        public CellFilter()

        Initializes a new instance.

    • Method Detail

      • getWorkSheetName

        public final String getWorkSheetName()

        Gets a worksheet name (if applicable).

        Returns:
        A worksheet name (if applicable).
      • setWorkSheetName

        public final void setWorkSheetName(String value)

        Sets a worksheet name (if applicable).

        Parameters:
        value - A worksheet name (if applicable).
      • getWorkSheetIndex

        public final int getWorkSheetIndex()

        Gets a worksheet index (zero-based).

        Returns:
        A worksheet index (zero-based).
      • setWorkSheetIndex

        public final void setWorkSheetIndex(int value)

        Sets a worksheet index (zero-based).

        Parameters:
        value - A worksheet index (zero-based).
      • hasWorkSheetIndex

        public final boolean hasWorkSheetIndex()

        Gets a value indicating whether the WorkSheetIndex is set or not.

        Returns:
        A value indicating whether the WorkSheetIndex is set or not.
      • getColumnIndex

        public final int getColumnIndex()

        Gets a column index (zero-based).

        Returns:
        A column index (zero-based).
      • setColumnIndex

        public final void setColumnIndex(int value)

        Sets a column index (zero-based).

        Parameters:
        value - A column index (zero-based).