Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 375,167 for

document

(0.12 sec)
  1. Convert TXT to POTM via C++ or with free Online...

    Export TXT to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free TXT to POTM online converter quickly before integrating the code....quickly and easily convert text documents into presentations, which...create a professional-looking document for a client. How Aspose.Total...

    products.aspose.com/total/cpp/conversion/txt-to...
  2. HtmlSaveOptions.HtmlVersion | Aspose.Words for ...

    Discover the HtmlSaveOptions HtmlVersion property to easily choose your HTML standard when saving Documents to HTML or MHTML. Optimize your output effortlessly!...should be used when saving the document to HTML or MHTML. Default...DOCTYPE heading when converting documents to the Xhtml 1.0 transitional...

    reference.aspose.com/words/net/aspose.words.sav...
  3. C++ API to Convert CGM to POTM | products.aspos...

    Convert CGM to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...of other features such as document manipulation, text extraction...to POTM Open CGM file using Document class reference Convert CGM...

    products.aspose.com/total/cpp/conversion/cgm-to...
  4. DocumentVisitor.visitOfficeMathStart method | A...

    DocumentVisitor.visitOfficeMathStart method. Called when enumeration of a Office Math object has started....every office math node in a document. test ( 'OfficeMathToText'...() => { let doc = new aw . Document ( base . myDir + "DocumentVisitor-compatible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentVisitor.visitOfficeMathEnd method | Asp...

    DocumentVisitor.visitOfficeMathEnd method. Called when enumeration of a Office Math object has ended....every office math node in a document. test ( 'OfficeMathToText'...() => { let doc = new aw . Document ( base . myDir + "DocumentVisitor-compatible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentVisitor.visitFootnoteStart method | Asp...

    DocumentVisitor.visitFootnoteStart method. Called when enumeration of a footnote or endnote text has started....structure of every footnote in a document. test ( 'FootnoteToText' ...() => { let doc = new aw . Document ( base . myDir + "DocumentVisitor-compatible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BookmarkEnd.Accept | Aspose.Words for .NET

    Discover the BookmarkEnd Accept method to enhance visitor engagement and streamline your website's user experience. Boost your site's performance today!...CreateUpdateAndPrint () { // Create a document with three bookmarks, then...then use a custom document visitor implementation to print their...

    reference.aspose.com/words/net/aspose.words/boo...
  8. Aspose::Words::Saving::SaveOptions class | Aspo...

    Aspose::Words::Saving::SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format. To learn more, visit the Documentation article in C++....additional options when saving a document into a particular format....the Specify Save Options documentation article. class SaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Drawing::ShapeBase::LocalToParen...

    Aspose::Words::Drawing::ShapeBase::LocalToParent method. Converts a value from the local coordinate space into the coordinate space of the parent shape in C++....MakeObject < Aspose :: Words :: Document > (); // Insert a group shape...and to the right of // the document's x and Y coordinate origin...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Creating a Page Layout in C++|Aspose.Words for C++

    Creating a page layout can be a costly procedure. Aspose.Words will create a page layout only when it is necessary: to render Document pages, to obtain a field value, to export a Document to HTML, etc....due to several reasons: The document may have a large amount of...consuming memory resources. The document may have many rules, placing...

    docs.aspose.com/words/cpp/creating-a-page-layout/