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

document

(0.21 sec)
  1. 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...
  2. 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...
  3. 在 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...
  4. Shape.AcceptStart | Aspose.Words for .NET

    Discover the Shape AcceptStart method, seamlessly guide visitors to the beginning of your design, enhancing engagement and user experience....visitor DocumentVisitor The document visitor. Return Value The...shapes in a document. Document doc = new Document ( MyDir + "Revision...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Product Overview|Aspose.Words for JasperReports

    Aspose.Words for JasperReports is the solution that makes it possible to export reports from JasperReports and JasperServer to Microsoft Word Document formats. All report features are converted with the highest degree of precision to Microsoft Word Documents....Words for JasperReports documentation! Aspose.Words for JasperReports...JasperServer to Microsoft Word document formats. All report features...

    docs.aspose.com/words/jasperreports/product-ove...
  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. 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/
  9. 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...
  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/