Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 11,981 for

fill

(0.07 sec)
  1. ImageData.CropTop | Aspose.Words for .NET

    Optimize your images with ImageData CropTop, controlling picture removal from the top for perfect framing and enhanced visual appeal....cropped edge will be filled by the fill color of the shape)....

    reference.aspose.com/words/net/aspose.words.dra...
  2. ImageData.CropBottom | Aspose.Words for .NET

    Discover the ImageData CropBottom property to easily customize your images by removing unwanted portions from the bottom for a perfect fit....cropped edge will be filled by the fill color of the shape)....

    reference.aspose.com/words/net/aspose.words.dra...
  3. ImageData.crop_left property | Aspose.Words for...

    ImageData.crop_left property. Defines the fraction of picture removal from the left side....cropped edge will be filled by the fill color of the shape)....

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Add Circle in PDF using Java

    This article describes how to add circle in PDF using Java. It contains the information to establish the environment, steps to write the program and a sample code to insert circle in PDF using Java....set other properties also like fill color, line width, rotation...

    kb.aspose.com/pdf/java/how-to-add-circle-in-pdf...
  5. How to Add Rows in Word Table using Python

    This article guides on how to add rows in Word table using Python. It has the environment settings, a list of steps and a runnable sample code to insert rows in Word table using python....in the table Create a cell, fill it with some content and add...an empty row is created and filled with some sample data in each...

    kb.aspose.com/words/python/how-to-add-rows-in-w...
  6. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your document formatting and design.... Fill { get; } Gets fill formatting for the...

    reference.aspose.com/words/net/aspose.words/font/
  7. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...stroke='black' stroke-width='3' fill='red' /></svg></body></html>";...

    forum.aspose.com/t/insert-html-into-word-includ...
  8. Extract Data AcroForms|Aspose.PDF for Java

    This section explains how to extract forms from your PDF document with Aspose.PDF for Java.... getValue ()); } } Fill AcroForms Modifying AcroForms...

    docs.aspose.com/pdf/java/extract-form/
  9. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....insertNode(line); // 3 - Arrow with a green fill: Shape filledInArrow = new Shape(doc...with a flipped orientation filled in with the Aspose logo: Shape...

    reference.aspose.com/words/java/com.aspose.word...
  10. Text Rendering using Type1 Font | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within Java products....(font, gid, glyphMatrix); 74 // fill the path 75 path. setWindingRule...(textBrush); 77 outGraphics. fill (path); 78 } 79 //set current...

    docs.aspose.com/font/java/text-rendering-type1-...