Sort Score
Result 10 results
Languages All
Labels All
Results 9,691 - 9,700 of 17,140 for

docx to doc

(0.14 sec)
  1. DashStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.DashStyle enum for versatile dashed line styles. Enhance your Document designs with cusTomizable visual elements.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  2. DocumentBuilder.startTable method | Aspose.Word...

    DocumentBuilder.startTable method. Starts a table in the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTo 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...
  4. Fill.fore_theme_color property | Aspose.Words f...

    Fill.fore_theme_color property. Gets or sets a ThemeColor object that represents the foreground color for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Fill.back_theme_color property | Aspose.Words f...

    Fill.back_theme_color property. Gets or sets a ThemeColor object that represents the background color for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageSetup.LineStartingNumber | Aspose.Words for...

    Discover how To use the PageSetup LineStartingNumber property To easily cusTomize your Document's starting line number for enhanced formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use the section's...

    reference.aspose.com/words/net/aspose.words/pag...
  7. CellFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellFormat class for comprehensive table cell formatting. Enhance your Document styling with easy-To-use features!...Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; Cell firstCell...

    reference.aspose.com/words/net/aspose.words.tab...
  8. BorderCollection.Item | Aspose.Words for .NET

    Discover the BorderCollection Item property To easily access Border objects by type. Streamline your design with efficient border management!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/bor...
  9. Aspose::Words::Drawing::Shape::get_FirstParagra...

    Aspose::Words::Drawing::Shape::get_FirstParagraph method. Gets the first paragraph in the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc , Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. List.ListLevels | Aspose.Words for .NET

    Discover the ListLevels property To access and manage your list levels effortlessly, enhancing organization and clarity in your Documents.... Document doc = new Document (); // A list...its list levels. List list = doc . Lists . Add ( ListTemplate...

    reference.aspose.com/words/net/aspose.words.lis...