Sort Score
Result 10 results
Languages All
Labels All
Results 8,821 - 8,830 of 18,309 for

docx to doc

(0.4 sec)
  1. EndnoteOptions class | Aspose.Words for Node.js

    Aspose.Words.Notes.EndnoteOptions class. Represents the endnote numbering options for a Document or section... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a shape... doc = aw . Document ( MY_DIR + 'Images.docx' ) # Get...local file system. shapes = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlPart.data property | Aspose.Words for ...

    CusTomXmlPart.data property. Gets or sets the XML content of this CusTom XML Data STorage Part.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.hyperlinks_changed pr...

    BuiltInDocumentProperties.hyperlinks_changed property. Indicates whether hyperlinks in a Document were changed.... doc = aw . Document ( file_name =...'Extended properties.docx' ) self . assertTrue ( doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Saving::PclSaveOptions class | A...

    Aspose::Words::Saving::PclSaveOptions class. Can be used To specify additional options when saving a Document inTo the Pcl format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default this property...saving a document to PCL. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Create HTML Report In C#

    Generate reports and auTomate Documents using HTML templates and cusTom data in C#....(optional) Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Aspose.Words.Reporting; var doc = new Document( "Input.html"...

    products.aspose.com/words/net/report/html/
  7. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldTitle.Text | Aspose.Words for .NET

    Manage your FieldTitle Text property effortlessly. Easily get or set title text for enhanced clarity and user experience in your application.... Document doc = new Document (); // Set a value...built-in document property. doc . BuiltInDocumentPrope . Title...

    reference.aspose.com/words/net/aspose.words.fie...
  9. How do I extract the entire point with it's sub...

    Suppose this is the text I need To extract from a Document NOW THEREFORE the parties agree as follows: 1. All information disclosed by one party To the other To evaluate the Project and/or Purpose that is designated in…...document Document doc = new Document("YourDocument.docx"); // Iterate...para : (Iterable<Paragraph>) doc.getChildNodes(NodeType.PARAGRAPH...

    forum.aspose.com/t/how-do-i-extract-the-entire-...
  10. Document.footnoteOptions property | Aspose.Word...

    Document.footnoteOptions property. Provides options that control numbering and positioning of footnotes in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...