Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,999 for

regex

(0.09 sec)
  1. FieldImport.GraphicFilter | Aspose.Words for .NET

    FieldImport GraphicFilter property. Gets or sets the name of the filter for the format of the graphic that is to be inserted in C#.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Text extracted become separated chars - Free Su...

    I found a text extraction problem in a PDF. The sentences extracted in this PDF are broken into chars. The Aspose version is 23.4. I open the PDF in Acrobat and copy the text, and it looks normal. Please check the att…...TextFragmentAbsorber with a Regex search. sergei.shibanov April...new TextFragmentAbsorber(new Regex(@"\w*\w")); absorber.Visit(page);...

    forum.aspose.com/t/text-extracted-become-separa...
  3. Aspose::Words::Fields::FieldImport Class Refere...

    Implements the IMPORT field....System::Text::RegularExpressions::Regex::Match (fieldIncludePicture->GetFieldCode()...System::Text::RegularExpressions::Regex::Match (fieldImport->GetFieldCode()...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. FieldImport.IsLinked | Aspose.Words for .NET

    FieldImport IsLinked property. Gets or sets whether to reduce the file size by not storing graphics data with the document in C#.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  5. HtmlFixedSaveOptions.CssClassNamesPrefix | Aspo...

    HtmlFixedSaveOptions CssClassNamesPrefix property. Specifies prefix which is added to all class names in style.css file. Default value is aw in C#.... True ( Regex . Match ( outDocContents , "<div...es.css" ); Assert . True ( Regex . Match ( outDocContents , "...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FindOptions | Aspose.Cells for Java API Reference

    Represents find options....whether the searched key is regex. getSeachOrderByRows() Indicates...whether the searched key is regex. setSeachOrderByRows(boolean...

    reference.aspose.com/cells/java/com.aspose.cell...
  7. FieldImport.SourceFullName | Aspose.Words for ....

    FieldImport 财产. 获取或设置图片的位置... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/zh/net/aspose.words....
  8. HtmlFixedSaveOptions.CssClassNamesPrefix | Aspo...

    HtmlFixedSaveOptions 财产. 指定添加到 style.css 文件中所有类名的前缀 默认值为啊.... True ( Regex . Match ( outDocContents , "<div...es.css" ); Assert . True ( Regex . Match ( outDocContents , "...

    reference.aspose.com/words/zh/net/aspose.words....
  9. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_SourceFullName method. Gets or sets the location of the picture using an IRI in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Extract and Replace text with Images inside PDF...

    We are using Pdf library to generate some dynamic contracts, where the initial pdf has some text placeholders, then after collecting data form the user we generate the end contract. While doing this, we discovered a ver…...all the needed text using the Regex and TextAbsorber, then having...(var field in fields) { var regex = CreateFieldRg(field.Name);...

    forum.aspose.com/t/extract-and-replace-text-wit...