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

textbox

(0.27 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. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...StoryType { get; } Returns Textbox. Stroke { get; } Defines a...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Working with Shapes in Python|Aspose.Words for ...

    Create and manage shapes, ole objects in a document using Python....layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...

    docs.aspose.com/words/python-net/working-with-s...
  5. Install Aspose.Slides for Android via Java|Aspo...

    Quickly install Aspose.Slides for Android. Step-by-step guide, system requirements, and Java code samples — start working with PowerPoint presentations today!... setText ( "Aspose TextBox" ); // Save the PPTX to card...pres . save ( sdCardPath + "Textbox.pptx" , SaveFormat . Pptx );...

    docs.aspose.com/slides/androidjava/install-aspo...
  6. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node....) Shows how to replace all textbox shapes with image shapes. doc...Document ( file_name = MY_DIR + 'Textboxes in drawing canvas.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FormField.IsCheckBoxExactSize | Aspose.Words fo...

    Discover the FormField IsCheckBoxExactSize property, easily control Textbox sizing with a simple boolean setting for optimal customization....indicates whether the size of the textbox is automatic or specified explicitly...

    reference.aspose.com/words/net/aspose.words.fie...
  8. PDF form field values change color to red after...

    After combining pdf with xfdf the form fields text content changes its color to red. Please note that all fields colors are specified as Black in the source form. Form and xfdf files are attached red color.zip (219.5 KB…...There is no appearance for textbox fields in XFDF file - only...

    forum.aspose.com/t/pdf-form-field-values-change...
  9. Text rotation in FloatingBox produces odd outpu...

    Rotating the text in a FloatingBox produces strange output. Rotation by 90 or 270 produces a single line Rotating by 180 creates a mirror image with the lines of text in reverse order. The PDF below was produced by cr…...WriteLine($"TextBox Top:{details.Top:000} Left:{details...

    forum.aspose.com/t/text-rotation-in-floatingbox...
  10. 使用C++在工作表之间复制形状|Documentation

    学习如何使用Aspose.Cells和C++在工作表之间复制形状、图表和其他绘图对象。...GetShapes (); // Copy the Textbox to the Result Worksheet Worksheet...

    docs.aspose.com/cells/zh/cpp/copy-shapes-betwee...