Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 18,352 for

custom font

(0.09 sec)
  1. Working with GridJs Client Side|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....attributename : font - name | font - bold | font - italic | font - size...ri , ', ci:' , ci ); }); customization set home icon and link xs...

    docs.aspose.com/cells/net/aspose-cells-gridjs/c...
  2. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.RTF format in Java....rtf with custom options. Document doc = new...whether to allow embedding fonts with PostScript outlines when...

    reference.aspose.com/words/java/com.aspose.word...
  3. package-frame - Aspose.Imaging for Java - API R...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....font com.aspose.imaging.fileformats...aspose.imaging.xmp.types.complex.font com.aspose.imaging.xmp.types...

    reference.aspose.com/imaging/java/com.aspose.im...
  4. Class GridWeb | Aspose.Cells for .NET API Refer...

    Aspose.Cells.GridWeb.GridWeb class....get; set; } Represents user’s custom calculation engine to extend...get; set; } Gets or sets the custom style file name.(Inherited...

    reference.aspose.com/cells/net/aspose.cells.gri...
  5. Save to PDF: incorrect positioning and unrecogn...

    Hello Support, Converting VSD file to PDF gives an unexpected result: Actual.PDF (51.9 KB) Expected.png (2.4 KB) Source.zip (131.3 KB) C# code using (var document = new AsposeDiagram.Diagram(szFileName)) { …...to communicate this to our customers as this is a blocking issue...issue but could not find the font information for the particular...

    forum.aspose.com/t/save-to-pdf-incorrect-positi...
  6. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++.... Custom 17 Custom paper size. Examples Shows...SectionBreakEvenPage ); // Set a custom size for this section's pages...

    reference.aspose.com/words/cpp/aspose.words/pap...
  7. EmfPlusObject - Aspose.Imaging for Java - API R...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....font com.aspose.imaging.fileformats...aspose.imaging.xmp.types.complex.font com.aspose.imaging.xmp.types...

    reference.aspose.com/imaging/java/com.aspose.im...
  8. Convert HTML from ZIP archive to JPG – C# example

    In the article, the example of a message handler creating for working with zip archives is considered. The implementation of converting zip to jpg is shown....Font Product Solution Aspose.TeX...ai About About Us Contact Customers Legal Affiliates Events Acquisition...

    docs.aspose.com/html/net/message-handlers/conve...
  9. 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/
  10. 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/