Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 3,177 for

textbox

(0.12 sec)
  1. Aspose word for java不使用分页符插入页码 - Free Support F...

    我们使用 Aspose.Words for Java,希望能在 每一页的右下角插入文本框(例如页码或签章区域), 不使用页脚,而是通过 锚点定位 的方式在页面内容区域中插入。 在实际测试过程中遇到以下问题: 只有当文档使用 插入空白页 进行分页时,能正确识别每一页的最后一个节点,文本框也能准确出现在该页的右下角。 根据节点识别只会识别处理节点中的第一页空白页, niuda(1) (2).zip (12.6 KB) 当文档仅通…...Shape textbox = new Shape(doc, ShapeType.TEXT_BOX); textbox.setWrapType(WrapType...setWrapType(WrapType.NONE); textbox.setRelativeHorizonta(RelativeHorizontalPo...

    forum.aspose.com/t/aspose-word-for-java/320890
  2. ShapeType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word document.... TextBox The shape is a textbox. Note that shapes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PresentationML (PPTX, XML)|Aspose.Slides for PH...

    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....<p:nvSpPr><p:cNvPr id= "4" name= "TextBox 3" /> <p:cNvSpPr txBox= "1"...

    docs.aspose.com/slides/php-java/presentationml-...
  4. XLS data is changed after loading and saving ba...

    Hi Aspose team, I’m encountering an issue where data in an .xls file changes after I load and save it. For example, the number in a text box is 125 in the original file but becomes 145 after saving. To investigate furt…... If you save textbox to xls file since MS Excel...

    forum.aspose.com/t/xls-data-is-changed-after-lo...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Create, Edit or Convert PSD & PSB files to PDF & image formats | products.aspose.com – C# Photoshop Files Conversionhttps://products.aspose.com/psd/net/conversion/Re...... textbox pl-0 Adobe photoshop saves...BMP What is BMP File Format? textbox pl-0 Files having extension...

    products.aspose.com/psd/net/conversion/index.xml
  6. Stroke class | Aspose.Words for Python

    aspose.words.drawing.Stroke class. Defines a stroke for a shape...stroke SoftEdgeFormat class TextBox class...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Rotate Text with Shape inside the Worksheet usi...

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

    docs.aspose.com/cells/javascript-cpp/rotate-tex...
  8. 档案

    档案...表单: 创建带有空白页的 PDF 文件 在页面上添加 TextBox 字段和 RadioButton 字段 保存输出 PDF...以编程方式填写表单字段。您可以通过以下步骤填写创建的表格: 加载输入文件 在 TextBox 字段中填充值 通过选择一个选项来填写 RadioButton...

    blog.aspose.com/zh/pdf/create-fill-edit-fillabl...
  9. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying to implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how to do this and what’s supported. This is using .net. Specifically, I’m trying to render some Tab…...= "Aspose TextBox"; //para.setText(“Aspose TextBox”); NullableBool...pres.Save(@"c:\Aspose Data\TextBox.pptx", Aspose.Slides.Export...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  10. Portion::get_Text Returns Sentence-Cased Text I...

    Hi team, for (const auto& portion : paragraph->get_Portions()) { std::string portionText = portion->get_Text().ToUtf8String(); } currently some portion text that we are getting is in sentence case, although…...for any of the texts in the textbox. It always returns None. Can...

    forum.aspose.com/t/portion-get-text-returns-sen...