Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 940 for

custom fonts

(0.15 sec)
  1. Add annotations | GroupDocs

    Add area, ellipse, point, arrow, distance, polyline, highlight, underline, strikeout, squiggly, text-field, replacement, redaction, watermark, link, and image annotations to a document with GroupDocs.Annotation for Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...property ( background_color , font_color , pen_color , underline_color...

    docs.groupdocs.com/annotation/python-net/add-an...
  2. Excel-Tabellen vergleichen: Erweiterte Zelle-zu...

    Erfahren Sie, wie Sie Excel-Tabellen programmgesteuert mit GroupDocs.Comparison für .NET vergleichen. Dieser Leitfaden demonstriert den Zelle-zu-Zelle-Vergleich, benutzerdefinierte Formatierung, Zusammenfassungsseiten und erweiterte Sichtbarkeitssteuerungen für den Excel-Dokumentvergleich in C#....advanced cell‑by‑cell analysis, custom styling, and comprehensive... You can clone, run, and customize the examples to suit your...

    blog.groupdocs.com/de/comparison/compare-excel-...
  3. Working with spreadsheet document attachments |...

    Extract, add, remove, search, and watermark spreadsheet attachments using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , gww . Font ( "Arial" , 19.0 )) load_options...

    docs.groupdocs.com/watermark/python-net/working...
  4. 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...app About About Us Contact Customers Legal Security Events Acquisition...Diagonal Corner Rounded" , new Font ( "Calibri" , 8 , FontStyle...

    docs.groupdocs.com/watermark/net/existing-objec...
  5. Сравнение Excel‑таблиц: продвинутый по‑ячейковы...

    Узнайте, как программно сравнивать электронные таблицы Excel с помощью GroupDocs.Comparison для .NET. Это руководство демонстрирует поячеечное сравнение, пользовательское оформление, страницы‑сводки и расширенные средства управления видимостью при сравнении документов Excel в C#....advanced cell‑by‑cell analysis, custom styling, and comprehensive... You can clone, run, and customize the examples to suit your...

    blog.groupdocs.com/ru/comparison/compare-excel-...
  6. وضع العلامات المائية بالذكاء الاصطناعي: حماية ا...

    اكتشف كيفية حماية المستندات باستخدام العلامات المائية المدعومة بالذكاء الاصطناعي عبر GroupDocs.Watermark. تعلم كيفية إضافة وإنشاء وتخصيص العلامات المائية تلقائيًا لتعزيز أمان المستندات وحماية المحتوى....Watermarker(inputPath)) { Font font = new Font( "Arial" , 11 , FontStyle...TextWatermark(watermarkText, font) { ForegroundColor = Color.Red...

    blog.groupdocs.com/ar/watermark/ai-driven-dynam...
  7. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....app About About Us Contact Customers Legal Security Events Acquisition...== Color . Red && fragment . Font . FamilyName == "Arial" ) {...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  8. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/working-with-...
  9. סימון מים AI: הגנה על מסמכים עם סימון מודע להקש...

    גלה כיצד להגן על מסמכים עם סימוני מים מבוססי AI באמצעות GroupDocs.Watermark. למד כיצד להוסיף, ליצור ולהתאים אישית סימוני מים באופן אוטומטי לשיפור אבטחת המסמכים והגנת התוכן....Watermarker(inputPath)) { Font font = new Font( "Arial" , 11 , FontStyle...TextWatermark(watermarkText, font) { ForegroundColor = Color.Red...

    blog.groupdocs.com/he/watermark/ai-driven-dynam...
  10. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/existing-objec...