Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 18,480 for

docx to doc

(0.11 sec)
  1. ImageData Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ImageData class—your solution for defining and managing images in shapes. Enhance your Document design effortlessly!...Document doc = new Document ( MyDir + "Images.docx" ); // Get...system. NodeCollection shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...
  2. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method... doc = aw . Document () # A convenient...builder = aw . DocumentBuilder ( doc ) builder . write ( ' Hello world...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete Documentation + practical examples related To the following areas: 1. Word Range Operations I am looking for full details and examples for: …...js) – https://docs.aspose.com/words/nodejs/ (see...Document object ( doc ) and loaded a DOCX file. 1. Accessing...

    forum.aspose.com/t/need-complete-documentation-...
  4. Make a Document Read-Only in Node.js|Aspose.Wor...

    Make your Document read-only so that the content can be copied or read, but not modified using Node.js....Document ; const doc = new Document ( "input.docx" ); const protected...protected = doc . writeProtection . isWriteProtected ; console ...

    docs.aspose.com/words/nodejs-net/make-a-documen...
  5. LoadOptions.load_format property | Aspose.Words...

    LoadOptions.load_format property. Specifies the format of the Document To be loaded... load_format ) doc = aw . Document ( file_name =...repair the link. image_shape = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.is_move_from_revision property | Aspo...

    Paragraph.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...= MY_DIR + 'Revisions.docx' ) # This document contains "Move"...

    reference.aspose.com/words/python-net/aspose.wo...
  7. StructuredDocumentTagRangeStart.WordOpenXML | A...

    Discover the StructuredDocumentTagRangeStart property in WordOpenXML. Access XML data in FlaTopc format for enhanced Document management and cusTomization.... Document doc = new Document ( MyDir + "Multi-section...tags.docx" ); StructuredDocumentTa rangeStartTag = doc . GetChildNodes...

    reference.aspose.com/words/net/aspose.words.mar...
  8. IStructuredDocumentTag.Color | Aspose.Words for...

    Discover the IStructuredDocumentTag Color property To easily cusTomize and set colors for structured Document tags, enhancing your Document's visual appeal.... Document doc = new Document ( MyDir + "Multi-section...tags.docx" ); StructuredDocumentTa rangeStartTag = doc . GetChildNodes...

    reference.aspose.com/words/net/aspose.words.mar...
  9. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) image_file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TableStyle.bidi property | Aspose.Words for Python

    TableStyle.bidi property. Gets or sets whether this is a style for a right-To-left table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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