Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 137,404 for

font

(0.22 sec)
  1. Supported File Formats|Aspose.Slides for Node.j...

    Discover all file formats Aspose.Slides for Node.js via Java can open, save, and convert — including PPT, PPTX and ODP — with clear import/export support notes.... Does the library support font embedding when exporting to...Yes. You can control whether fonts are fully embedded or subsetted...

    docs.aspose.com/slides/nodejs-java/supported-fi...
  2. Supported File Formats|Aspose.Slides Documentation

    Discover all file formats Aspose.Slides for Android via Java can open, save, and convert — including PPT, PPTX and ODP — with clear import/export support notes.... Does the library support font embedding when exporting to...Yes. You can control whether fonts are fully embedded or subsetted...

    docs.aspose.com/slides/androidjava/supported-fi...
  3. The library doesn't apply the correct style pro...

    Hi! I have an issue when I want read the Cell’s Style’s properties. I flagged only the border’s property and the other properties are not flagged, but (in my case) when I want read the property “isAlignmentApplied()” t…...println("Font = " + borderNew.isFontApplied());...isFillApplied()); System.out.println("Font = " + border1.isFontApplied());...

    forum.aspose.com/t/the-library-doesnt-apply-the...
  4. Working with Form Fields in C#|Aspose.Words for...

    Understanding Form Fields feature, working with Form Fields using C#....Fields The Font property of FormField allows applying font formatting...code example shows how to apply font formatting to the FormField...

    docs.aspose.com/words/net/working-with-form-fie...
  5. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....format of PDF that embeds all fonts used in the document within...features, such as font linking (as opposed to font embedding) and...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  6. SectionLayoutMode enumeration | Aspose.Words fo...

    Aspose.Words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the document grid behavior....size of the font. doc . styles . at ( "Normal" ). font . size =...this section. // A large enough font size will push some lines down...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Extract Text from Presentations|Aspose.Slides D...

    Learn how to extract text from slides or entire presentations in Aspose.Slides for C++ and process content from PPT, PPTX and ODP programmatically.... Text ); //Display font height of the text Console ...PortionFormat . FontHeight ); //Display font name of the text Console . WriteLine...

    docs.aspose.com/slides/cpp/extracting-text-from...
  8. SectionLayoutMode enumeration | Aspose.Words fo...

    aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the document grid behavior....the font. doc . styles . get_by_name ( 'Normal' ) . font . size...this section. # A large enough font size will push some lines down...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...toEqual ( true ); // Set the font for the text inside the structured...name = "Arial" ; // Set the font for the text at the end of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....GetStyle (); // Create a Font object Font font = style . GetFont ();...(); // Set the name font . SetName ( u "Times New Roman" ); //...

    docs.aspose.com/cells/cpp/cells-alignment-setti...