Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 347,574 for

document

(0.1 sec)
  1. Style.AutomaticallyUpdate | Aspose.Words for .NET

    Discover how the AutomaticallyUpdate property enhances your styles by automatically redefining them for optimal value and performance in your projects.... Document doc = new Document (); Style style =...from the document to the paragraph that the document builder is...

    reference.aspose.com/words/net/aspose.words/sty...
  2. Working with Bookmarks in Java|Aspose.Words for...

    Understanding bookmark concepts and how bookmark can be used in your program using Java....identify in a Microsoft Word document the locations or fragments...Instead of scrolling through the document to locate the text, you can...

    docs.aspose.com/words/java/working-with-bookmarks/
  3. 向PDF文件添加椭圆对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建椭圆对象。...// 创建文档实例 auto document = MakeObject < Document > (); // 向PDF文件的页面集合添加页面...向PDF文件的页面集合添加页面 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/add-ellipse/
  4. Document.grammar_checked property | Aspose.Word...

    Document.grammar_checked property. Returns ``True`` if the Document has been checked for grammar....grammar_checked property Document.grammar_checked property Returns...Returns True if the document has been checked for grammar. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with print tickets | C++

    Learn how to specify XPS Document printing preferences for a printing or viewing device using the PrintTicket API in Aspose.Page for C++...Developer Guide Working with XPS Document Working with Print Tickets...Hide Show ] Print Schema XPS documents and the XPS Object Model can...

    docs.aspose.com/page/cpp/xps/print-tickets/
  6. RevisionCollection.reject_all method | Aspose.W...

    RevisionCollection.reject_all method. Rejects all revisions in this collection....Examples Shows how to work with a document’s collection of revisions...revisions. doc = aw . Document ( MY_DIR + 'Revisions.docx' ) revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.NodeType | Aspose.Words for .NET

    Explore the Document NodeType property to unlock essential Document details and enhance your data management. Discover its benefits today!...[ Hide ] Document.NodeType property Returns Document. public override...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/doc...
  8. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...

    reference.aspose.com/words/net/aspose.words/sec...
  9. VbaModule.SourceCode | Aspose.Words for .NET

    Access and modify your VBA project module source code effortlessly with the VbaModule SourceCode property. Enhance your coding efficiency today!... Document doc = new Document (); // Create a new...access a document’s VBA project information. Document doc = new...

    reference.aspose.com/words/net/aspose.words.vba...
  10. 将PDF转换为不同的图像格式在Python中|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为各种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码即可实现。...Python 中将 PDF 转换为 TIFF 创建一个 Document 类的对象。 创建 TiffSettings 和 TiffDevice...tiff" # 打开 PDF 文档 document = Api . Document ( input_pdf ) # 创建...

    docs.aspose.com/pdf/zh/python-java/convert-pdf-...