A C D E F G H I K L M N O P R S T V 

A

acceptRedaction(RedactionDescription) - Method in interface com.groupdocs.redaction.redactions.IRedactionCallback
This call is triggered right before applying any redaction to the document and allows to log or forbid it.
All - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
All types of the metadata items.
AnnotationRedaction - Class in com.groupdocs.redaction.redactions
Represents a redaction that replaces annotation text (comments, etc.) matching a given regular expression.
AnnotationRedaction(String, String) - Constructor for class com.groupdocs.redaction.redactions.AnnotationRedaction
Initializes a new instance of AnnotationRedaction class.
AnnotationRedaction(Pattern, String) - Constructor for class com.groupdocs.redaction.redactions.AnnotationRedaction
Initializes a new instance of AnnotationRedaction class.
apply(Redaction) - Method in class com.groupdocs.redaction.Redactor
Applies a redaction to the document.
apply(Redaction[]) - Method in class com.groupdocs.redaction.Redactor
Applies a set of redactions to the document.
apply(RedactionPolicy) - Method in class com.groupdocs.redaction.Redactor
Applies a redaction policy to the document.
applyFilter(MetadataCollection) - Method in class com.groupdocs.redaction.redactions.MetadataRedaction
Applies the current Filter value to a given metadata dictionary.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.Redaction
Applies the redaction to a given format instance.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.AnnotationRedaction
Applies the redaction to a given format instance.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.CellColumnRedaction
Applies the redaction to a given format instance.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.DeleteAnnotationRedaction
Applies the redaction to a given format instance.
applyTo(MetadataItem, IMetadataAccess) - Method in class com.groupdocs.redaction.redactions.EraseMetadataRedaction
Applies the redaction to a given metadata item.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.ExactPhraseRedaction
Applies the redaction to a given format instance.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.ImageAreaRedaction
Applies the redaction to a given format instance.
applyTo(MetadataItem, IMetadataAccess) - Method in class com.groupdocs.redaction.redactions.MetadataRedaction
Applies the redaction to a given metadata item.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.MetadataRedaction
Applies the redaction to a given format instance.
applyTo(MetadataItem, IMetadataAccess) - Method in class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Applies the redaction to a given metadata item.
applyTo(DocumentFormatInstance) - Method in class com.groupdocs.redaction.redactions.RegexRedaction
Applies the redaction to a given format instance.
Author - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Author of the document.

C

