Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 98,073 for

doc

(0.24 sec)
  1. PageSetup.CharactersPerLine | Aspose.Words for ...

    Control your Document layout with the PageSetup CharactersPerLine property. Easily adjust characters per line for optimal readability and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/net/aspose.words/pag...
  2. MailMergeSettings.mailSubject property | Aspose...

    MailMergeSettings.mailSubject property. Specifies the text which shall appear in the subject line of the e-mails or faxes produced during mail merge... let doc = new aw . Document ( base ....data.docx" ); let settings = doc . mailMergeSettings ; console...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a Document.... doc = aw . Document ( file_name =...docx' ) doc . update_list_labels () paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.thumbnail property | ...

    BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. OdtSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how the OdtSaveOptions SaveFormat property lets you easily save Documents in Odt or Ott formats, ensuring compatibility and flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ImageColorMode enumeration | Aspose.Words for P...

    aspose.words.saving.ImageColorMode enumeration. Specifies the color mode for the generated images of Document pages.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldInclude.text_converter property | Aspose.W...

    FieldInclude.text_converter property. Gets or sets the name of the text converter for the format of the included file.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # We can use an INCLUDE field to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Table.top_padding property | Aspose.Words for P...

    Table.top_padding property. Gets or sets the amount of space (in points) to add above the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfSaveOptions.attachments_embedding_mode prope...

    PdfSaveOptions.attachments_embedding_mode property. Gets or sets a value determining how attachments are embedded to the PDF Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_ole_object...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.page_height property | Aspose.Words f...

    PageSetup.page_height property. Returns or sets the height of the page in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert the image into the...

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