Sort Score
Result 10 results
Languages All
Labels All
Results 7,341 - 7,350 of 17,256 for

docx to doc

(0.09 sec)
  1. BreakType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.BreakType enum To enhance your Document formatting with precise break types for improved readability and layout control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/bre...
  2. Embedding images into RTF document - Free Suppo...

    Hi Aspose, I have had some success with your library so far, but I have run inTo one specific issue that is blocking progress on a project I am using this for. We are converting a combination of plain text and RTF data…...of plain text and RTF data to DOCX files, which by and large has...images: Document doc = new Document("input.docx"); RtfSaveOptions...

    forum.aspose.com/t/embedding-images-into-rtf-do...
  3. HyphenationOptions.HyphenationZone | Aspose.Wor...

    Optimize text layout with the HyphenationZone property. Control hyphenation distance from the right margin for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  4. Stroke.StartArrowLength | Aspose.Words for .NET

    Discover the Stroke StartArrowLength property To cusTomize your design's arrowhead length, enhancing visual appeal and precision in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how To retrieve the next node using the preorder algorithm effectively!...Document doc = new Document ( MyDir + "Images.docx" ); Assert...Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType . Shape , true...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according To the pre-order tree traversal algorithm....let doc = new aw . Document ( base . myDir + "Images.docx" );...); expect ( doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. | Aspose

    Sample code for JPEG To XLS Java conversion. Use API example code for batch JPEG files To XLS conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/cpp/conversion/jpeg-to-...
  8. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Specify that we want different...

    reference.aspose.com/words/cpp/aspose.words/bre...
  10. PageSetup.line_number_distance_from_text proper...

    PageSetup.line_number_distance_from_text property. Gets or sets distance between the right edge of line numbers and the left edge of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

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