groupdocs.redaction.redactions

On this page

Types under groupdocs.redaction.redactions.

Classes

Class Description
AnnotationRedaction Represents a redaction that replaces annotation text (comments, etc.) matching a given regular expression.
CellColumnRedaction Represents a text redaction that replaces text in a spreadsheet document (CSV, Excel, etc.).
CellFilter Provides an option to limit the scope of a CellColumnRedaction to a worksheet and a column.
CustomRedactionContext Provides context for custom redaction processing.
CustomRedactionResult Represents the result of a custom redaction operation.
DeleteAnnotationRedaction Represents a text redaction that deletes annotations if text matches a given regular expression (optionally deletes all annotations).
EraseMetadataRedaction Represents a metadata redaction that erases all metadata or metadata matching specific MetadataFilters from the document.
ExactPhraseRedaction Represents a text redaction that replaces an exact phrase in the document’s text, case insensitive by default.
ICustomRedactionHandler Provides an interface for implementing custom redaction logic.
IRedactionCallback Defines methods required for receiving information on each redaction change and optionally preventing it.
ImageAreaRedaction Represents a redaction that places a colored rectangle in a given area of an image document.
MetadataRedaction Represents a base abstract class for document metadata redactions.
MetadataSearchRedaction Represents a metadata redaction that searches and redacts metadata using regular expressions, matching keys and/or values.
PageAreaFilter Represents redaction filter, setting an area within a page of a document to apply redaction.
PageAreaRedaction Represents a complex textual redaction that affects text, images and annotations in an area of the page.
PageRangeFilter Represents redaction filter, setting page range inside a document to apply redaction.
RedactionDescription Represents a single change action info that performed during redaction process.
RegexRedaction Represents a text redaction that searches and replaces text in the document by matching provided regular expression.
RegionReplacementOptions Represents color and area parameters for image region replacement.
RemovePageRedaction Represents a redaction that removes a page (slide, worksheet, etc.) from a document.
ReplacementOptions Represents options for matched text replacement.
TextRedaction Represents a base abstract class for document text redactions.
TextReplacement Represents a textual replacement information.

Enumerations

Enum Description
MetadataFilters
PageSeekOrigin
RedactionActionType
RedactionFilter Represents redaction filter, setting scope inside a document to apply redactions.
RedactionType
ReplacementType

On this page