Sort Score
Result 10 results
Languages All
Labels All
Results 8,601 - 8,610 of 18,450 for

docx to doc

(0.24 sec)
  1. HeightRule enumeration | Aspose.Words for Python

    aspose.words.HeightRule enumeration. Specifies the rule for determining the height of an object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  3. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....docx"); // Load document with rectangle...shape with soft edge. Document doc = new Document(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. ReportingEngine.BuildReport | Aspose.Words for ...

    Effortlessly generate ready-To-use reports with ReportingEngine's BuildReport method, seamlessly populating templates with data from your chosen source....template syntax reference ( https://docs.aspose.com/display/wordsnet/Template+Syntax)...template syntax reference ( https://docs.aspose.com/display/wordsnet/Template+Syntax)...

    reference.aspose.com/words/net/aspose.words.rep...
  6. DmlRenderingMode enumeration | Aspose.Words for...

    Aspose.Words.Saving.DmlRenderingMode enumeration. Specifies how DrawingML shapes are rendered To fixed page formats.... let doc = new aw . Document ( base ....myDir + "DrawingML shape effects.docx" ); // Create a "PdfSaveOptions"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Notes::FootnoteOptions::get_Colu...

    Aspose::Words::Notes::FootnoteOptions::get_Columns method. Specifies the number of columns with which the footnotes area is formatted in C++.... auto doc = System :: MakeObject < Aspose..."Footnotes and endnotes.docx" ); doc -> get_FootnoteOptions ()...

    reference.aspose.com/words/cpp/aspose.words.not...
  8. Table.FirstRow | Aspose.Words for .NET

    Discover the FirstRow property of tables, effortlessly access the first row node for streamlined data management and enhanced table functionality....Document doc = new Document ( MyDir + "Tables.docx" ); TableCollection...TableCollection tables = doc . FirstSection . Body . Tables ; Assert...

    reference.aspose.com/words/net/aspose.words.tab...
  9. PageBorderDistanceFrom enumeration | Aspose.Wor...

    Aspose.Words.PageBorderDistanceFrom enumeration. Specifies the positioning of the page border relative To the page margin.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TextBox.InternalMarginBottom | Aspose.Words for...

    Discover the TextBox InternalMarginBotTom property To cusTomize your shape's inner botTom margin in points for enhanced design precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert another textbox...

    reference.aspose.com/words/net/aspose.words.dra...