Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 2 of 2 for

xml cellcolumnredaction

(0.11 sec)
  1. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an Xml document with a list of pre-configured redactions. Below is an example of redaction policy Xml file (code properties mapping is obvious): RedactionPolicy.Xml Xml version="1.0" encoding="utf-8"?> Xmlns="http://www.groupdocs.com/redaction"> <Cellcolumnredaction regularExpression="(foo)bar1" replacement="[red1]" columnIndex="1" worksheetIndex="2" /> <Cellcolumnredaction regularExpression="(foo)bar2" replacement="[red2]" wokrsheetName="Sample" /> You can use RedactionPolicy.... You can specify an XML document with a list of pre-configured...example of redaction policy XML file (code properties mapping...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Use redaction policies | Documentation

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an Xml document with a list of pre-configured redactions.... You can specify an XML document with a list of pre-configured...example of redaction policy XML file (code properties mapping...

    docs.groupdocs.com/redaction/net/use-redaction-...