Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 3,171 for

textbox

(0.05 sec)
  1. 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...
  2. 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...
  3. 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 Golang via C++ Contents...

    docs.aspose.com/cells/go-cpp/set-line-spacing-o...
  4. 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 JavaScript via C++....Replace tag with text in a textbox inside the Worksheet with JavaScript...multiple tags within a single textbox. Sample Code Following sample...

    docs.aspose.com/cells/javascript-cpp/replace-ta...
  5. 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 JavaScript via C++....the Paragraph in a Shape or Textbox with JavaScript via C++ Contents...body > < h1 > Aspose.Cells TextBox Paragraph Formatting Example...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  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...