Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 180,098 for

doc

(0.11 sec)
  1. 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...
  2. 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...
  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. StoryType enumeration | Aspose.Words for Node.js

    Aspose.Words.StoryType enumeration. Text of a Word Document is stored in stories... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    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. 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...
  7. SaveOptions.CreateSaveOptions | Aspose.Words fo...

    Discover the CreateSaveOptions method to easily generate save options tailored for your preferred format, enhancing your Document management efficiency.... Document doc = new Document ( MyDir + "Rendering...MemoryOptimization = memoryOptimization ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. WrapType Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.Drawing.WrapType enum enhances text wrapping around shapes and images for professional Document formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/net/aspose.words.dra...
  9. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your Documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance Document clarity!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a cell into the...

    reference.aspose.com/words/net/aspose.words/doc...
  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/