Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 120,241 for

doc

(0.18 sec)
  1. Convert HTML To PDF C++

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

    products.aspose.com/words/cpp/conversion/html-t...
  2. FieldDatabase.LastRecord | Aspose.Words for .NET

    Discover the FieldDatabase LastRecord property. Easily manage your last data record number for seamless data insertion and enhanced database efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldMergingArgsBase Class | Aspose.Words for .NET

    Discover the Aspose.Words.MailMerging.FieldMergingArgsBase class, the foundation for efficient field merging and image handling in Document automation....void MergeHtml () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( @"MERGEFIELD...

    reference.aspose.com/words/net/aspose.words.mai...
  4. ThemeFont enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeFont enumeration. Specifies the types of theme font names for Document themes.... doc = aw . Document () # Define fonts...default. doc . theme . minor_fonts . latin = 'Algerian' doc . theme...

    reference.aspose.com/words/python-net/aspose.wo...
  5. | Aspose

    Sample code for GIF to Doc Java conversion. Use API example code for batch GIF files to Doc conversion within any Web or Desktop Java based application....Conversion GIF to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for C++...that converts an GIF image to DOC document: Create an instance...

    products.aspose.com/ocr/cpp/conversion/gif-to-doc/
  6. Aspose::Words::Fields::ToaCategories class | As...

    Aspose::Words::Fields::ToaCategories class. Represents a table of authorities categories. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Font.ThemeFontOther | Aspose.Words for .NET

    Discover how to customize the theme font for characters 128-255 in your font scheme, enhancing your design with unique typography options.... Document doc = new Document (); // Define...default. doc . Theme . MinorFonts . Latin = "Algerian" ; doc . Theme...

    reference.aspose.com/words/net/aspose.words/fon...
  8. Font.ThemeFontBi | Aspose.Words for .NET

    Discover how to easily manage theme fonts in right-to-left Documents with the FontBi property, enhancing your design and readability effortlessly.... Document doc = new Document (); // Define...default. doc . Theme . MinorFonts . Latin = "Algerian" ; doc . Theme...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Font.ThemeFontFarEast | Aspose.Words for .NET

    Discover how to customize East Asian theme fonts in your designs with Font ThemeFontFarEast. Enhance your projects with unique, tailored typography!... Document doc = new Document (); // Define...default. doc . Theme . MinorFonts . Latin = "Algerian" ; doc . Theme...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Aspose::Words::DocumentVisitor::VisitParagraphE...

    Aspose::Words::DocumentVisitor::VisitParagraphEnd method. Called when enumeration of a paragraph has ended in C++....DocStructureToText () { auto doc = MakeObject < Document > ( MyDir...and modify each visited node. doc -> Accept ( visitor ); std ::...

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