Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,639 for

font

(0.13 sec)
  1. Support for Null-Conditional Operators in Group...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.6. Using the latest version, you can now use null-conditional operators **?. **and ?[]. Change the color of chart series and individual point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, Fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document....the Word Processing document, fonts are preserved for a chart title...Processing documents Preserve the font of a chart title while changing...

    blog.groupdocs.com/assembly/support-for-null-co...
  2. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...Diagonal Corner Rounded" , new Font ( "Calibri" , 8 , FontStyle...== Color . Red && fragment . Font . FamilyName == "Arial" ) {...

    docs.groupdocs.com/watermark/net/existing-objec...
  3. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....watermarks by text formatting (font, color, etc.). Set background...

    docs.groupdocs.com/watermark/python-net/product...
  4. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......Font Formatting Source Sans Pro Light, 14 pt. Simple text in...text formatted in different fonts, sizes and colors. Very different...

    docs.groupdocs.com/viewer/java/sample-files/get...
  5. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....Specify the default font to use if a document font is missing. Specifies...loading Substitute specific fonts from the source spreadsheet...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  6. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...underlines, strike-throughs, and font types. Apply/Reject changes...

    docs.groupdocs.com/comparison/python-net/featur...
  7. Load document of specific format | Documentation

    This article explains how to load document of specific format....TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/java/load-document...
  8. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj ExeFont Formatting Source Sans Pro Light...text formatted in different fonts, sizes and colors. Very different...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  10. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....Hyperlinks <b> Text with Bold font is surrounded by <b> tag <i>...<i> Text with Italic font is surrounded by <i> tag <h1> – <h6>...

    docs.groupdocs.com/parser/java/features-overview/