Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,179 for

textbox

(0.05 sec)
  1. TextBox.internalMarginTop property | Aspose.Wor...

    Textbox.internalMarginTop property. Specifies the inner top margin in points for a shape....internalMarginTop property TextBox.internalMarginTop property...class TextBox TextBox.internalMarginRight property TextBox.layoutFlow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FormField.isCheckBoxExactSize property | Aspose...

    FormField.isCheckBoxExactSize property. Gets or sets the boolean value that indicates whether the size of the Textbox is automatic or specified explicitly....indicates whether the size of the textbox is automatic or specified explicitly...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TextBox.internalMarginBottom property | Aspose....

    Textbox.internalMarginBottom property. Specifies the inner bottom margin in points for a shape....internalMarginBottom property TextBox.internalMarginBottom property...class TextBox TextBox.fitShapeToText property TextBox.internalMarginLeft...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CompareOptions.ignore_tables property | Aspose....

    CompareOptions.ignore_tables property. Specifies whether to compare the differences in data contained in tables.... end_table () # Textbox: text_box = builder . insert_shape...builder . write ( 'Original textbox contents' ) # DATE field: builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ComparisonTargetType enumeration | Aspose.Words...

    aspose.words.comparing.ComparisonTargetType enumeration. Allows to specify base document which will be used during comparison... end_table () # Textbox: text_box = builder . insert_shape...builder . write ( 'Original textbox contents' ) # DATE field: builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。... Get ( 0 ); TextBox textbox = worksheet . GetTextBoxes...GetTextBoxes (). Get ( 0 ); textbox . SetTextOrientationTy ( TextOrientationType...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  7. Configuration Explained|Aspose.Words for Report...

    Overview of configuration approaches for the Aspose.Words for Reporting Services....Add a textbox to any place in the report. 1.2. Set textbox visibility... Set textbox name to a configuration . 1.4. Set textbox text...

    docs.aspose.com/words/reportingservices/configu...
  8. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....Examples Shows how to replace all textbox shapes with image shapes. Document...= new Document ( MyDir + "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/net/aspose.words/com...
  9. Excel打印线条缺失 - Free Support Forum - aspose.com

    excel转pdf问题.zip (34.0 KB) 在使用25.4版本的apose.cells去打印一个excel文档,打印完成后发现有线条的缺失。虚拟打印机Foxit以及实际打印的都存在这个问题。后尝试将excel转pdf,发现同样是有问题。这里提供了转pdf的代码以及相关输入和输出的文件,请帮忙复现排查一下是什么问题。...PDF(或打印)时,可能会忽略 TextBox、线条等 Shape,导致它们在最终文档中不显示。官方论坛已有 “TextBox 转 PDF 丢失”...未对 Shape 做预处理 – 某些 Shape(如 TextBox)在转换前需要手动开启文字换行、调整尺寸等属性,否则渲染引擎会把它们当作空对象跳过。...

    forum.aspose.com/t/excel/321351
  10. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....Cells :: Cleanup (); } Adding TextBox Control to the Chart One way...Aspose::Cells::Drawing::TextBox object. The TextBox class represents...

    docs.aspose.com/cells/cpp/controls-in-charts/