Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 149,074 for

text

(0.25 sec)
  1. 使用JavaScript通过C++添加带有命名目标的PDF书签|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++添加带有命名目标的PDF书签,确保在更改页面后书签依然完好无损。...></ script > < script type = "text/javascript" > const { Workbook...PdfBookmarkEntry (); bookmarkEntry . text = "Text" ; bookmarkEntry . destination...

    docs.aspose.com/cells/zh/javascript-cpp/add-pdf...
  2. 使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry|Do...

    学习如何使用Aspose.Cells for Java脚本通过C++为图表工作表创建PdfBookmarkEntry。...></ script > < script type = "text/javascript" > const { Workbook...cells . get ( "A1" ); ent1 . text = "Bookmark-I" ; // Create Pdf...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. FieldDdeAuto.SourceFullName | Aspose.Words for ...

    Discover the FieldDdeAuto SourceFullName property to easily manage your source file's name and location for streamlined data handling....linked document in the form of text. // 1 - A LINK field: builder...case InsertLinkedObjectAs . Text : field . InsertAsText = true...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Run.remove() adds/leaves an empty line in some ...

    Greetings, We recently made the step to update our outdated “Aspose.Words for Java” 17.4 jdk16 to the latest version. So far every conflict could be solved apart from one where we request your assistance: Summary of o…... But it could be also text or tables or graphic for other...replace(...) API to search for the text marker and use the IReplacingCallback...

    forum.aspose.com/t/run-remove-adds-leaves-an-em...
  5. FindReplaceOptions.ignore_shapes property | Asp...

    FindReplaceOptions.ignore_shapes property. Gets or sets a boolean value indicating either to ignore shapes within a Text....either to ignore shapes within a text. The default value is False...ignore shapes while replacing text. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Using FormulaText function in Aspose.Cells|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....name suggests, it prints the text of the formula that is present...cell A1 and then prints the text of the formula using FormulaText...

    docs.aspose.com/cells/java/using-formulatext-fu...
  7. FieldAsk.prompt_text property | Aspose.Words fo...

    FieldAsk.prompt_Text property. Gets or sets the prompt Text (the title of the prompt window)....prompt_text property FieldAsk.prompt_text property Gets or sets...sets the prompt text (the title of the prompt window). @property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Developer's reference|Documentation

    For developers, by developers. Find answers in Aspose.OCR for JavaScript via C++ developer's reference and start building your OCR applications....algorithm Recognizing : Extract text from an image, document, or...: Get recognition results as text Get recognition results as JSON...

    docs.aspose.com/ocr/javascript-cpp/developer-re...
  9. PclSaveOptions.fallbackFontName property | Aspo...

    PclSaveOptions.fallbackFontName property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections....printer will apply to printed text as a substitute should its original...apply "Times New Roman" to the text with the missing font. // Should...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Extract Fonts from PDF C#|Aspose.PDF for .NET

    Use the Aspose.PDF for. NET library to extract all embedded fonts from your PDF document.... Text . Font [] fonts = document ...(); foreach ( Aspose . Pdf . Text . Font font in fonts ) { Console...

    docs.aspose.com/pdf/net/extract-fonts-from-pdf/