Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 18,298 for

docx to doc

(0.16 sec)
  1. Node.PreviousPreOrder | Aspose.Words for .NET

    Discover the Node PreviousPreOrder method To efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing....Document doc = new Document ( MyDir + "Images.docx" ); Assert...Assert . That ( doc . GetChildNodes ( NodeType . Shape , true ). OfType...

    reference.aspose.com/words/net/aspose.words/nod...
  2. FieldUserName.user_name property | Aspose.Words...

    FieldUserName.user_name property. Gest or sets the current user's name.... doc = aw . Document () # Create a...user_information . name = 'John Doe' doc . field_options . current_user...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldUserInitials.user_initials property | Aspo...

    FieldUserInitials.user_initials property. Gets or sets the current user's initials.... doc = aw . Document () # Create a...user_information . initials = 'J. D.' doc . field_options . current_user...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property To easily access the final section of your Document, enhancing navigation and content management efficiency.... Document doc = new Document (); // A blank...we can edit. Assert . That ( doc . Sections . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...
  5. MarkdownExportAsHtml enumeration | Aspose.Words...

    aspose.words.saving.MarkdownExportAsHtml enumeration. Allows To specify the elements To be exported To Markdown as raw HTML.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Sample...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OoxmlSaveOptions.Password | Aspose.Words for .NET

    Secure your Documents with OoxmlSaveOptions! Easily set a password for encryption using the ECMA376 Standard for enhanced data protection.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  7. FieldTitle.text property | Aspose.Words for Python

    FieldTitle.text property. Gets or sets the text of the title.... doc = aw . Document () # Set a value...built-in document property. doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldDocVariable.variable_name property | Aspos...

    FieldDocVariable.variable_name property. Gets or sets the name of the Document variable To retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldStyleRef.style_name property | Aspose.Word...

    FieldStyleRef.style_name property. Gets or sets the name of the style by which the text To search for is formatted.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

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