Sort Score
Result 10 results
Languages All
Labels All
Results 5,191 - 5,200 of 423,884 for

document

(0.21 sec)
  1. DocumentProperty.name property | Aspose.Words f...

    DocumentProperty.name property. Returns the name of the property....built-in document properties. let doc = new aw . Document ( base..."Properties.docx" ); // The "Document" object contains some of its...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to set cell link in GridJS|Documentation

    Add, edit, open, and remove links for selected cells using the Link dialog and hyperlink data....target types: Web Page , This Document , and E-mail Address . When...set Address . This Document : set Document Place and Cell Reference...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  3. How to set cell link in GridJS|Documentation

    Add, edit, open, and remove links for selected cells using the Link dialog and hyperlink data....target types: Web Page , This Document , and E-mail Address . When...set Address . This Document : set Document Place and Cell Reference...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  4. Aspose::Words::Loading::RtfLoadOptions class | ...

    Aspose::Words::Loading::RtfLoadOptions class. Allows to specify additional options when loading Rtf Document into a Document object. To learn more, visit the Documentation article in C++....options when loading Rtf document into a Document object. To learn more...the Specify Load Options documentation article. class RtfLoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. 在 PostScript 中使用填充图案 | C++

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...Copy 1 // The path to the documents directory. 2 System::String...output stream for PostScript document 5 { 6 System::SharedPtr <...

    docs.aspose.com/page/zh/cpp/ps/working-with-hat...
  6. While generating using Aspose.Words mail merge ...

    Hello All, We are using DocParts to generate content for Aspose.Words mail merge. Within the DocParts, we utilize Word’s Outline/Navigation feature, applying built-in heading styles (e.g., Heading 1, Heading 2) to enabl…...collapsible sections for better document structure. However, when we...template and generate the final document using our algorithm, we’re...

    forum.aspose.com/t/while-generating-using-aspos...
  7. Watermarker.Create | Aspose.Words for .NET

    Create a new watermarker processor with our innovative method for enhancing your images and protecting your content effortlessly....insert watermark text to the document using context. string doc...doc = MyDir + "Big document.docx" ; string watermarkText = "This...

    reference.aspose.com/words/net/aspose.words.low...
  8. Perl|Aspose.Words for Java

    Perl: how to use Aspose.Words for Java....application that creates an empty document, inserts some content and...it as a Microsoft Word .DOC document. Perl # ! C : \ Perl \ bin...

    docs.aspose.com/words/java/perl-and-aspose-word...
  9. Extract Text and Images from DOTX File Online a...

    Online DOTX file parser app. .NET API C# code to extract images and text content from DOTX Document....NET based DOTX document parser utility application...DOTX document text extraction. Download Parse DOTX Document via...

    products.aspose.com/total/net/parse/dotx/
  10. 旋转 SVG – C# 示例

    SVG 旋转的 C# 示例。考虑在变换属性和变换矩阵中使用旋转函数的情况。...Create a new SVG document 7 using (SVGDocument document = new SVGDocument())...SVGSVGElement svgElement = document. RootElement ; 10 11 // Create...

    docs.aspose.com/svg/zh/net/rotate-svg/