Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 180,456 for

doc

(0.17 sec)
  1. SignOptions.providerId property | Aspose.Words ...

    SignOptions.providerId property. Specifies the class ID of the signature provider... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PageSetup.restartPageNumbering property | Aspos...

    PageSetup.restartPageNumbering property. True if page numbering restarts at the beginning of the section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlSaveOptions.exportPageSetup property | Aspo...

    HtmlSaveOptions.exportPageSetup property. Specifies whether page setup is exported to HTML, MHTML or EPUB...Microsoft Word file formats (DOCX, DOC, RTF, WML). In most cases HTML...information when saving to HTML. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SignatureLine.providerId property | Aspose.Word...

    SignatureLine.providerId property. Gets or sets signature provider identifier for this signature line... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Comment::AddReply method | Aspos...

    Aspose::Words::Comment::AddReply method. Adds a reply to this comment in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto comment = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/com...
  6. ChartAxis.title property | Aspose.Words for Python

    ChartAxis.title property. Provides access to the axis title properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Simple Mail Merge in Ruby|Aspose.Words for Java

    Simple Mail Merge using Ruby.... doc = Rjb :: import ( 'com.aspose...new ( data_dir + "MailMerge.doc" ) \ # Fill the fields in the...

    docs.aspose.com/words/java/simple-mail-merge-in...
  8. FieldFormText class | Aspose.Words for Python

    aspose.words.fields.FieldFormText class. Implements the FORMTEXT field... doc = aw . Document ( file_name =...docx' ) field_form_check_box = doc . range . fields [ 1 ] . as_...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldFormDropDown class | Aspose.Words for Python

    aspose.words.fields.FieldFormDropDown class. Implements the FORMDROPDOWN field... doc = aw . Document ( file_name =...docx' ) field_form_check_box = doc . range . fields [ 1 ] . as_...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Compress Images in PHP|Aspose.Words for Java

    Compress Images using PHP....file_size )); die ( "I M HERE" ); $ doc = new Java ( "com.aspose.words...$ resampler -> resample ( $ doc , $ desiredPpi , $ jpegQuality...

    docs.aspose.com/words/java/compress-images-in-php/