Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 18,310 for

docx to doc

(0.11 sec)
  1. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement.... Document doc = new Document ( MyDir + "Textboxes...drawing canvas.docx" ); Shape [] shapes = doc . GetChildNodes...

    reference.aspose.com/words/net/aspose.words/com...
  2. SignatureLineOptions class | Aspose.Words for N...

    Aspose.Words.SignatureLineOptions class. Allows To specify options for signature line being inserted... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Document::RemoveBlankPages metho...

    Aspose::Words::Document::RemoveBlankPages method. Removes blank pages from the Document in C++.... auto doc = System :: MakeObject < Aspose...pages.docx" ); ASSERT_EQ ( 2 , doc -> get_PageCount ()); doc ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Node::get_NodeType method | Aspo...

    Aspose::Words::Node::get_NodeType method. Gets the type of this node in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Tables.docx" ); ASSERT_EQ ( 2 , doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. PageSetup.border_surrounds_footer property | As...

    PageSetup.border_surrounds_footer property. Specifies whether the page border includes or excludes the footer.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.shadow property | Aspose.Words for Python

    Font.shadow property. True if the font is formatted as shadowed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set the Shadow flag to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Notes::FootnoteSeparator::get_No...

    Aspose::Words::Notes::FootnoteSeparaTor::get_NodeType method. Gets the type of this node in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Tables.docx" ); ASSERT_EQ ( 2 , doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.not...
  8. TextPath.same_letter_heights property | Aspose....

    TextPath.same_letter_heights property. Determines whether all letters will be the same height regardless of initial case.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldSeq.insert_next_number property | Aspose.W...

    FieldSeq.insert_next_number property. Gets or sets whether To insert the next sequence number for the specified item.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # SEQ fields display a count...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    Effortlessly enhance your Documents with the DocumentBuilder InsertHtml method—seamlessly insert HTML strings for dynamic content integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); const string html = "<p a...

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