Category - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Category of the document.
CellColumnRedaction - Class in com.groupdocs.redaction.redactions
Represents a text redaction that replaces text in a spreadsheet documents (CSV, Excel, etc.).
CellColumnRedaction(CellFilter, Pattern, ReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.CellColumnRedaction
Initializes a new instance of CellColumnRedaction class.
CellFilter - Class in com.groupdocs.redaction.redactions
Provides an option to limit the scope of a CellColumnRedaction to a worksheet and a column.
CellFilter() - Constructor for class com.groupdocs.redaction.redactions.CellFilter
Initializes a new instance.
changeMetadata(MetadataItem) - Method in interface com.groupdocs.redaction.integration.IMetadataAccess
Changes the specified item of metadata from or adds a new one, if not present.
close() - Method in class com.groupdocs.redaction.Redactor
Releases resources.
com.groupdocs.redaction - package com.groupdocs.redaction
The package provides classes for redacting sensitive information from documents in PDF, raster image and office document formats.
com.groupdocs.redaction.configuration - package com.groupdocs.redaction.configuration
The package provides document format configuration classes.
com.groupdocs.redaction.exceptions - package com.groupdocs.redaction.exceptions
The package provides different exceptions classes.
com.groupdocs.redaction.integration - package com.groupdocs.redaction.integration
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
com.groupdocs.redaction.licensing - package com.groupdocs.redaction.licensing
The package provides classes to set license or use Metered billing.
com.groupdocs.redaction.options - package com.groupdocs.redaction.options
The package provides load and save options classes.
com.groupdocs.redaction.redactions - package com.groupdocs.redaction.redactions
The package provides classes for different types of redactions.
Comments - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Comment for the document.
Company - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Company of the Author.
ContentStatus - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Content status.
ContentType - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Content type.
createClone() - Method in class com.groupdocs.redaction.integration.MetadataItem
Creates a deep clone of current instance.
CreatedTime - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Created time.
createInstance(Class) - Static method in class com.groupdocs.redaction.integration.DocumentFormatInstance
 
createPageStream(int) - Method in interface com.groupdocs.redaction.options.ICreatePageStream
Represents method that returns a stream to write page preview data.

D

DeleteAnnotationRedaction - Class in com.groupdocs.redaction.redactions
Represents a text redaction that deletes annotations if text is matching given regular expression (optionally deletes all annotations).
DeleteAnnotationRedaction() - Constructor for class com.groupdocs.redaction.redactions.DeleteAnnotationRedaction
Initializes a new instance of DeleteAnnotationRedaction class, with settings to delete all annotations (matching everything).
DeleteAnnotationRedaction(String) - Constructor for class com.groupdocs.redaction.redactions.DeleteAnnotationRedaction
Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.
DeleteAnnotationRedaction(Pattern) - Constructor for class com.groupdocs.redaction.redactions.DeleteAnnotationRedaction
Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.
deleteAnnotations(Pattern) - Method in interface com.groupdocs.redaction.integration.IAnnotatedDocument
Deletes all annotations, matching regular expression within the document.
Description - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Document's description.
DocumentFormatConfiguration - Class in com.groupdocs.redaction.configuration
Represents a type reference for DocumentFormatInstance-derived class and supported file extensions list for faster format detection.
DocumentFormatConfiguration() - Constructor for class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Initializes a new instance of DocumentFormatConfiguration class.
DocumentFormatException - Exception in com.groupdocs.redaction.exceptions
The exception that is thrown when document format is not recognized or is invalid.
DocumentFormatException(String) - Constructor for exception com.groupdocs.redaction.exceptions.DocumentFormatException
Initializes a new instance of DocumentFormatException class.
DocumentFormatInstance - Class in com.groupdocs.redaction.integration
Represents a specific format of a document.
DocumentFormatInstance() - Constructor for class com.groupdocs.redaction.integration.DocumentFormatInstance
 
DocumentInfo - Class in com.groupdocs.redaction
Represents an information about document.

E

editArea(Point, RegionReplacementOptions) - Method in interface com.groupdocs.redaction.integration.IImageFormatInstance
Replaces the area at given point with a rectangle of specific color and size.
equals(FileType) - Method in class com.groupdocs.redaction.FileType
Determines whether the current FileType is the same as specified FileType object.
equals(Object) - Method in class com.groupdocs.redaction.FileType
Determines whether the current FileType is the same as specified object.
EraseMetadataRedaction - Class in com.groupdocs.redaction.redactions
Represents a metadata redaction that erases all metadata or metadata matching specific MetadataFilters from the document.
EraseMetadataRedaction() - Constructor for class com.groupdocs.redaction.redactions.EraseMetadataRedaction
Initializes a new instance of EraseMetadataRedaction class, erasing all metadata.
EraseMetadataRedaction(int) - Constructor for class com.groupdocs.redaction.redactions.EraseMetadataRedaction
Initializes a new instance of EraseMetadataRedaction class, erasing metadata, matching specific combination of MetadataFilters.
ExactPhraseRedaction - Class in com.groupdocs.redaction.redactions
Represents a text redaction that replaces exact phrase in the document's text, case insensitive by default.
ExactPhraseRedaction(String, ReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.ExactPhraseRedaction
Initializes a new instance of ExactPhraseRedaction class in case insensitive mode.
ExactPhraseRedaction(String, boolean, ReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.ExactPhraseRedaction
Initializes a new instance of ExactPhraseRedaction class.

F

failed(String) - Static method in class com.groupdocs.redaction.RedactionResult
Initializes a new instance of RedactionResult class with Failed status.
FileType - Class in com.groupdocs.redaction
Represents a file type.
findFormat(String) - Method in class com.groupdocs.redaction.configuration.RedactorConfiguration
Finds format configurations for a given file extension.
fromExtension(String) - Static method in class com.groupdocs.redaction.FileType
Maps file extension to file type.

G

generatePreview(PreviewOptions) - Method in interface com.groupdocs.redaction.integration.IPreviewable
Generates preview images of specific pages in a given image format.
generatePreview(PreviewOptions) - Method in class com.groupdocs.redaction.Redactor
Generates preview images of specific pages in a given image format.
getActionOptions() - Method in class com.groupdocs.redaction.redactions.TextRedaction
Gets the ReplacementOptions instance, specifying type of text replacement.
getActionType() - Method in class com.groupdocs.redaction.redactions.RedactionDescription
Gets the redaction operation: replacement, cleanup or deletion.
getActionType() - Method in class com.groupdocs.redaction.redactions.ReplacementOptions
Gets the replacement action: draw box or replace text.
getActualValue() - Method in class com.groupdocs.redaction.integration.MetadataItem
Gets the string representation of the metadata item value.
getAddSuffix() - Method in class com.groupdocs.redaction.options.SaveOptions
Gets a value indicating whether the file name needs to be changed before saving.
getAvailableFormats() - Method in class com.groupdocs.redaction.configuration.RedactorConfiguration
Gets a list of recognized formats, see DocumentFormatConfiguration.
getBMP() - Static method in class com.groupdocs.redaction.FileType
Bitmap Image File (.bmp)
getBoxColor() - Method in class com.groupdocs.redaction.redactions.ReplacementOptions
Gets the color for a ReplacementType.DrawBox option (ignored otherwise).
getColumnIndex() - Method in class com.groupdocs.redaction.redactions.CellFilter
Gets a column index (zero-based).
getCompliance() - Method in class com.groupdocs.redaction.options.RasterizationOptions
Gets the PDF Compliance level.
getConsumptionCredit() - Static method in class com.groupdocs.redaction.licensing.Metered
Gets the consumption credit.
getConsumptionQuantity() - Static method in class com.groupdocs.redaction.licensing.Metered
Retrieves the amount of MBs processed.
getCreatePageStream() - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets an instance of page stream creation delegate.
getCSV() - Static method in class com.groupdocs.redaction.FileType
Comma Separated Values File (.csv)
getDefaultConfiguration() - Static method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Provides a singleton instance with default configuration of built-in formats.
getDictionaryKey() - Method in class com.groupdocs.redaction.integration.MetadataItem
Gets a dictionary key for MetadataCollection, includes IsCustom and OriginalName.
getDOC() - Static method in class com.groupdocs.redaction.FileType
Microsoft Word Document (.doc)
getDOCM() - Static method in class com.groupdocs.redaction.FileType
Word Open XML Macro-Enabled Document (.docm)
getDocumentInfo() - Method in interface com.groupdocs.redaction.integration.IPreviewable
Gets the general information about the document - size, page count, etc.
getDocumentInfo() - Method in class com.groupdocs.redaction.Redactor
Gets the general information about the document - size, page count, etc.
getDocumentType() - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Gets the type of a class, inheriting from DocumentFormatInstance.
getDOCX() - Static method in class com.groupdocs.redaction.FileType
Microsoft Word Open XML Document (.docx)
getDOT() - Static method in class com.groupdocs.redaction.FileType
Word Document Template (.dot)
getDOTM() - Static method in class com.groupdocs.redaction.FileType
Word Open XML Macro-Enabled Document Template (.dotm)
getDOTX() - Static method in class com.groupdocs.redaction.FileType
Word Open XML Document Template (.dotx)
getEnabled() - Method in class com.groupdocs.redaction.options.RasterizationOptions
Gets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file.
getErrorMessage() - Method in class com.groupdocs.redaction.RedactionResult
Gets the error message for diagnostics.
getExpression() - Method in class com.groupdocs.redaction.redactions.AnnotationRedaction
Gets the regular expression to match.
getExpression() - Method in class com.groupdocs.redaction.redactions.DeleteAnnotationRedaction
Gets the regular expression to match.
getExtension() - Method in class com.groupdocs.redaction.FileType
Gets filename suffix (including the period ".") e.g.
getExtensionFilter() - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Gets a comma (",") delimited list of file extensions (e.g.
getFileFormat() - Method in class com.groupdocs.redaction.FileType
Gets file type name e.g.
getFileType() - Method in class com.groupdocs.redaction.DocumentInfo
Gets the file format description.
getFileType() - Method in interface com.groupdocs.redaction.IDocumentInfo
Gets the file format description.
getFillColor() - Method in class com.groupdocs.redaction.redactions.RegionReplacementOptions
Gets the color to fill the redacted area.
getFilter() - Method in class com.groupdocs.redaction.integration.MetadataItem
Gets a value of MetadataFilters, assigned to this metadata item.
getFilter() - Method in class com.groupdocs.redaction.redactions.CellColumnRedaction
Gets the column and worksheet filter.
getFilter() - Method in class com.groupdocs.redaction.redactions.MetadataRedaction
Gets the filter, which is used to select all or specific metadata, e.g.
getGIF() - Static method in class com.groupdocs.redaction.FileType
Graphical Interchange Format File (.gif)
getHeight() - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets page preview height.
getHeight() - Method in class com.groupdocs.redaction.PageInfo
Gets the page height.
getIndex() - Method in class com.groupdocs.redaction.redactions.TextReplacement
Gets an index of the matched text within source string.
getInitializationData() - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Gets data, required for DocumentFormatInstance initialization.
getJP2() - Static method in class com.groupdocs.redaction.FileType
JPEG 2000 Core Image File (.jp2)
getJPEG() - Static method in class com.groupdocs.redaction.FileType
JPEG Image (.jpeg)
getJPG() - Static method in class com.groupdocs.redaction.FileType
JPEG Image (.jpg)
getKeyExpression() - Method in class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Gets the regular expression to match name (key) of metadata item.
getMetadata() - Method in interface com.groupdocs.redaction.integration.IMetadataAccess
Retrieves a dictionary with document's metadata.
getNames() - Static method in class com.groupdocs.redaction.redactions.MetadataFilters
Gets a set with all declared filter types.
getNUMBERS() - Static method in class com.groupdocs.redaction.FileType
Apple Numbers Spreadsheet (.numbers)
getODP() - Static method in class com.groupdocs.redaction.FileType
OpenDocument Presentation (.odp)
getODS() - Static method in class com.groupdocs.redaction.FileType
OpenDocument Spreadsheet (.ods)
getODT() - Static method in class com.groupdocs.redaction.FileType
OpenDocument Text Document (.odt)
getOptions() - Method in class com.groupdocs.redaction.redactions.ImageAreaRedaction
Gets the RegionReplacementOptions options with color and area parameters.
getOriginalName() - Method in class com.groupdocs.redaction.integration.MetadataItem
Gets an original name of the metadata item, as it appears in the document.
getOriginalText() - Method in class com.groupdocs.redaction.redactions.RedactionDescription
Gets the matched text, if any expression is provided.
getOriginalText() - Method in class com.groupdocs.redaction.redactions.TextReplacement
Gets the original matched string.
getOTS() - Static method in class com.groupdocs.redaction.FileType
OpenDocument Spreadsheet Template (.ots)
getOTT() - Static method in class com.groupdocs.redaction.FileType
OpenDocument Document Template (.ott)
getPageCount() - Method in class com.groupdocs.redaction.DocumentInfo
Gets the total page count.
getPageCount() - Method in interface com.groupdocs.redaction.IDocumentInfo
Gets the total page count.
getPageCount() - Method in class com.groupdocs.redaction.options.RasterizationOptions
Gets the number of pages to be converted into PDF.
getPageIndex() - Method in class com.groupdocs.redaction.options.RasterizationOptions
Gets the index of the first page (0-based) to convert into PDF.
getPageNumber() - Method in class com.groupdocs.redaction.PageInfo
Gets the page number.
getPageNumbers() - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets an array of page numbers to generate preview.
getPages() - Method in class com.groupdocs.redaction.DocumentInfo
Gets the list of page information.
getPages() - Method in interface com.groupdocs.redaction.IDocumentInfo
Gets the list of page information.
getPassword() - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Gets a password for password protected documents.
getPassword() - Method in class com.groupdocs.redaction.options.LoadOptions
Gets a password for password-protected documents.
getPattern() - Method in class com.groupdocs.redaction.redactions.CellColumnRedaction
Gets the regular expression to match.
getPDF() - Static method in class com.groupdocs.redaction.FileType
Portable Document Format File (.pdf)
getPNG() - Static method in class com.groupdocs.redaction.FileType
Portable Network Graphic (.png)
getPPT() - Static method in class com.groupdocs.redaction.FileType
PowerPoint Presentation (.ppt)
getPPTX() - Static method in class com.groupdocs.redaction.FileType
PowerPoint Open XML Presentation (.pptx)
getPreviewFormat() - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets preview image format.
getRasterization() - Method in class com.groupdocs.redaction.options.SaveOptions
Gets the rasterization settings.
getRasterizeToPDF() - Method in class com.groupdocs.redaction.options.SaveOptions
Gets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file.
getRedactedFileSuffix() - Method in class com.groupdocs.redaction.options.SaveOptions
Gets a custom suffix for output file name.
getRedaction() - Method in class com.groupdocs.redaction.RedactorLogEntry
Gets the reference to redaction and its options.
getRedactionCallback() - Static method in class com.groupdocs.redaction.Redactor
Gets an instance of a class, implementing IRedactionCallback.
getRedactionLog() - Method in class com.groupdocs.redaction.RedactorChangeLog
Gets the list of RedactorLogEntry instances.
getRedactions() - Method in class com.groupdocs.redaction.RedactionPolicy
Gets an array of fully configured Redaction-derived classes.
getRedactionType() - Method in class com.groupdocs.redaction.redactions.RedactionDescription
Gets the type of document's data - text, metadata or annotations.
getRegularExpression() - Method in class com.groupdocs.redaction.redactions.RegexRedaction
Gets the regular expression to match.
getReleasePageStream() - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets an instance of page preview completion delegate.
getReplacement() - Method in class com.groupdocs.redaction.redactions.AnnotationRedaction
Gets a textual replacement for matched text.
getReplacement() - Method in class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Gets the textual replacement value.
getReplacement() - Method in class com.groupdocs.redaction.redactions.RedactionDescription
Gets the replacement information, can be null.
getReplacement() - Method in class com.groupdocs.redaction.redactions.ReplacementOptions
Gets the textual replacement value.
getReplacement() - Method in class com.groupdocs.redaction.redactions.TextReplacement
Gets the string, replacing OriginalText.
getResult() - Method in class com.groupdocs.redaction.RedactorLogEntry
Gets the result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance.
getRTF() - Static method in class com.groupdocs.redaction.FileType
Rich Text Format File (.rtf)
getSearchPhrase() - Method in class com.groupdocs.redaction.redactions.ExactPhraseRedaction
Gets the string to search and replace.
getSheetIndex(String) - Method in interface com.groupdocs.redaction.integration.ICellularFormatInstance
Gets the worksheet index by worksheet name, if possible.
getSize() - Method in class com.groupdocs.redaction.DocumentInfo
Gets the document size in bytes.
getSize() - Method in interface com.groupdocs.redaction.IDocumentInfo
Gets the document size in bytes.
getSize() - Method in class com.groupdocs.redaction.redactions.RegionReplacementOptions
Gets the rectangle with and height.
getStatus() - Method in class com.groupdocs.redaction.RedactionResult
Gets the execution status.
getStatus() - Method in class com.groupdocs.redaction.RedactorChangeLog
Gets the final status of all applied redactions.
getSupportedFileTypes() - Static method in class com.groupdocs.redaction.FileType
Retrieves supported file types
getTIF() - Static method in class com.groupdocs.redaction.FileType
Tagged Image File (.tif)
getTIFF() - Static method in class com.groupdocs.redaction.FileType
Tagged Image File Format (.tiff)
getTopLeft() - Method in class com.groupdocs.redaction.redactions.ImageAreaRedaction
Gets the top-left position of the area to remove
getTSV() - Static method in class com.groupdocs.redaction.FileType
Tab Separated Values File (.tsv)
getTXT() - Static method in class com.groupdocs.redaction.FileType
Plain Text File (.txt)
getUnknown() - Static method in class com.groupdocs.redaction.FileType
Represents unknown file type.
getValueByName(String) - Static method in class com.groupdocs.redaction.redactions.MetadataFilters
Gets value of MetadataFiler by its name.
getValueExpression() - Method in class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Gets the regular expression to match value text of a metadata item.
getValues() - Method in class com.groupdocs.redaction.integration.MetadataItem
Gets the metadata item value.
getWidth() - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets page preview width.
getWidth() - Method in class com.groupdocs.redaction.PageInfo
Gets the page width.
getWorkSheetIndex() - Method in class com.groupdocs.redaction.redactions.CellFilter
Gets a worksheet index (zero-based).
getWorkSheetName() - Method in class com.groupdocs.redaction.redactions.CellFilter
Gets a worksheet name (if applicable).
getXLS() - Static method in class com.groupdocs.redaction.FileType
Excel Spreadsheet (.xls)
getXLSB() - Static method in class com.groupdocs.redaction.FileType
Excel Binary Spreadsheet (.xlsb)
getXLSM() - Static method in class com.groupdocs.redaction.FileType
Excel Open XML Macro-Enabled Spreadsheet (.xlsm)
getXLSX() - Static method in class com.groupdocs.redaction.FileType
Microsoft Excel Open XML Spreadsheet (.xlsx)
GroupDocsRedactionException - Exception in com.groupdocs.redaction.exceptions
Represents base exception for all GroupDocs.Redaction exceptions.
GroupDocsRedactionException(String) - Constructor for exception com.groupdocs.redaction.exceptions.GroupDocsRedactionException
Initializes a new instance of GroupDocsRedactionException class.

H

hashCode() - Method in class com.groupdocs.redaction.FileType
Returns the hash code for the current FileType object.
hasWorkSheetIndex() - Method in class com.groupdocs.redaction.redactions.CellFilter
Gets a value indicating whether the WorkSheetIndex is set or not.
HyperlinkBase - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Hyperlink base.

I

IAnnotatedDocument - Interface in com.groupdocs.redaction.integration
Defines methods that are required for access to annotations, such as comments.
ICellularFormatInstance - Interface in com.groupdocs.redaction.integration
Defines methods that are required for access to spreadsheet formats, having one or many worksheets.
ICreatePageStream - Interface in com.groupdocs.redaction.options
Provides method that returns a stream to write page preview data.
IDocumentInfo - Interface in com.groupdocs.redaction
Defines methods that are required for getting basic document information.
IImageFormatInstance - Interface in com.groupdocs.redaction.integration
Defines methods that are required for raster image format redactions.
ImageAreaRedaction - Class in com.groupdocs.redaction.redactions
Represents a redaction that places colored rectangle in given area of an image document.
ImageAreaRedaction(Point, RegionReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.ImageAreaRedaction
Initializes a new instance of ImageAreaRedaction class for redacting specific area size.
IMetadataAccess - Interface in com.groupdocs.redaction.integration
Defines methods that are required for access to metadata of a document, if format supports it.
IncorrectPasswordException - Exception in com.groupdocs.redaction.exceptions
The exception that is thrown when specified password is incorrect.
IncorrectPasswordException() - Constructor for exception com.groupdocs.redaction.exceptions.IncorrectPasswordException
Initializes a new instance of IncorrectPasswordException class.
initialize(DocumentFormatConfiguration) - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Performs initialization of the instance of document format handler.
IPreviewable - Interface in com.groupdocs.redaction.integration
Defines methods to create preview of the document.
IRasterizableDocument - Interface in com.groupdocs.redaction.integration
Defines methods that are required for saving document in any binary form.
IRedactionCallback - Interface in com.groupdocs.redaction.redactions
Defines methods that are required for receiving information on each redaction change and optionally prevent it.
IReleasePageStream - Interface in com.groupdocs.redaction.options
Represents a method which releases stream created by CreatePageStream delegate.
isAccessGranted() - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
 
isApplicableTo(MetadataItem) - Method in class com.groupdocs.redaction.redactions.EraseMetadataRedaction
Checks if this redaction could be applied to a given metadata item.
isApplicableTo(MetadataItem) - Method in class com.groupdocs.redaction.redactions.MetadataRedaction
Checks if this redaction could be applied to a given metadata item.
isApplicableTo(MetadataItem) - Method in class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Checks if this redaction could be applied to a given metadata item.
isCaseSensitive() - Method in class com.groupdocs.redaction.redactions.ExactPhraseRedaction
Gets a value indicating whether the search is case-sensitive or not.
isCustom() - Method in class com.groupdocs.redaction.integration.MetadataItem
Gets a value indicating whether this item is custom (added by the authors of the document).
isPageCountSet() - Method in class com.groupdocs.redaction.options.RasterizationOptions
Gets a value indicating whether the PageCount property was changed (set) after its initialization.
isRedactionAccepted(RedactionDescription) - Static method in class com.groupdocs.redaction.Redactor
Checks for IRedactionCallback implementation and invokes it, if specified.
isStartPageIndexSet() - Method in class com.groupdocs.redaction.options.RasterizationOptions
Gets a value indicating whether the PageIndex property was changed (set) after its initialization.
ITextualFormatInstance - Interface in com.groupdocs.redaction.integration
Defines methods that are required for redacting textual data in any document, containing text.

K

Keywords - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Document's keywords.

L

LastPrinted - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Last printed date and time.
LastSavedBy - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Last saved by user.
LastSavedTime - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Last saved date and time.
License - Class in com.groupdocs.redaction.licensing
Provides methods for applying license.
License() - Constructor for class com.groupdocs.redaction.licensing.License
Initialize an instance of License class.
load(InputStream) - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Loads the document from a stream.
load(String) - Static method in class com.groupdocs.redaction.RedactionPolicy
Loads an instance of RedactionPolicy from a file path.
load(InputStream) - Static method in class com.groupdocs.redaction.RedactionPolicy
Loads an instance of RedactionPolicy from a stream.
LoadOptions - Class in com.groupdocs.redaction.options
Provides options that will be used to open a file.
LoadOptions() - Constructor for class com.groupdocs.redaction.options.LoadOptions
Initializes a new instance of LoadOptions class.
LoadOptions(String) - Constructor for class com.groupdocs.redaction.options.LoadOptions
Initializes a new instance of LoadOptions class with specified password.

M

Manager - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Author's manager name.
MetadataCollection - Class in com.groupdocs.redaction.integration
Represents a dictiоnary of MetadataItem with its title as a key.
MetadataCollection() - Constructor for class com.groupdocs.redaction.integration.MetadataCollection
Initializes a new instance of MetadataCollection class.
MetadataFilters - Class in com.groupdocs.redaction.redactions
Represents a list of the most common types of document metadata.
MetadataFilters() - Constructor for class com.groupdocs.redaction.redactions.MetadataFilters
 
MetadataItem - Class in com.groupdocs.redaction.integration
Represents an item of metadata, common for all supported formats and used in metadata redactions.
MetadataItem() - Constructor for class com.groupdocs.redaction.integration.MetadataItem
Initializes a new instance.
MetadataRedaction - Class in com.groupdocs.redaction.redactions
Represents a base abstract class for document metadata redactions.
MetadataRedaction(int) - Constructor for class com.groupdocs.redaction.redactions.MetadataRedaction
Initializes a new instance of MetadataRedaction class.
MetadataSearchRedaction - Class in com.groupdocs.redaction.redactions
Represents a metadata redaction that searches and redacts metadata using regular expressions, matching keys and/or values.
MetadataSearchRedaction(String, String) - Constructor for class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Initializes a new instance of MetadataSearchRedaction class, using value to match redacted items.
MetadataSearchRedaction(String, String, String) - Constructor for class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Initializes a new instance of MetadataSearchRedaction class, using item name and value to match redacted items.
MetadataSearchRedaction(Pattern, String) - Constructor for class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Initializes a new instance of MetadataSearchRedaction class, using value to match redacted items.
MetadataSearchRedaction(Pattern, String, Pattern) - Constructor for class com.groupdocs.redaction.redactions.MetadataSearchRedaction
Initializes a new instance of MetadataSearchRedaction class, using item name and value to match redacted items.
Metered - Class in com.groupdocs.redaction.licensing
Provides methods which allow to activate product with Metered license and retrieve amount of MBs processed.
Metered() - Constructor for class com.groupdocs.redaction.licensing.Metered
Initializes a new instance of Metered class.

N

NameOfApplication - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Name of application where the document was created.
NoIndex - Static variable in class com.groupdocs.redaction.redactions.CellFilter
Represents a default value for filter, which is -1.
None - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Empty filter setting, matches no metadata items.

O

op_Equality(FileType, FileType) - Static method in class com.groupdocs.redaction.FileType
Determines whether two FileType objects are the same.
op_Inequality(FileType, FileType) - Static method in class com.groupdocs.redaction.FileType
Determines whether two FileType objects are not the same.

P

PageInfo - Class in com.groupdocs.redaction
Represents a brief page information.
PageInfo() - Constructor for class com.groupdocs.redaction.PageInfo
 
parse(String) - Static method in class com.groupdocs.redaction.redactions.MetadataFilters
Parses a string of comma-delimited MetadataFiler values into an int.
partial(String) - Static method in class com.groupdocs.redaction.RedactionResult
Initializes a new instance of RedactionResult class with PartiallyApplied status.
PasswordRequiredException - Exception in com.groupdocs.redaction.exceptions
The exception that is thrown when password is required to load the document.
PasswordRequiredException() - Constructor for exception com.groupdocs.redaction.exceptions.PasswordRequiredException
Initializes a new instance of PasswordRequiredException class.
PdfComplianceLevel - Enum in com.groupdocs.redaction.options
Represents a list of supported PDF compliance levels.
performBinaryCheck(InputStream) - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Checks if the given stream contains a document, supported by this format instance.
PreviewFormats - Enum in com.groupdocs.redaction.options
Represents supported preview formats.
PreviewOptions - Class in com.groupdocs.redaction.options
Provides options to sets requirements and stream delegates for preview generation.
PreviewOptions(ICreatePageStream) - Constructor for class com.groupdocs.redaction.options.PreviewOptions
Initializes a new instance of PreviewOptions class, causing the output stream to be closed.
PreviewOptions(ICreatePageStream, IReleasePageStream) - Constructor for class com.groupdocs.redaction.options.PreviewOptions
Initializes a new instance of PreviewOptions class, causing the output stream to be returned to the client for further use.

R

RasterizationOptions - Class in com.groupdocs.redaction.options
Provides options for converting files into PDF.
RasterizationOptions() - Constructor for class com.groupdocs.redaction.options.RasterizationOptions
Initializes a new instance.
rasterize(OutputStream) - Method in interface com.groupdocs.redaction.integration.IRasterizableDocument
Saves the document to a stream as a PDF.
rasterize(OutputStream, RasterizationOptions) - Method in interface com.groupdocs.redaction.integration.IRasterizableDocument
Saves the document to a stream as a PDF with page range and compliance options.
redactAnnotation(Pattern, String) - Method in interface com.groupdocs.redaction.integration.IAnnotatedDocument
Replaces the matching text in all annotations within the document.
Redaction - Class in com.groupdocs.redaction
Represents a base abstract class for all redaction types.
Redaction() - Constructor for class com.groupdocs.redaction.Redaction
 
RedactionActionType - Enum in com.groupdocs.redaction.redactions
Represents actions that can be taken to perform redaction.
RedactionDescription - Class in com.groupdocs.redaction.redactions
Represents a single change action info that performed during redaction process.
RedactionDescription(RedactionType, RedactionActionType, String) - Constructor for class com.groupdocs.redaction.redactions.RedactionDescription
Initializes a new instance of RedactionDescription class without replacement information.
RedactionDescription(RedactionType, RedactionActionType, String, TextReplacement) - Constructor for class com.groupdocs.redaction.redactions.RedactionDescription
Initializes a new instance of RedactionDescription class with replacement information.
RedactionPolicy - Class in com.groupdocs.redaction
Represents a sanitization policy, containing a set of specific redactions to apply.
RedactionPolicy() - Constructor for class com.groupdocs.redaction.RedactionPolicy
Creates a new instance of Redaction policy.
RedactionResult - Class in com.groupdocs.redaction
Represents a result of the redaction operation.
RedactionStatus - Enum in com.groupdocs.redaction
Represents a redaction completion status.
RedactionType - Enum in com.groupdocs.redaction.redactions
Represents a type of document's data, affected by redaction.
Redactor - Class in com.groupdocs.redaction
Represents a main class that controls document redaction process, allowing to open, redact and save documents.
Redactor(String) - Constructor for class com.groupdocs.redaction.Redactor
Initializes a new instance of Redactor class using file path.
Redactor(InputStream) - Constructor for class com.groupdocs.redaction.Redactor
Initializes a new instance of Redactor class using stream.
Redactor(String, LoadOptions) - Constructor for class com.groupdocs.redaction.Redactor
Initializes a new instance of Redactor class for a password-protected document using its path.
Redactor(InputStream, LoadOptions) - Constructor for class com.groupdocs.redaction.Redactor
Initializes a new instance of Redactor class for a password-protected document using stream.
RedactorChangeLog - Class in com.groupdocs.redaction
Represents results for a list of redactions, passed to Apply() method of Redactor class.
RedactorChangeLog() - Constructor for class com.groupdocs.redaction.RedactorChangeLog
Initializes a new instance of RedactorChangeLog class.
RedactorConfiguration - Class in com.groupdocs.redaction.configuration
Provides access to a list of supported formats, built-in and custom user formats.
RedactorConfiguration() - Constructor for class com.groupdocs.redaction.configuration.RedactorConfiguration
 
RedactorLogEntry - Class in com.groupdocs.redaction
Represents results of applying redaction.
RedactorLogEntry(Redaction, RedactionResult) - Constructor for class com.groupdocs.redaction.RedactorLogEntry
Initializes a new instance of RedactorLogEntry class for redaction.
RegexRedaction - Class in com.groupdocs.redaction.redactions
Represents a text redaction that searches and replaces text in the document by matching provided regular expression.
RegexRedaction(String, ReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.RegexRedaction
Initializes a new instance of RegexRedaction class.
RegexRedaction(Pattern, ReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.RegexRedaction
Initializes a new instance of RegexRedaction class.
RegionReplacementOptions - Class in com.groupdocs.redaction.redactions
Represents color and area parameters for image region replacement.
RegionReplacementOptions(Color, Dimension) - Constructor for class com.groupdocs.redaction.redactions.RegionReplacementOptions
Initializes a new instance of RegionReplacementOptions class.
RegionReplacementOptions(Color, Font, String) - Constructor for class com.groupdocs.redaction.redactions.RegionReplacementOptions
Initializes a new instance of RegionReplacementOptions class which size matches given text.
releasePageStream(int, OutputStream) - Method in interface com.groupdocs.redaction.options.IReleasePageStream
Represents a method which releases stream created by CreatePageStream delegate.
replaceInColumn(Pattern, String, int, int) - Method in interface com.groupdocs.redaction.integration.ICellularFormatInstance
Replaces all matches with a given replacement in the specified column and worksheet.
replaceInColumn(Pattern, String, int) - Method in interface com.groupdocs.redaction.integration.ICellularFormatInstance
Replaces all matches with a given replacement in the specified column on all worksheets.
ReplacementOptions - Class in com.groupdocs.redaction.redactions
Represents options for matched text replacement.
ReplacementOptions(String) - Constructor for class com.groupdocs.redaction.redactions.ReplacementOptions
Initializes a new instance of ReplacementOptions class with replacement text as an option.
ReplacementOptions(Color) - Constructor for class com.groupdocs.redaction.redactions.ReplacementOptions
Initializes a new instance of ReplacementOptions class with colored rectangle as an option.
ReplacementType - Enum in com.groupdocs.redaction.redactions
Represents a type of replacement for the matched text.
replaceText(Pattern, ReplacementOptions) - Method in interface com.groupdocs.redaction.integration.ITextualFormatInstance
Replaces all matches of the regular expression with a given replacement.
reportCreditsUsage(long) - Static method in class com.groupdocs.redaction.licensing.Metered
 
reportUsageInBytes(long) - Static method in class com.groupdocs.redaction.licensing.Metered
 
RevisionNumber - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Revision number.

S

save(OutputStream) - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Saves the document to a stream.
save() - Method in class com.groupdocs.redaction.Redactor
Saves the document to a file with the following options: AddSuffix = true, RasterizeToPDF = true.
save(SaveOptions) - Method in class com.groupdocs.redaction.Redactor
Saves the document to a file.
save(OutputStream, RasterizationOptions) - Method in class com.groupdocs.redaction.Redactor
Saves the document to a stream, including custom location.
SaveOptions - Class in com.groupdocs.redaction.options
Provides options for changing an output file name and/or converting the document to image-based PDF (rasterization).
SaveOptions() - Constructor for class com.groupdocs.redaction.options.SaveOptions
Initializes a new instance with defaults: rasterize to PDF - false, add suffix - false.
SaveOptions(boolean, String) - Constructor for class com.groupdocs.redaction.options.SaveOptions
Initializes a new instance with given parameters.
SaveSuffix - Static variable in class com.groupdocs.redaction.options.SaveOptions
Represents default suffix value, which is "Redacted".
setAccessGranted(boolean) - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Sets a validation status, if the document requires password.
setAddSuffix(boolean) - Method in class com.groupdocs.redaction.options.SaveOptions
Sets a value indicating whether the file name needs to be changed before saving.
setBoxColor(Color) - Method in class com.groupdocs.redaction.redactions.ReplacementOptions
Sets the color for a ReplacementType.DrawBox option (ignored otherwise).
setColumnIndex(int) - Method in class com.groupdocs.redaction.redactions.CellFilter
Sets a column index (zero-based).
setCompliance(PdfComplianceLevel) - Method in class com.groupdocs.redaction.options.RasterizationOptions
Sets the PDF Compliance level.
setCreatePageStream(ICreatePageStream) - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets an instance of page stream creation delegate.
setCustom(boolean) - Method in class com.groupdocs.redaction.integration.MetadataItem
Sets a value indicating whether this item is custom (added by the authors of the document).
setDocumentType(Class) - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Sets the type of a class, inheriting from DocumentFormatInstance.
setEnabled(boolean) - Method in class com.groupdocs.redaction.options.RasterizationOptions
Sets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file.
setExtensionFilter(String) - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Sets a comma (",") delimited list of file extensions (e.g.
setFillColor(Color) - Method in class com.groupdocs.redaction.redactions.RegionReplacementOptions
Sets the color to fill the redacted area.
setFilter(int) - Method in class com.groupdocs.redaction.integration.MetadataItem
Sets a value of MetadataFilters, assigned to this metadata item.
setFilter(int) - Method in class com.groupdocs.redaction.redactions.MetadataRedaction
Sets the filter, which is used to select all or specific metadata, e.g.
setHeight(int) - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets page preview height.
setHeight(int) - Method in class com.groupdocs.redaction.PageInfo
Sets the page height.
setInitializationData(Dictionary<String, String>) - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Sets data, required for DocumentFormatInstance initialization.
setLicense(String) - Method in class com.groupdocs.redaction.licensing.License
Sets the GroupDocs.Redaction license from a file path.
setLicense(InputStream) - Method in class com.groupdocs.redaction.licensing.License
Sets the GroupDocs.Redaction license from a stream.
setMeteredKey(String, String) - Method in class com.groupdocs.redaction.licensing.Metered
Activates the product with Metered keys.
setOriginalName(String) - Method in class com.groupdocs.redaction.integration.MetadataItem
Sets an original name of the metadata item, as it appears in the document.
setPageCount(int) - Method in class com.groupdocs.redaction.options.RasterizationOptions
Sets the number of pages to be converted into PDF.
setPageIndex(int) - Method in class com.groupdocs.redaction.options.RasterizationOptions
Sets the index of the first page (0-based) to convert into PDF.
setPageNumber(int) - Method in class com.groupdocs.redaction.PageInfo
Sets the page number.
setPageNumbers(int[]) - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets an array of page numbers to generate preview.
setPassword(String) - Method in class com.groupdocs.redaction.integration.DocumentFormatInstance
Sets a password for password protected documents.
setPassword(String) - Method in class com.groupdocs.redaction.options.LoadOptions
Sets a password for password-protected documents.
setPreviewFormat(PreviewFormats) - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets preview image format.
setRasterizeToPDF(boolean) - Method in class com.groupdocs.redaction.options.SaveOptions
Sets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file.
setRedactedFileSuffix(String) - Method in class com.groupdocs.redaction.options.SaveOptions
Sets a custom suffix for output file name.
setRedactionCallback(IRedactionCallback) - Static method in class com.groupdocs.redaction.Redactor
Sets an instance of a class, implementing IRedactionCallback.
setReleasePageStream(IReleasePageStream) - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets an instance of page preview completion delegate.
setReplacement(String) - Method in class com.groupdocs.redaction.redactions.ReplacementOptions
Sets the textual replacement value.
setSize(Dimension) - Method in class com.groupdocs.redaction.redactions.RegionReplacementOptions
Sets the rectangle with and height.
setValues(List<String>) - Method in class com.groupdocs.redaction.integration.MetadataItem
Sets the metadata item value.
setWidth(int) - Method in class com.groupdocs.redaction.options.PreviewOptions
Gets or sets page preview width.
setWidth(int) - Method in class com.groupdocs.redaction.PageInfo
Sets the page width.
setWorkSheetIndex(int) - Method in class com.groupdocs.redaction.redactions.CellFilter
Sets a worksheet index (zero-based).
setWorkSheetName(String) - Method in class com.groupdocs.redaction.redactions.CellFilter
Sets a worksheet name (if applicable).
skipped(String) - Static method in class com.groupdocs.redaction.RedactionResult
Initializes a new instance of RedactionResult class with Skipped status.
Subject - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Subject of the document.
successful() - Static method in class com.groupdocs.redaction.RedactionResult
Initializes a new instance of RedactionResult class with Applied (successful) status.
supportsExtension(String) - Method in class com.groupdocs.redaction.configuration.DocumentFormatConfiguration
Checks if a given file extension can be handled as DocumentType.

T

Template - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Document template name.
TextRedaction - Class in com.groupdocs.redaction.redactions
Represents a base abstract class for document text redactions.
TextRedaction(ReplacementOptions) - Constructor for class com.groupdocs.redaction.redactions.TextRedaction
Initializes a new instance of TextRedaction class.
TextReplacement - Class in com.groupdocs.redaction.redactions
Represents a textual replacement information.
TextReplacement(int, String, String) - Constructor for class com.groupdocs.redaction.redactions.TextReplacement
Initializes a new instance of TextReplacement class.
Title - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Document title.
toString() - Method in class com.groupdocs.redaction.FileType
Returns a string that represents the current object.
TotalEditingTime - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Total editing time.
TrialLimitationsException - Exception in com.groupdocs.redaction.exceptions
The exception that is thrown when user violates trial mode limitations.
TrialLimitationsException(String) - Constructor for exception com.groupdocs.redaction.exceptions.TrialLimitationsException
Initializes a new instance of TrialLimitationsException class.

V

valueOf(String) - Static method in enum com.groupdocs.redaction.options.PdfComplianceLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.redaction.options.PreviewFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.redaction.redactions.RedactionActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.redaction.redactions.RedactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.redaction.redactions.ReplacementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.redaction.RedactionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.redaction.options.PdfComplianceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.redaction.options.PreviewFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.redaction.redactions.RedactionActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.redaction.redactions.RedactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.redaction.redactions.ReplacementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.redaction.RedactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Static variable in class com.groupdocs.redaction.redactions.MetadataFilters
Document's version.
A C D E F G H I K L M N O P R S T V 

Copyright © 2019. All rights reserved.