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

docx to doc

(0.17 sec)
  1. XmlMapping.delete method | Aspose.Words for Python

    XmlMapping.delete method. Deletes mapping of the parent structured Document To XML data.... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

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

    STores and manages formatting of bulleted and numbered lists used in a Document in Java....docx"); Document dstDoc = new Document();...) + "Lists.PrintOutAllLists.docx"); } private static void addListSample(final...

    reference.aspose.com/words/java/com.aspose.word...
  3. Table.bidi property | Aspose.Words for Python

    Table.bidi property. Gets or sets whether this is a right-To-left table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape.... doc = aw . Document () # Create a...aw . drawing . GroupShape ( doc ) self . assertEqual ( aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ListFormat.applyBulletDefault method | Aspose.W...

    ListFormat.applyBulletDefault method. Starts a new default bulleted list and applies it To the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListFormat.ApplyBulletDefault | Aspose.Words fo...

    Discover how To use the ApplyBulletDefault method To effortlessly create stylish bulleted lists in your Documents, enhancing readability and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Aspose...

    reference.aspose.com/words/net/aspose.words.lis...
  7. FormField.remove_field method | Aspose.Words fo...

    FormField.remove_field method. Removes the complete form field, not just the form field special character.... doc = aw . Document ( file_name =...MY_DIR + 'Form fields.docx' ) form_field = doc . range . form_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis | Aspose.Words for Java

    Represents the axis options of the chart in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Subject method. Gets or sets the subject of the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. Fill.image_bytes property | Aspose.Words for Py...

    Fill.image_bytes property. Gets the raw bytes of the fill texture or pattern.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...

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