Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 3,598 for

textbox

(0.49 sec)
  1. Aspose.Cells 16.10.0中的公共API更改|Documentation

    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....]; // Create a TextBox with some text var textBox = sheet . Shapes...700 ); textBox . Text = "Aspose File Format APIs" ; textBox . Font...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Padding layout attribute for TextBoxField - Fre...

    Hi, I have a TextboxField and I would like to get it’s structural layout attributes e.g. padding. How can I do this with Aspose.Pdf.Net 25.12 ? Thanks...blank page from code add a textbox to that page btw. we have license...

    forum.aspose.com/t/padding-layout-attribute-for...
  3. Java-ի միջոցով տվյալների բազայից PDF ձևաթղթի ավ...

    Կարդացեք այս հոդվածը՝ Java-ի միջոցով տվյալների բազայից PDF ձևաթղթի ավտոմատ լրացման համար։ Այն պարունակում է IDE-ի կարգավորման մանրամասները, քայլերի ցանկը և օրինակ կոդ՝ PDF-ի տվյալների բազայից լրացման համար Java-ի միջոցով։...Այստեղ ցուցադրված է միայն TextBox դաշտը; դուք կարող եք լրացնել...

    kb.aspose.com/hy/pdf/java/auto-fill-pdf-form-fr...
  4. 创建每行具有不同水平对齐方式的文本框,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++创建每行可具有不同水平对齐方式的文本框...head > < body > < h1 > Add TextBox and Set Paragraph Alignment...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  5. Extract Data from PDF Form using C#

    Follow this article to extract data from PDF form using C#. It has all the details to set the IDE, a list of steps, and a sample code demonstrating extract data from fillable PDF using C#....on the Form, including the textbox, radio button, and combo box...

    kb.aspose.com/pdf/net/extract-data-from-pdf-for...
  6. Rotate Text with Shape inside the Worksheet usi...

    Learn how to rotate text with shape inside an Excel worksheet using Aspose.Cells for Node.js via C++....the Paragraph in a Shape or Textbox with Node.js via C++ Set the...

    docs.aspose.com/cells/nodejs-cpp/rotate-text-wi...
  7. WrapSide | Aspose.Words for Java

    Specifies what sides of the shape or picture the text wraps around in Java....Examples: Shows how to replace all textbox shapes with image shapes. Document...new Document(getMyDir() + "Textboxes in drawing canvas.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  8. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…...come from an out of boundary textbox from the footer, but it is...

    forum.aspose.com/t/extra-text-appears-when-conv...
  9. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with shapes in Excel worksheets using Aspose.Cells for C++....the Paragraph in a Shape or Textbox with C++ Set Margins of Comment...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  10. Fetching "Start At" Values for Numbered Lists f...

    Hi Team, get_NumberedBulletStartWith() → Returns or sets the first number which is used for group of numbered bullets with no inheritance. So, for a group starting with 5, then continuing with 6,7,8; get_NumberedBullet…...presentation->get_Slide(0); auto textBox = ExplicitCast<IAutoShape>...pe(0)); auto paragraphs = textBox->get_TextFrame()->get_Paragraphs();...

    forum.aspose.com/t/fetching-start-at-values-for...