Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 506 for

custom fonts

(0.09 sec)
  1. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); // Add watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  2. GroupDocs.Watermark Product Family on GroupDocs...

    GroupDocs.Watermark Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Product Family on GroupDocs Blog | Document Aut......Kılavuz Learn how to utilize custom fonts in GroupDocs.Watermark to...

    blog.groupdocs.com/tr/categories/groupdocs.wate...
  3. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); // Add watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....multiple documents with your customized comparison settings. CompareOptions...your comparison options like font styling for detected changes...

    blog.groupdocs.com/comparison/compare-excel-wor...
  5. Working with worksheet backgrounds | Documentation

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking Java API...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-...
  6. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...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-...
  7. Existing objects in PDF document | Documentation

    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...
  8. 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...
  9. Shapes in spreadsheet document | Documentation

    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...
  10. Working with slide backgrounds | Documentation

    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-...