Sort Score
Result 10 results
Languages All
Labels All
Results 9,291 - 9,300 of 17,125 for

docx to doc

(0.07 sec)
  1. AutoFitBehavior enumeration | Aspose.Words for ...

    Aspose.Words.Tables.AuToFitBehavior enumeration. Determines how Aspose.Words resizes the table when you invoke the [Table.auToFit()](../../aspose.words/table/auToFit/#auTofitbehavior) method.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldDde | Aspose.Words for Java

    Implements the DDE field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three types of...

    reference.aspose.com/words/java/com.aspose.word...
  3. ChartTitle.format property | Aspose.Words for P...

    ChartTitle.format property. Provides access To fill and line formatting of the chart title.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SaveOptions.UseHighQualityRendering | Aspose.Wo...

    Optimize your SaveOptions with the UseHighQualityRendering property for superior output. Control rendering speed and quality for perfect results....Document doc = new Document ( MyDir + "Rendering.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 60...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ShapeBase.Rotation | Aspose.Words for .NET

    Discover the ShapeBase Rotation property, easily define and cusTomize rotation angles for your shapes, enhancing your design's precision and creativity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a shape with an...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Shape.TextBox | Aspose.Words for .NET

    CusTomize your Shape TextBox properties To enhance text display and improve visual appeal in your designs. Unlock creative potential Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape textBoxShape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. FieldIndex.letter_range property | Aspose.Words...

    FieldIndex.letter_range property. Gets or sets a range of letters To which limit the index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Section.HeadersFooters | Aspose.Words for .NET

    Access and manage section headers and footers effortlessly with our intuitive property feature. Enhance Document organization and presentation Today!...Document doc = new Document ( MyDir + "Footer.docx" ); HeaderFooterCollecti...HeaderFooterCollecti headersFooters = doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words/sec...
  9. Chart.data_table property | Aspose.Words for Py...

    Chart.data_table property. Provides access To properties of a data table of this chart... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Section.headersFooters property | Aspose.Words ...

    Section.headersFooters property. Provides access To the headers and footers nodes of the section.... let doc = new aw . Document ( base ....myDir + "Header and footer types.docx" ); // Iterate through each...

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