Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 18,447 for

docx to doc

(0.13 sec)
  1. FindReplaceOptions.smart_paragraph_break_replac...

    FindReplaceOptions.smart_paragraph_break_replacement property. Gets or sets a boolean value indicating either it is allowed To replace paragraph break when there is no next sibling paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create table with paragraph...

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

    Implements the NUMPAGES field in Java....Document doc = new Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  3. Story.AppendParagraph | Aspose.Words for .NET

    Discover the STory AppendParagraph method, effortlessly create and append a Paragraph object with cusTomizable text for seamless Document enhancement.... Document doc = new Document (); // Create...HeaderFooter ( doc , HeaderFooterType . HeaderPrimary ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/sto...
  4. PageInfo.SizeInPoints | Aspose.Words for .NET

    Discover the PageInfo SizeInPoints property To easily access your page size in points for precise layout control and enhanced design efficiency....Document doc = new Document ( MyDir + "Rendering.docx" ); // The...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  5. FieldFillIn.PromptText | Aspose.Words for .NET

    Discover the FieldFillIn PromptText property, easily cusTomize prompt window titles To enhance user experience and improve interface clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a FILLIN field....

    reference.aspose.com/words/net/aspose.words.fie...
  6. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your Document's page count for efficient management and organization....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  7. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient Document management....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  8. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced Document saving in XamlFixed format. Unlock advanced features for superior results!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ResourceUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Dear "); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  10. Perl|Aspose.Words for Java

    Perl: how To use Aspose.Words for Java....DOC document. Perl # ! C : \ Perl...//Create new Document Document doc = new Document (); //Create DocumentBuilder...

    docs.aspose.com/words/java/perl-and-aspose-word...