Replaces the matching text in all annotations within the document....RedactionResult RedactAnnotation ( Regex regularExpression , string replacement...RedactAnnotation ( regularExpression As Regex , replacement As String ) As...
Gets the regular expression to match....Syntax C# VB C++ F# public Regex Pattern { get ; } Public ReadOnly...Pattern As Regex Get public : property Regex ^ Pattern { Regex ^ get...
Gets the regular expression to match name (key) of metadata item....Syntax C# VB C++ F# public Regex KeyExpression { get ; } Public...KeyExpression As Regex Get public : property Regex ^ KeyExpression...
Gets the regular expression to match value text of a metadata item....Syntax C# VB C++ F# public Regex ValueExpression { get ; } Public...ValueExpression As Regex Get public : property Regex ^ ValueExpression...
Removes watermark from the document....png" ); Regexregex = new Regex ( @"^Company\sName$"...= new TextSearchCriteria ( regex ); PossibleWatermarkCol watermarks...
Deletes all annotations, matching regular expression within the document....RedactionResult DeleteAnnotations ( Regex regularExpression ) Function...DeleteAnnotations ( regularExpression As Regex ) As RedactionResult RedactionResult...
Represents a complex textual redaction that affects text images and annotations in an area of the page....Description PageAreaRedaction(Pattern regex, ReplacementOptions options)... PageAreaRedaction(Pattern regex, ReplacementOptions options...
Replaces all matches of the regular expression with a given replacement....RedactionResult ReplaceText ( Regex regularExpression , ReplacementOptions...ReplaceText ( regularExpression As Regex , options As ReplacementOptions...
This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API.... query : regex-query non-regex-query regex-query : ^ pattern...pattern non-regex-query : unary-query binary-query unary-query :...
Replaces all matches with a given replacement in the specified column on all worksheets....Method (Regex, String, Int32) ReplaceInColumn Method (Regex, String...Description ReplaceInColumn(Regex, String, Int32) Replaces all...