Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 33,397 for

custom font

(0.3 sec)
  1. Mail Merge Template in Python|Aspose.Words for ...

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in Python....example code and notes on customizing template properties. It is...shows the created template: Customize a Mail Merge Template Properties...

    docs.aspose.com/words/python-net/mail-merge-tem...
  2. Java Barcode API - Generate or Scan 1D 2D & Pos...

    Java barcode library to generate read recognize barcodes. Barcode SDK supports Linear & 2D barcodes as well as exports to JPG GIF PNG BMP and more image formats...Postal Save to Stream or Image Customize Appearance: Size, Color, Angle...of code text Manage caption & font styles Support for Checksum...

    products.aspose.com/barcode/java/
  3. Sitefinity PDF Import|Aspose.PDF for .NET

    Learn how to install and use PDF Import Module for Sitefinity...extended security controls; custom font handling; integration with...knew that just giving our customers good products would not be...

    docs.aspose.com/pdf/net/sitefinity-pdf-import/
  4. SvgSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.SvgSaveOptions to enhance your document conversion to SVG format with Customizable features for optimal results....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/net/aspose.words.sav...
  5. How to change background in comment in Excel wi...

    How to change color in a comment and insert a picture or image in a comment in Excel using Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...Microsoft Excel lets users customize the look and feel of spreadsheets...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  6. Aspose::Words::Lists::ListLevelCollection::idx_...

    Aspose::Words::Lists::ListLevelCollection::idx_get method. Gets a list level by index in C++....Examples Shows how to apply custom list formatting to paragraphs...Microsoft Word template, and customize the first two of its list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/md/
  8. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/pdf/
  9. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/word/
  10. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/