Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 180,125 for

doc

(0.38 sec)
  1. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....IReplacingCallback' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Our new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Set PDF File Information in PHP|Aspose.PDF for ...

    Learn how to set various file properties, such as metadata, for a PDF Document in PHP using Aspose.PDF.... $doc = new Document ( $dataDir . "input1...information $doc_info = $doc -> getInfo (); $doc_info -> setAuthor...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  3. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE field in Java.... Document doc = new Document(getMyDir() + "Document...builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldStyleRef Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldStyleRef class, designed to enhance Document styling with the STYLEREF field for seamless formatting solutions.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Შეკუმშოს HTML Javascript

    შეკუმშოს HTML JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.html" ); doc.cleanup();...

    products.aspose.com/words/ka/nodejs-net/compres...
  6. Joining Tables in Jython|Aspose.Words for Java

    Joining Tables using Jython.... doc = Document ( dataDir + "tableDoc.doc" ) # Get the...the first table. firstTable = doc . getChild ( NodeType . TABLE...

    docs.aspose.com/words/java/joining-tables-in-jy...
  7. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert TEXT To SVG Javascript

    Convert TEXT to SVG format in JavaScript code. Save TEXT as SVG using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/nodejs-net/conversion...
  9. MailMergeSettings.ActiveRecord | Aspose.Words f...

    Discover MailMergeSettings. Customize your Microsoft Word Documents by selecting the desired record index from your data source. Start with ease!... Document doc = new Document ( MyDir + "Odso...MailMergeSettings settings = doc . MailMergeSettings ; Console...

    reference.aspose.com/words/net/aspose.words.set...
  10. DocumentBuilder.insertTextInput method | Aspose...

    DocumentBuilder.insertTextInput method. Inserts a text form field at the current position.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a form that prompts...

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