Sort Score
Result 10 results
Languages All
Labels All
Results 5,421 - 5,430 of 139,836 for

font

(1.19 sec)
  1. HtmlSaveOptions.fontsFolder property | Aspose.W...

    HtmlSaveOptions.FontsFolder property. Specifies the physical folder where Fonts are saved when exporting a document to HTML...Specifies the physical folder where fonts are saved when exporting a document...Aspose.Words needs to save fonts used in the document as standalone...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Chart.axisY property | Aspose.Words for Node.js

    Chart.axisY property. Provides access to properties of the primary Y axis of the chart.... font . color = "#FF0000" ; yAxis...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Chart.axisZ property | Aspose.Words for Node.js

    Chart.axisZ property. Provides access to properties of the Z axis of the chart.... font . color = "#FF0000" ; yAxis...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartAxis.document property | Aspose.Words for ...

    ChartAxis.document property. Returns the document containing the parent chart.... font . color = "#FF0000" ; yAxis...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartAxis.majorTickMark property | Aspose.Words...

    ChartAxis.majorTickMark property. Returns or sets the major tick marks.... font . color = "#FF0000" ; yAxis...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Symbols not rendering while converting from doc...

    aspose_issue.docx (34.3 KB) Hi Team, I am using aspose words version 23.6 in java to convert docx files to pdf using the below code snippet - Document doc = new Document(filePath); doc.acceptAllRevisions(); NodeCollec…...Unicode characters, special fonts (e.g., Wingdings, Symbol), or...PdfSaveOptions or embedding fonts explicitly in the conversion...

    forum.aspose.com/t/symbols-not-rendering-while-...
  7. ConditionalStyleCollection.topRightCell propert...

    ConditionalStyleCollection.topRightCell property. Gets the top right cell style.... font . bold = true ; // List all...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ConditionalStyleCollection.evenRowBanding prope...

    ConditionalStyleCollection.evenRowBanding property. Gets the even row banding style.... font . bold = true ; // List all...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ConditionalStyleCollection.bottomLeftCell prope...

    ConditionalStyleCollection.bottomLeftCell property. Gets the bottom left cell style.... font . bold = true ; // List all...

    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/