Sort Score
Result 10 results
Languages All
Labels All
Results 7,501 - 7,510 of 182,041 for

doc

(0.28 sec)
  1. Aspose::Words::Notes::Footnote::get_StoryType m...

    Aspose::Words::Notes::Footnote::get_StoryType method. Returns Footnotes or Endnotes in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. List | Aspose.Words for Java

    Represents formatting of a list in Java.... Document doc = new Document(); // A list allows...first list level. List list1 = doc.getLists().add(ListTemplate....

    reference.aspose.com/words/java/com.aspose.word...
  3. Android API to Render CGM to FLATOPC | products...

    Transform CGM to FLATOPC via Android via Java API...used to convert CGM files to DOC format. This API supports a wide...Java API can be used to render DOC to FLATOPC. This API provides...

    products.aspose.com/total/android-java/conversi...
  4. Android API to Render PCL to PS | products.aspo...

    Transform PCL to PS via Android via Java API...used to convert PCL files to DOC format. It supports a wide range...Java API can be used to render DOC files to PS format. It supports...

    products.aspose.com/total/android-java/conversi...
  5. Android API to Render PCL to FLATOPC | products...

    Transform PCL to FLATOPC via Android via Java API...step is to convert PCL file to DOC using Aspose.PDF for Android...Android Java can be used to render DOC to FLATOPC. Aspose.Total for...

    products.aspose.com/total/android-java/conversi...
  6. Android API to Render XPS to RTF | products.asp...

    Transform XPS to RTF via Android via Java API...used to convert XPS files to DOC. Aspose.Words for Android Java...can then be used to render the DOC file to RTF. This process allows...

    products.aspose.com/total/android-java/conversi...
  7. Convert WORD To PDF C++

    Convert a Word Document to PDF format in C++ code. Save a Word Document as PDF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/word-t...
  8. Convert TEXT To HTML C++

    Convert TEXT to HTML format in C++ code. Save TEXT as HTML using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/text-t...
  9. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving Documents in the XPS format, enhancing your Document management efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word Documents, enhancing your Document's layout and functionality....Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...