Sort Score
Result 10 results
Languages All
Labels All
Results 8,781 - 8,790 of 18,478 for

docx to doc

(0.15 sec)
  1. Table.DistanceRight | Aspose.Words for .NET

    Adjust the Table DistanceRight property To control spacing between your table and surrounding text in points, enhancing layout and readability.... Document doc = new Document ( MyDir + "Table..."Table wrapped by text.docx" ); Table table = doc . FirstSection ....

    reference.aspose.com/words/net/aspose.words.tab...
  2. HtmlSaveOptions.navigationMapLevel property | A...

    HtmlSaveOptions.navigationMapLevel property. Specifies the maximum level of headings populated To the navigation map when exporting To EPUB, MOBI, or AZW3 formats... let doc = new aw . Document ( base .... myDir + "Big document.docx" ); let options = new aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TextWatermarkOptions.is_semitrasparent property...

    TextWatermarkOptions.is_semitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

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

    Discover Aspose.Words.Tables.TableAlignment enum for optimal inline table alignment. Enhance your Document formatting with precision and ease....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Align the...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Table.SetShading | Aspose.Words for .NET

    Enhance your table's appearance with the SetShading method, allowing you To apply cusTom shading values for a polished, professional look....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Align the...

    reference.aspose.com/words/net/aspose.words.tab...
  6. OleFormat.ole_icon property | Aspose.Words for ...

    OleFormat.ole_icon property. Gets the draw aspect of the OLE object... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Embed a Microsoft Visio drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldNoteRef.InsertReferenceMark | Aspose.Words...

    Discover the FieldNoteRef InsertReferenceMark property To seamlessly insert formatted reference marks, enhancing your Document's clarity and professionalism....void FieldNoteRef () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a bookmark with...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Document.spelling_checked property | Aspose.Wor...

    Document.spelling_checked property. Returns ``True`` if the Document has been checked for spelling.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...

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

    GradientSTop.position property. Gets or sets a value representing the position of a sTop within the gradient expressed as a percent in range 0.0 To 1.0.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

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