Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 90,310 for

doc format

(0.91 sec)
  1. FieldNumPages | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  2. 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...
  3. Buat DOCX Menggunakan C++

    Buat DocX baharu dalam C++ dalam beberapa langkah. Buat DocX dengan mudah menggunakan pustaka C++....membuat DOCX dalam beberapa format menggunakan contoh berikut:...Salinan Contoh Format keluaran DOCX PDF MD HTML TXT DOC DOT DOCM DOTX...

    products.aspose.com/words/ms/cpp/make/docx/
  4. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered...a document to a rendered format. doc = aw . Document () builder...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldData | Aspose.Words for Java

    Implements the DATA field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldData field = (FieldData)...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldDocProperty | Aspose.Words for Java

    Implements the DocPROPERTY field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Current revision...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Saving::WordML2003SaveOptions cl...

    Aspose::Words::Saving::WordML2003SaveOptions class. Can be used to specify additional options when saving a Document into the WordML Format. To learn more, visit the Documentation article in C++....a document into the WordML format. To learn more, visit the Specify...suitable for the specified save format. static CreateSaveOptions (const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. XpsSaveOptions.CompressionLevel | Aspose.Words ...

    XpsSaveOptions CompressionLevel property. Specifies the compression level used to save Document. The default value is Normal....saving a document to XPS format. Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Sample...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert HTML To MARKDOWN Javascript

    Convert HTML to MARKDOWN Format in JavaScript code. Save HTML as MARKDOWN using JavaScript....can convert HTML to Markdown format and in the opposite direction...documents to many popular formats. Save HTML as Markdown in JavaScript...

    products.aspose.com/words/nodejs-net/conversion...