Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 67,640 for

document

(0.1 sec)
  1. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...要指向 <svg> 元素,您可以应用几种方法: 类的 document_element 属性可以直接访问文档的 <svg>...1 # Create a new SVG document 2 document = SVGDocument() 3 4 #...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/
  2. CleanupOptions.UnusedBuiltinStyles | Aspose.Wor...

    Optimize your Documents with CleanupOptions' UnusedBuiltinStyles property, ensuring unused BuiltIn styles are efficiently removed for cleaner, professional results....styles should be removed from document. public bool UnusedBuiltinStyles...styles from a document. Document doc = new Document (); doc . Styles...

    reference.aspose.com/words/net/aspose.words/cle...
  3. CleanupOptions.UnusedStyles | Aspose.Words for ...

    Optimize your Documents with CleanupOptions' UnusedStyles property, ensuring unused styles are removed for cleaner, faster-loading content. Default - true....styles should be removed from document. Default value is true . public...styles from a document. Document doc = new Document (); doc . Styles...

    reference.aspose.com/words/net/aspose.words/cle...
  4. DocumentPropertyCollection.indexOf method | Asp...

    DocumentPropertyCollection.indexOf method. Gets the index of a property by name....Examples Shows how to work with a document’s custom properties. let doc...doc = new aw . Document (); let properties = doc . customDocumentProper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. RunCollection.to_array method | Aspose.Words fo...

    RunCollection.to_array method. Copies all runs from the collection to a new array of runs.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Inline.isMoveToRevision property | Aspose.Words...

    Inline.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Inline.isInsertRevision property | Aspose.Words...

    Inline.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.hyphenation_options property | Aspose....

    Document.hyphenation_options property. Provides access to Document hyphenation options....hyphenation_options property Document.hyphenation_options property...property Provides access to document hyphenation options. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompareOptions.ignore_formatting property | Asp...

    CompareOptions.ignore_formatting property. True indicates that formatting is ignored.... Remarks By default document formatting is not ignored...to filter specific types of document elements when making a comparison...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentVisitor.VisitCommentRangeEnd | Aspose.W...

    Discover the DocumentVisitor VisitCommentRangeEnd method, designed to enhance text processing by efficiently handling comment range endings in your Documents....in a document. public void CommentsToText () { Document doc =...= new Document ( MyDir + "DocumentVisitor-compatible features...

    reference.aspose.com/words/net/aspose.words/doc...