Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 140,637 for

font

(0.21 sec)
  1. Document bookmark misplaced in the last documen...

    We encountered an issue when document bookmark in the last document is misplaced after calls to document.appendDocument() Expected bookmark location same as before the merge. Actual bookmark location - after the two im…...spacing, override table style font size, text effects, or layout...spacing, override table style font size, text effects, or layout...

    forum.aspose.com/t/document-bookmark-misplaced-...
  2. Working with Document in PS file | Python

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/page/python-net/ps/working-with...
  3. Text Formatting inside PDF using C++|Aspose.PDF...

    Learn how to apply text formatting within PDFs in C++ using Aspose.PDF to control text appearance....textFragment -> get_TextState () -> set_Font ( FontRepository :: FindFont...underline decoration" ); // Set the font for TextFragment fragment ->...

    docs.aspose.com/pdf/cpp/text-formatting-inside-...
  4. Filter Objects while loading Workbook or Worksh...

    Learn how to filter data while loading workbooks or worksheets using Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"..."/lic/aspose.cells.enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...

    docs.aspose.com/cells/javascript-cpp/filter-obj...
  5. Insert and Append Documents|Aspose.Words for Py...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Python....FAQ Q: How can I change the font size of the inserted content...paragraphs) and modify their font.size property. You can retrieve...

    docs.aspose.com/words/python-net/insert-and-app...
  6. Working with Tags | Aspose.Note Documentation

    A guide on how to use and implement tags in Java applications....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/java/working-with-tags/
  7. Aspose::Words::Saving::TxtSaveOptions class | A...

    Aspose::Words::Saving::TxtSaveOptions class. Can be used to specify additional options when saving a document into the Text format. To learn more, visit the documentation article in C++....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/cpp/aspose.words.sav...
  8. Edit DOCX In Java

    Edit DOCX in Java code....such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/words/java/edit/docx/
  9. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/words/java/compress/
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...based on paragraph width and font metrics. Test with a small document...&& runStart < lineEnd) { run.Font.HighlightColor = Color.Yellow;...

    forum.aspose.com/t/words-how-to-obtain-data-for...