Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,004 for

regex

(0.06 sec)
  1. Interface IReplacingCallback | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback 界面. 如果您想在查找和替换操作期间调用自己的自定义方法请实现此接口... Replace ( new Regex ( "New York City|NYC" ), "Washington"...doc . Range . Replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/zh/net/aspose.words....
  2. TextFragmentAbsorber - Aspose.PDF for Java - AP...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....TextFragmentAbsorber ( Pattern regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. TextFragmentAbsorber...

    reference.aspose.com/pdf/java/com.aspose.pdf/Te...
  3. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageMargins method. Specifies the margins around pages in an HTML document. The margins value is measured in points and should be equal to or greater than 0. Default value is 10 points in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. TextFragmentAbsorber | Aspose.PDF for .NET API ...

    Represents an absorber object of text fragments. Performs text search and provides access to search results via TextFragments./textfragmentabsorber/textfragments collection.... TextFragmentAbsorber (Regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. TextFragmentAbsorber...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  5. FieldInclude.TextConverter | Aspose.Words for ....

    FieldInclude 财产. 获取或设置包含文件格式的文本转换器的名称... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/zh/net/aspose.words....
  6. FieldInclude.LockFields | Aspose.Words for .NET...

    FieldInclude 财产. 获取或设置是否禁止更新包含文档中的字段... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/zh/net/aspose.words....
  7. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    FindReplaceOptions IgnoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C#.... Replace ( new Regex ( "T" ), "*" , options ); Console...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Aspose::Words::Replacing::IReplacingCallback::R...

    Aspose::Words::Replacing::IReplacingCallback::Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C++....Text :: RegularExpressions :: Regex > ( u "New York City|NYC" )...Text :: RegularExpressions :: Regex > ( u " \\ [MY_DOCUMENT \\ ]"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. Search and replace text in MD document via C++ ...

    C++ example code to redact sensitive information in MD file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/md/
  10. Search and replace text in DOCX document via C+...

    C++ example code to redact sensitive information in DOCX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/docx/