Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 213,606 for

new

(0.53 sec)
  1. LayoutCollector.GetStartPageIndex | Aspose.Word...

    Discover the LayoutCollector GetStartPageIndex method to easily find the 1-based index of a node's starting page. Simplify your mapping process today!...doc = new Document (); LayoutCollector layoutCollector = new LayoutCollector...content. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  2. Style.Name | Aspose.Words for .NET

    Discover the Style Name property, easily manage and customize your styles for enhanced design flexibility and user experience....affected nodes will reference new style. Examples Shows how to...style collection. Document doc = new Document (); Assert . That (...

    reference.aspose.com/words/net/aspose.words/sty...
  3. Create HTML Document – Create, Load HTML in Java

    Learn how to load HTML document from a file, stream, URL, or create HTML from scratch with Aspose.HTML for Java. Consider approaches to load HTML documents....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/java/create-a-document/
  4. Convert SVG to XPS | Aspose.HTML for .NET

    Convert SVG to XPS using Aspose.HTML for .NET. Consider various SVG to XPS conversion scenarios in C# examples. Try online SVG Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-svg-to-xps/
  5. 将 HTML 转换为 PNG – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 将 HTML 转换为 PNG。在 C# 示例中考虑各种 HTML 到 PNG 的转换情况。试用在线 HTML 转换器。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/convert-html-to-png/
  6. Disable Exporting Frame Scripts and Document Pr...

    Learn how to disable exporting frame scripts and document properties when converting a workbook to HTML using Aspose.Cells for JavaScript via C++....stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...document properties const options = new HtmlSaveOptions (); options ...

    docs.aspose.com/cells/javascript-cpp/disable-ex...
  7. Excel to HTML - Use PresentationPreference Opti...

    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....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...HtmlSaveOptions object const options = new HtmlSaveOptions (); // Set the...

    docs.aspose.com/cells/javascript-cpp/excel-to-h...
  8. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for JavaScript via C++....Create a new workbook (original JavaScript code created a new Workbook...reading a file) const workbook = new Workbook (); // Access first...

    docs.aspose.com/cells/javascript-cpp/set-preset...
  9. 使用 JavaScript 通过 C++ 使用正则表达式替换工作簿中的文本|Documenta...

    使用 C++ 通过 JavaScript 在工作簿中使用正则表达式替换文本...(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); const replaceOptions = new ReplaceOptions (); replaceOptions...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  10. RevisionGroup | Aspose.Words for Java

    Represents a group of sequential Revision objects in Java.... Document doc = new Document(getMyDir() + "Revisions...in a document. Document doc = new Document(getMyDir() + "Revisions...

    reference.aspose.com/words/java/com.aspose.word...