Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 20,153 for

printing document

(0.12 sec)
  1. CommentRangeStart | Aspose.Words for .NET

    Discover the CommentRangeStart constructor. Easily create new instances of this class for enhanced coding efficiency and streamlined development....doc DocumentBase The owner document. id Int32 The comment identifier...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/net/aspose.words/com...
  2. ViewOptions | Aspose.Words for Java

    Provides various options that control how a Document is shown in Microsoft Word in Java....options that control how a document is shown in Microsoft Word...Appearance of Word Documents documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocumentBase.font_infos property | Aspose.Words...

    DocumentBase.font_infos property. Provides access to properties of fonts used in this Document....properties of fonts used in this document. @property def font_infos...definitions is loaded as is from the document. Font definitions might be...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.revision_number prope...

    BuiltInDocumentProperties.revision_number property. Gets or sets the Document revision number....property Gets or sets the document revision number. @property...Examples Shows how to work with document properties in the “Origin”...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。...为了向PDF文档添加文本标记注释,我们需要执行以下操作: 加载 PDF 文件 - 新的 Document 对象。 创建注释: HighlightAnnotation...aspose.pdf as ap # 打开文档 document = ap . Document ( input_file ) # 创建圆形注释...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  6. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format in Java....additional options when saving a document into a particular format....the Specify Save Options documentation article. Remarks: An instance...

    reference.aspose.com/words/java/com.aspose.word...
  7. Document.compare method | Aspose.Words for Python

    aspose.words.Document.compare method...compare(document, author, date_time) Compares this document with...with another document producing changes as number of edit and format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. XmlMapping | Aspose.Words for Java

    Specifies the information that is used to establish a mapping between the parent structured Document tag and an XML element stored within a custom XML data part in the Document in Java....between the parent structured document tag and an XML element stored...the document. To learn more, visit the Structured Document Tags...

    reference.aspose.com/words/java/com.aspose.word...
  9. Adding Tables to PDF using Python|Aspose.PDF fo...

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....Adding tables to existing PDF documents is a common need for enhancing...adding tables to existing PDF documents using Aspose.PDF for Python...

    docs.aspose.com/pdf/python-net/adding-tables/
  10. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word Documents in C#....the text of the document print "Original document text: " . $doc...// Replace the text in the document. $doc -> Range -> Replace...

    docs.aspose.com/words/net/find-and-replace-in-php/