Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 118,324 for

doc

(0.25 sec)
  1. Android API to Render CGM to XAMLFLOW | product...

    Transform CGM to XAMLFLOW via Android via Java API...can be used to convert CGM to DOC. The second API is Aspose.Words...which can be used to render DOC to XAMLFLOW. By using these two...

    products.aspose.com/total/android-java/conversi...
  2. Aspose::Words::RevisionGroupCollection::get_Cou...

    Aspose::Words::RevisionGroupCollection::get_Count method. Returns the number of revision groups in the collection in C++.... auto doc = MakeObject < Document > ( MyDir..."Revisions.docx" ); ASSERT_EQ ( 7 , doc -> get_Revisions () -> get_Groups...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. Aspose::Words::RevisionGroup::get_Author method...

    Aspose::Words::RevisionGroup::get_Author method. Gets the author of this revision group in C++.... auto doc = MakeObject < Document > ( MyDir..."Revisions.docx" ); ASSERT_EQ ( 7 , doc -> get_Revisions () -> get_Groups...

    reference.aspose.com/words/cpp/aspose.words/rev...
  4. Android API to Render MHTML to DOCM | products....

    Transform MHTML to DocM via Android via Java API...used to convert MHTML file to DOC. Secondly, Word Processing API...Android Java can be used to render DOC to DOCM. Aspose.Total for Android...

    products.aspose.com/total/android-java/conversi...
  5. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!... Document doc = new Document ( MyDir + "Big...options . NavigationMapLevel = 2 ; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 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...
  7. 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...
  8. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldDate field = (FieldDate)...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::TabStopCollection::Equals method...

    Aspose::Words::TabStopCollection::Equals method. Determines whether the specified TabStopCollection is equal in value to the current TabStopCollection in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < TabStopCollection...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. DocumentBuilder.InsertSignatureLine | Aspose.Wo...

    Effortlessly add professional signature lines to your Documents with the DocumentBuilder InsertSignatureLine method. Enhance your workflow today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words/doc...