Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 18,490 for

docx to doc

(0.35 sec)
  1. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... doc = aw . Document ( file_name =...= MY_DIR + 'Document.docx' ) # This document has one section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldStyleRef.StyleName | Aspose.Words for .NET

    Discover the FieldStyleRef StyleName property To easily cusTomize and format your search text. Enhance your project's styling with flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Paragraph.InsertField | Aspose.Words for .NET

    Effortlessly insert fields inTo paragraphs with the Paragraph InsertField method. Enhance your Document's functionality and streamline content management....Document doc = new Document (); Paragraph para = doc . FirstSection...child nodes: Run run = new Run ( doc ) { Text = "This run was written...

    reference.aspose.com/words/net/aspose.words/par...
  4. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java....Document doc = new Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  5. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...

    reference.aspose.com/words/java/com.aspose.word...
  6. BuiltInDocumentProperties.scale_crop property |...

    BuiltInDocumentProperties.scale_crop property. Indicates whether Document thumbnail is cropped or scaled To fit the display.... doc = aw . Document ( file_name =...'Extended properties.docx' ) self . assertTrue ( doc . built_in_document_properties...

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

    Discover the Node Remove method To effortlessly detach nodes from their parent, enhancing your code's efficiency and structure....Document doc = new Document ( MyDir + "Images.docx" ); NodeCollection...NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...

    reference.aspose.com/words/net/aspose.words/nod...
  8. BuiltInDocumentProperties.content_status proper...

    BuiltInDocumentProperties.content_status property. Gets or sets the content status of the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BuiltInDocumentProperties.security property | A...

    BuiltInDocumentProperties.security property. Specifies the security level of a Document as a numeric value....This property is available in DOC and OOXML documents only. To...security level of a document. doc = aw . Document () self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldIndexFormat enumeration | Aspose.Words for...

    aspose.words.fields.FieldIndexFormat enumeration. Specifies the formatting for the [FieldIndex](../fieldindex/) fields in a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'A' ) builder...

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