Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,859 for

textbox

(0.02 sec)
  1. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in Textboxes within Excel worksheets using Aspose.Cells for Python via .NET....Replace tag with text in a textbox inside the Worksheet with Python...multiple tags within a single textbox. Sample Code Following sample...

    docs.aspose.com/cells/python-net/replace-tag-wi...
  2. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in a Textbox within a worksheet using Aspose.Cells for Node.js via C++....Replace tag with text in a textbox inside the Worksheet with Node...multiple tags within a single textbox. Sample Code Following sample...

    docs.aspose.com/cells/nodejs-cpp/replace-tag-wi...
  3. Issues with Slide Background and Textbox Animat...

    Hello Aspose Support Team, I am using Aspose.Slides for .NET to convert a PowerPoint presentation (PPTX) to HTML5. Below is the code I am using for the conversion: using Aspose.Slides; using Aspose.Slides.Export; clas…...with Slide Background and Textbox Animations in PPTX to HTML5...altered during the conversion. Textbox Animation Issue : In the PowerPoint...

    forum.aspose.com/t/issues-with-slide-background...
  4. Create TextBox in which each line is having dif...

    Learn how to create a Textbox with different horizontal alignment for each line using Aspose.Cells with C++....Create TextBox in which each line is having different Horizontal...Replace tag with text in a textbox inside the Worksheet with C++...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  5. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or Textbox using Aspose.Cells for C++....the Paragraph in a Shape or Textbox with C++ Contents [ Hide ]...Character Spacing of Excel TextBox or Shape with C++ Rotate Text...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  6. NUMPAGES in TextBox in Table is not updated - F...

    Hi, I created document with section from other file. This section contains IF field with Textbox in Table in result. Probably this is similar situation to https://forum.aspose.com/t/numpages-in-Textbox-is-not-updated/2…...NUMPAGES in TextBox in Table is not updated Aspose.Words Product...section contains IF field with Textbox in Table in result. Probably...

    forum.aspose.com/t/numpages-in-textbox-in-table...
  7. 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++....the Paragraph in a Shape or Textbox with Node.js via C++ Contents...Character Spacing of Excel TextBox or Shape with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...
  8. Create TextBox in which each line has a differe...

    Learn how to create a Textbox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....Create TextBox in which each line has a different Horizontal...Replace tag with text in a textbox inside the Worksheet with Node...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  9. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...and XLSM files containing TextBox's into PDF Aspose.Cells Product...Aspose-Textbox-issue-example.pdf (88.5 KB) Aspose-Textbox-issue-example...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...extract a MergeField from a TextBox to its relative position Aspose...extract a MergeField from a TextBox and convert its content into...

    forum.aspose.com/t/alternative-way-to-extract-a...