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

custom fonts

(0.04 sec)
  1. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...app About About Us Contact Customers Legal Security Events Acquisition...border ); // set text color and Font options . setForeColor ( Color...

    docs.groupdocs.com/signature/java/sign-document...
  2. 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...
  3. 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-...
  4. 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-...
  5. 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...
  6. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/working-with-s...
  7. Python E-Signature Tutorial: Maak Digitale Hand...

    Stap-voor-stap handleiding voor het implementeren van elektronische handtekeningen in documenten met behulp van Python - leer stempelgebaseerde, afbeeldingsgebaseerde en formulierveld handtekeningmethoden voor veilig document tekenen...domain classes for signature customization import groupdocs.signature...tekst rond cirkel outer_line . font = gsd . SignatureFont() # Configureer...

    blog.groupdocs.com/nl/signature/sign-documents-...
  8. Python E-Signature Tutorial: Create Digital Sig...

    Krok po kroku przewodnik po implementacji podpisów elektronicznych w dokumentach za pomocą Pythona - dowiedz się o metodach podpisów opartych na stemplach, obrazach i polach formularzy dla bezpiecznego podpisywania dokumentów...domain classes for signature customization import groupdocs.signature...tekst wokół koła outer_line . font = gsd . SignatureFont() # Skonfiguruj...

    blog.groupdocs.com/pl/signature/sign-documents-...
  9. 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...
  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-...