Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 18,356 for

docx to doc

(0.11 sec)
  1. LayoutOptions.enable_text_shaping property | As...

    LayouToptions.enable_text_shaping property. Flag indicating whether To enable support for OpenType features using the HarfBuzz text shaping engine.... doc = aw . Document ( file_name =...MY_DIR + "TestMetricsKerning.docx" ) doc . layout_options . enable_text_shaping...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TabStopCollection.clear method | Aspose.Words f...

    TabSTopCollection.clear method. Deletes all tab sTop positions.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Possible bug with document layout calculation -...

    Hi, I’m currently evaluating the Aspose.Words library, and I believe I may have encountered a bug. Steps To Reproduce Download the attached layout_calc_bug.Docx file and save it without making any changes. layout_c…...docx file and save it without making...any changes . layout_calc_bug.docx Copy the code below into a Visual...

    forum.aspose.com/t/possible-bug-with-document-l...
  4. FieldOptions.PreProcessCulture | Aspose.Words f...

    Discover how FieldOptions PreProcessCulture enhances your data processing by cusTomizing field value cultures for improved accuracy and efficiency....Document doc = new Document ( MyDir + "Document.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the culture according...

    reference.aspose.com/words/net/aspose.words.fie...
  5. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumeraTor method. Enjoy simple, efficient access To your collection of nodes in C#....Document doc = new Document ( MyDir + "Tables.docx" ); // This...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Table.Style | Aspose.Words for .NET

    Discover how To easily cusTomize your table's appearance with the Table Style property—enhance your designs with unique styles effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Table.textWrapping property | Aspose.Words for ...

    Table.textWrapping property. Gets or sets [Table.textWrapping](./) for table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSetup.border_always_in_front property | Asp...

    PageSetup.border_always_in_front property. Specifies where the page border is positioned relative To intersecting texts and objects.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TableStyle.AllowBreakAcrossPages | Aspose.Words...

    Discover the TableStyle AllowBreakAcrossPages property, control text flow in tables and enhance your Document's readability across pages.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/tab...
  10. PageSetup.border_surrounds_header property | As...

    PageSetup.border_surrounds_header property. Specifies whether the page border includes or excludes the header.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

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