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

custom font

(0.42 sec)
  1. Using WorkbookMetadata with JavaScript via C++|...

    Learn how to edit workbook metadata using Aspose.Cells for JavaScript via C++....WorkbookMetadata class to edit custom document properties of a workbook..."/lic/aspose.cells.enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...

    docs.aspose.com/cells/javascript-cpp/using-work...
  2. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...have installed the template font, what I saw is that the first...depend on many factors such as fonts, MS Word version etc. That is...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  3. ChartDataLabelCollection.count property | Aspos...

    ChartDataLabelCollection.count property. Returns the number of [ChartDataLabel](../../chartdatalabel/) in this collection....): """Apply data labels with custom number format and separator...indexer ChartDataLabelCollec.font property...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Saving::XpsSaveOptions class | A...

    Aspose::Words::Saving::XpsSaveOptions class. Can be used to specify additional options when saving a document into the Xps 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...
  5. Working with Formulas in Projects | Aspose.Task...

    Learn how to work with Microsoft Project formula functions using Aspose.Tasks for C# and other languages....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tasks/cpp/functions-in-formulas/
  6. Convert DOCX to PPTX in Python or with free Onl...

    DOCX to PPTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCX to PPTX online converter quickly before integrating the code....the document, such as font size, font color, and page layout...presentation, such as font size, font color, and slide layout...

    products.aspose.com/total/python-net/conversion...
  7. Online XPS to RTF Conversion or Build .NET base...

    Free online app to convert XPS to RTF files. .NET C# conversion library code for XPS documents....booklets and brochures with custom layouts, font styles, and formatting...

    products.aspose.com/total/net/conversion/xps-to...
  8. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....type // of every field using a custom visitor implementation. FieldVisitor...getCustomNodeId() Specifies custom node identifier. getDirectRunAttr(int...

    reference.aspose.com/words/java/com.aspose.word...
  9. Body class | Aspose.Words for Node.js

    Aspose.Words.Body class. Represents a container for the main text of a section...CompositeNode ) customNodeId Specifies custom node identifier. (Inherited...text = "Hello World!" ; run . font . color = "#FF0000" ; para ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX 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/docx/