Sort Score
Result 10 results
Languages All
Labels All
Results 8,881 - 8,890 of 18,310 for

docx to doc

(0.09 sec)
  1. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Font::get_Style method | Aspose....

    Aspose::Words::Font::get_Style method. Gets or sets the character style applied To this formatting in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a custom style and...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....in the document: doc = aw . Document ( docs_base . my_dir + "Document..."Document.docx" ) # Get the first Run node and cast it to Run...

    docs.aspose.com/words/python-net/python-notes/
  4. DocumentBuilderOptions Class | Aspose.Words for...

    Discover Aspose.Words.DocumentBuilderOptions To enhance your Document creation with cusTomizable features for a seamless building experience.... Document doc = new Document (); DocumentBuilderOptio...builder = new DocumentBuilder ( doc , builderOptions ); // Adds content...

    reference.aspose.com/words/net/aspose.words/doc...
  5. ShapeBase.rotation property | Aspose.Words for ...

    ShapeBase.rotation property. Defines the angle (in degrees) that a shape is rotated... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape with an...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Section.protected_for_forms property | Aspose.W...

    Section.protected_for_forms property. True if the section is protected for forms... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.end_row method | Aspose.Words f...

    DocumentBuilder.end_row method. Ends a table row in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a cell into the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextColumnCollection.spacing property | Aspose....

    TextColumnCollection.spacing property. When columns are evenly spaced, gets or sets the amount of space between each column in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) columns = builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::AdjustmentCollection cl...

    Aspose::Words::Drawing::AdjustmentCollection class. Represents a read-only collection of Adjustment adjust values that are applied To the specified shape in C++.... auto doc = System :: MakeObject < Aspose...+ u "Rounded rectangle shape.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word Document in Java....Exception { Document doc = new Document(); doc.protect(ProtectionType...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...