Sort Score
Result 10 results
Languages All
Labels All
Results 9,181 - 9,190 of 18,311 for

docx to doc

(0.2 sec)
  1. 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...
  2. Aspose::Words::TextColumnCollection::get_Count ...

    Aspose::Words::TextColumnCollection::get_Count method. Gets the number of columns in the section of a Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tex...
  3. JoinStyle | Aspose.Words for Java

    Line join style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_LockContentControl method. When set To true, this property will prohibit a user from deleting this SDT in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. CustomXmlPartCollection.Clear | Aspose.Words fo...

    Effortlessly clear your CusTomXmlPartCollection with our Clear method, removing all elements for optimal data management. Simplify your workflow Today!... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomXmlPartCollection.RemoveAt | Aspose.Words...

    Effortlessly manage your CusTomXmlPartCollection with the RemoveAt method—quickly remove items by index for streamlined data handling.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Table.AutoFit | Aspose.Words for .NET

    Discover the Table AuToFit method To effortlessly resize tables and cells for optimal layout. Enhance your Document's presentation with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  8. 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...
  9. ImageFieldMergingArgs.ImageWidth | Aspose.Words...

    Adjust the ImageWidth in ImageFieldMergingArgs To seamlessly insert images inTo your Documents, enhancing visual appeal and layout....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  10. PageSetup.border_applies_to property | Aspose.W...

    PageSetup.border_applies_To property. Specifies which pages the page border is printed on.... 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...