Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 153,329 for

2

(0.48 sec)
  1. Facades.Form() not displaying the textbox form ...

    Hi, I have a PDF with form fields in it. In below, i'm setting the background color, value, style and border width for the text box form fields "allergies_label_pg1", "allergies_label_pg3" and saving to "result.pdf". va…...Family rajeshbsw May 14, 2014, 2:06am 1 Hi, I have a PDF with form...textBoxField2.Value = "sample text value 2"; textBoxField2.Characteristics...

    forum.aspose.com/t/facades-form-not-displaying-...
  2. Motion Blur Filters|Documentation

    Aspose.Imaging graphic library for Java supports kernel filters such MotionBlur as well as custom kernels.... 2 , 0 , 0 }, { 0 , 0 , 0 . 1 , 0...0 , 0 }, { 0 , 0 , 0 . 2 , 0 , 0 }, { 0 , 0 , 0 . 25 , 0 , 0...

    docs.aspose.com/imaging/java/developer-guide/ma...
  3. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...ExtractPages method returns only 2 pages. input.docx (13.5 KB) alexey...noskov November 27, 2024, 1:01pm 2 @Buffer2018 Such problems might...

    forum.aspose.com/t/document-extractpages-yields...
  4. Public API Changes in Aspose.Diagram 5.8.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Shape [] shapes = new Shape [ 2 ]; // extract and assign shapes...0 ). getShapes (). getShape ( 2 ); // mark array shapes as group...

    docs.aspose.com/diagram/java/public-api-changes...
  5. SplitOptions | Aspose.Words for Java

    Specifies options how the document is split into parts in Java....2.docx", SaveFormat.DOCX, options);...getArtifactsDir() + "LowCode.SplitDocument.2.docx", SaveFormat.DOCX, options);...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....insertTocEntry(builder, "TC field 2", "A", "2"); Assert.assertEquals("...insertTocEntry(builder, "TC field 2", "A", "2"); Assert.assertEquals("...

    reference.aspose.com/words/java/com.aspose.word...
  7. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Python to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look....formula =MOD(ROW(),2)=0 to =MOD(COLUMN(),2)=0 ; that is, instead...Document Assistant Close Adding 2-Color Scale and 3-Color Scale...

    docs.aspose.com/cells/python-net/apply-shading-...
  8. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for Node.js via C++.... addTextBox ( 2 , 0 , 2 , 0 , 100 , 200 ); // Access...

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...
  9. PreferredWidth.fromPercent method | Aspose.Word...

    PreferredWidth.fromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... write ( "Cell #2" ); builder . insertCell (); builder...cellFormat . preferredWidth } .` ); // 2 - Set a relative preferred width...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. OutlineOptions.default_bookmarks_outline_level ...

    OutlineOptions.default_bookmarks_outline_level property. Specifies the default level in the document outline at which to display Word bookmarks....document outline at level 1; 2 for level 2 and so on. Default is 0...

    reference.aspose.com/words/python-net/aspose.wo...