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

textbox

(0.11 sec)
  1. TextBox.textBoxWrapMode property | Aspose.Words...

    Textbox.TextboxWrapMode property. Determines how text wraps inside a shape....textBoxWrapMode property TextBox.textBoxWrapMode property Determines...Drawing class TextBox TextBox.previous property TextBox.verticalAnchor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. 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...
  4. 用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...
  5. 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...
  6. TextBox.layoutFlow property | Aspose.Words for ...

    Textbox.layoutFlow property. Determines the flow of the text layout in a shape....layoutFlow property TextBox.layoutFlow property Determines the...class TextBox TextBox.internalMarginTop property TextBox.next...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Shapes in Charts with Node.js via C++|Documenta...

    Learn how to use Aspose.Cells for Node.js via C++ to add controls and customize charts in Microsoft Excel. This guide demonstrates how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" )); Adding TextBox Control to the Chart One way...The method returns TextBox object. The TextBox class represents...

    docs.aspose.com/cells/nodejs-cpp/controls-in-ch...
  8. CompareOptions.ignore_fields property | Aspose....

    CompareOptions.ignore_fields property. Specifies whether to compare differences in fields.... end_table () # Textbox: text_box = builder . insert_shape...builder . write ( 'Original textbox contents' ) # DATE field: builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompareOptions.ignore_formatting property | Asp...

    CompareOptions.ignore_formatting property. True indicates that formatting is ignored.... end_table () # Textbox: text_box = builder . insert_shape...builder . write ( 'Original textbox contents' ) # DATE field: builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.compare() does not recognise text box ...

    Document.compare() does not recognise text box wrap mode changes, changes are not highlighted, revision count is 0. Code snippet: // Create the original document Document docOriginal = new Document(); DocumentBuilder b…...inal); // Insert a textbox Shape textBox = builder.insertShape(ShapeType...TEXT_BOX, 50, 50); builder.moveTo(textBox.getFirstParagraph()); builder...

    forum.aspose.com/t/document-compare-does-not-re...