Sort Score
Result 10 results
Languages All
Labels All
Results 8,771 - 8,780 of 18,350 for

docx to doc

(0.1 sec)
  1. HyphenationOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.HyphenationOptions class To effortlessly cusTomize hyphenation settings for your Documents and enhance text presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  2. 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...
  3. Aspose.Words or Open XML SDK|Aspose.Words for .NET

    Aspose.Words for .NET is a very useful Document processing library that provides great support for all Microsoft Word and other Document formats. Open XML SDK and Aspose.Words do not compete with each other because they address quite different needs using C#....simple programming operation on a DOCX document, then the Open XML...such as generating a simple DOCX document or removing comments...

    docs.aspose.com/words/net/aspose-words-or-open-...
  4. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  5. PreferredWidth class | Aspose.Words for Node.js

    Aspose.Words.Tables.PreferredWidth class. Represents a value and its unit of measure that is used To specify the preferred width of a table or a cell... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OlePackage class | Aspose.Words for Python

    aspose.words.drawing.OlePackage class. Allows To access OLE Package properties... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # OLE objects allow us to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. NodeList.to_array method | Aspose.Words for Python

    NodeList.To_array method. Copies all nodes from the collection To a new array of nodes.... doc = aw . Document ( MY_DIR + 'Tables.docx' ) # This...in the document. node_list = doc . select_nodes ( '//Table//Paragraph'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Tables::Table::SetBorders method...

    Aspose::Words::Tables::Table::SetBorders method. Sets all table borders To the specified line style, width and color in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Start a table and set a...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. ListLevel.custom_number_style_format property |...

    ListLevel.cusTom_number_style_format property. Gets or sets the cusTom number style format for this list level... doc = aw . Document ( file_name =...with leading zero.docx' ) list_level = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldBuilder.add_switch method | Aspose.Words f...

    aspose.words.fields.FieldBuilder.add_switch method... doc = aw . Document () # Below are...build_and_insert ( ref_node = doc . first_section . body . first_paragraph...

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