Sort Score
Result 10 results
Languages All
Labels All
Results 9,161 - 9,170 of 182,575 for

doc

(0.32 sec)
  1. Გადაიყვანეთ Გამოსახულება DOCX Java

    გადაიყვანეთ Გამოსახულება DocX Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DocX Java....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/ka/java/conversion/im...
  2. HtmlSaveOptions.export_list_labels property | A...

    HtmlSaveOptions.export_list_labels property. Controls how list labels are output to HTML, MHTML or EPUB... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Java API to Export EPUB to DOT | products.aspos...

    Convert EPUB to DOT using on premise Java API...is to render the EPUB file to DOC using Aspose.PDF for Java. Aspose...can help you convert EPUB to DOC quickly and easily. Once the...

    products.aspose.com/total/java/conversion/epub-...
  4. FieldNumChars | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  5. When saving Word docx as PDF, the "Alt Text" is...

    Hi, We are using Aspose Words Java version 25.1. We have a Word Docx file with images/shapes containing “Alt Text” on them. When we convert it into PDF using below code, the converted PDF doesn’t have “Alt Text” on tho…...images inside the converted PDF doc, it doesn’t show the “Alt Text”...images. Code used: Document doc = new Document("input.docx");...

    forum.aspose.com/t/when-saving-word-docx-as-pdf...
  6. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...

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

    Represents a Word field separator that separates the field code from the field result in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  8. Export EMLX to ODT via C++ | products.aspose.com

    C++ API to Convert EMLX to ODT without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...while passing Odt as save format doc -> Save ( u "convertedFile.Odt"...

    products.aspose.com/total/cpp/conversion/emlx-t...
  9. Export EML to DOCX via C++ | products.aspose.com

    C++ API to Convert EML to DocX without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Docx as save format doc -> Save ( u "convertedFile.Docx"...

    products.aspose.com/total/cpp/conversion/eml-to...
  10. Aspose::Words::Fields::FieldSeq::get_SequenceId...

    Aspose::Words::Fields::FieldSeq::get_SequenceIdentifier method. Gets or sets the name assigned to the series of items that are to be numbered in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A TOC field can create...

    reference.aspose.com/words/cpp/aspose.words.fie...