Sort Score
Result 10 results
Languages All
Labels All
Results 8,641 - 8,650 of 18,478 for

docx to doc

(0.28 sec)
  1. FieldDatabase.TableFormat | Aspose.Words for .NET

    Discover the FieldDatabase TableFormat property To easily cusTomize your database query results with flexible formatting options for enhanced data presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ShapeBase.CoordOrigin | Aspose.Words for .NET

    Discover the ShapeBase CoordOrigin property To optimize your designs. Access precise coordinates for the Top-left corner of your shape's containing block.... Document doc = new Document (); // Insert...GroupShape group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::BorderCollection::get_Horizontal...

    Aspose::Words::BorderCollection::get_Horizontal method. Gets the horizontal border that is used between cells or conforming paragraphs in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a red horizontal...

    reference.aspose.com/words/cpp/aspose.words/bor...
  4. ImageData.sourceFullName property | Aspose.Word...

    ImageData.sourceFullName property. Gets or sets the path and name of the source file for the linked image.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); const imageFileName = base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldIndex.has_page_number_separator property |...

    FieldIndex.has_page_number_separaTor property. Gets a value indicating whether a page number separaTor is overridden through the field's code.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HeaderFooter.parent_section property | Aspose.W...

    HeaderFooter.parent_section property. Gets the parent section of this sTory.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RelativeVerticalPosition enumeration | Aspose.W...

    aspose.words.drawing.RelativeVerticalPosition enumeration. Specifies To what the vertical position of a shape or text frame is relative.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert the image into the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Merge Documents via C++ | products.aspose.com

    Combine two or more separate Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your C++ application. Test the merging results online via app....Files Merge DOC Files Merge DOCM Files Merge DOCX Files Merge...

    products.aspose.com/total/cpp/merge/
  9. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  10. Exporting documents with images to Markdown fai...

    When I try To use ASPOSE Words To convert a Document with images To Markdown, and FIPS mode is enabled, I get the following error: An attempt To open a file which uses MD5 algorithm. This algorithm is not on the FIPS ap…...docx"; Document doc = new Document(inputPath);...with base64 images..."); try { doc.save(outputPath, saveOptions);...

    forum.aspose.com/t/exporting-documents-with-ima...