Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 157,127 for

doc

(0.07 sec)
  1. C++ API to Export SVG to MARKDOWN | products.as...

    Convert SVG to MARKDOWN within C++ applications....to convert SVG file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to MARKDOWN. Aspose.Total for...

    products.aspose.com/total/cpp/conversion/svg-to...
  2. C++ API to Export PS to PCL | products.aspose.com

    Convert PS to PCL within C++ applications....to a Microsoft Word Document (DOC). This API provides a wide range...variety of file formats, including DOC, DOCX, RTF, and HTML. With this...

    products.aspose.com/total/cpp/conversion/ps-to-...
  3. C++ API to Export XPS to MARKDOWN | products.as...

    Convert XPS to MARKDOWN within C++ applications....to convert XPS file format to DOC. Aspose.Words for C++ is an advanced...API that can be used to export DOC to MARKDOWN. The API provides...

    products.aspose.com/total/cpp/conversion/xps-to...
  4. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. How to Add Group Shape into a Word Document|Asp...

    Grouping and ungrouping shapes using Java....Document doc = new Aspose . Words . Document (); doc . EnsureMinimum...GroupShape gs = new GroupShape ( doc ); Aspose . Words . Drawing ...

    docs.aspose.com/words/java/how-to-add-group-sha...
  6. Aspose::Words::ControlChar::ColumnBreakChar fie...

    Aspose::Words::ControlChar::ColumnBreakChar field. End of column character: (char)14 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::PageBreakChar field...

    Aspose::Words::ControlChar::PageBreakChar field. Page break character: (char)12 or "\f" in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. FootnoteOptions class | Aspose.Words for Node.js

    Aspose.Words.Notes.FootnoteOptions class. Represents the footnote numbering options for a Document or section... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Settings::HyphenationOptions cla...

    Aspose::Words::Settings::HyphenationOptions class. Allows to configure Document hyphenation options. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. Aspose::Words::Document::get_FootnoteOptions me...

    Aspose::Words::Document::get_FootnoteOptions method. Provides options that control numbering and positioning of footnotes in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // A footnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...