Sort Score
Result 10 results
Languages All
Labels All
Results 8,531 - 8,540 of 17,107 for

docx to doc

(0.12 sec)
  1. Aspose::Words::Notes::Footnote::get_ActualRefer...

    Aspose::Words::Notes::Footnote::get_ActualReferenceMark method. Gets the actual text of the reference mark displayed in the Document for this footnote in C++.... auto doc = System :: MakeObject < Aspose...+ u "Footnotes and endnotes.docx" ); auto footnote = System ::...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Font.Style | Aspose.Words for .NET

    Discover how To use the Font Style property To cusTomize character styles in your formatting for enhanced text appeal and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a custom style and...

    reference.aspose.com/words/net/aspose.words/fon...
  3. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression....let doc = new aw . Document ( base . myDir + "Tables.docx" );...the document. let nodeList = doc . selectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Markup::CustomPartCollection::Re...

    Aspose::Words::Markup::CusTomPartCollection::RemoveAt method. Removes an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached To.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartDataLabelCollection.Separator | Aspose.Wor...

    Discover the SeparaTor property of ChartDataLabelCollection. CusTomize data label separaTors for enhanced clarity in your charts, from commas To line breaks.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Chart chart = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. FieldXE.PageNumberReplacement | Aspose.Words fo...

    Discover the FieldXE PageNumberReplacement property To easily cusTomize page number text for enhanced Document formatting and improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Fill.textureAlignment property | Aspose.Words f...

    Fill.textureAlignment property. Gets or sets the alignment for tile texture fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Node.next_pre_order method | Aspose.Words for P...

    Node.next_pre_order method. Gets next node according To the pre-order tree traversal algorithm.... doc = aw . Document ( file_name =...= MY_DIR + 'Images.docx' ) self . assertEqual ( 9 , len ( list...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.style_identifier property | Aspose.Words f...

    Font.style_identifier property. Gets or sets the locale independent style identifier of the character style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of referencing...

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