Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 17,110 for

docx to doc

(0.2 sec)
  1. FieldStyleRef.search_from_bottom property | Asp...

    FieldStyleRef.search_from_botTom property. Gets or sets whether To search from the botTom of the current page, rather from the Top.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentPropertyCollection.removeAt method | As...

    DocumentPropertyCollection.removeAt method. Removes a property at the specified index.... let doc = new aw . Document (); let properties = doc . customDocumentProper...add ( "Authorized Revision" , doc . builtInDocumentPrope . revisionNumber...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Shape.FillColor | Aspose.Words for .NET

    Discover the Shape FillColor property To cusTomize your designs with vibrant brush colors that enhance your shapes and elevate your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Write some text, and then...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartAxis.MajorUnitIsAuto | Aspose.Words for .NET

    Discover the ChartAxis MajorUnitIsAuTo property, easily control major tick mark spacing for enhanced chart clarity and precision in your data visualizations.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartAxis.MajorUnitScale | Aspose.Words for .NET

    Discover the ChartAxis MajorUnitScale property To easily cusTomize major tick marks on your time category axis for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. FieldToc.EntryIdentifier | Aspose.Words for .NET

    Discover how the FieldToc EntryIdentifier property streamlines TC field management by easily matching type identifiers for efficient data organization....FieldTocEntryIdentif () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a TOC field, which...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose::Words::TabStop::get_Alignment method | ...

    Aspose::Words::TabSTop::get_Alignment method. Gets or sets the alignment of text at this tab sTop in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Table of contents.docx" ); // Iterate through all paragraphs...

    reference.aspose.com/words/cpp/aspose.words/tab...
  8. TextPath.Shadow | Aspose.Words for .NET

    Discover how the TextPath Shadow property enhances your text with cusTomizable shadows for stunning visual effects on your designs....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartSeries.add method | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries.add method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

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

    Provides methods To insert text images and other content specify font paragraph and section formatting in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Start the table, then populate...

    reference.aspose.com/words/java/com.aspose.word...