Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,585 for

textbox

(0.27 sec)
  1. CompareOptions.ignore_case_changes property | A...

    CompareOptions.ignore_case_changes property. True indicates that documents comparison is case insensitive.... end_table () # Textbox: text_box = builder . insert_shape...builder . write ( 'Original textbox contents' ) # DATE field: builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CompareOptions.ignore_comments property | Aspos...

    CompareOptions.ignore_comments property. Specifies whether to compare differences in comments.... 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. CompareOptions.ignore_headers_and_footers prope...

    CompareOptions.ignore_headers_and_footers property. True indicates that headers and footers content 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...
  4. 通过C++使用JavaScript设置形状或文本框中文本效果的阴影|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++为任何形状或文本框设置文本效果阴影。...Effects Shadow of Shape or Textbox </ h1 > < input type = "file"...); // Set the text of the textbox tb . text = "This text has...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  5. 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...
  6. 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...
  7. 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...
  8. HTML Formatting|Aspose.PDF for Reporting Services

    Enable HTML formatting in PDF reports using Aspose.PDF for Reporting Services. Add styles and structure with ease....might wish to export text in textboxes with formatting. Unfortunately...mode in which all text in textboxes is treated as HTML and put...

    docs.aspose.com/pdf/reportingservices/html-form...
  9. 母版幻灯片|Aspose.Slides 文档

    探索 Aspose.Slides for Android 的母版幻灯片示例:使用清晰的 Java 代码创建、编辑和设置母版、占位符以及 PPT、PPTX 和 ODP 中的主题。... IAutoShape textBox = newMasterSlide . getShapes...Rectangle , 0 , 0 , 720 , 25 ); textBox . getTextFrame (). setText...

    docs.aspose.com/slides/zh/androidjava/examples/...
  10. TextBoxWrapMode | Aspose.Words for Java

    Specifies how text wraps inside a shape in Java....0); TextBox textBox = textBoxShape.getTextBox();...preserving its dimensions. textBox.setTextBoxWrapMode(textBoxWrapMode);...

    reference.aspose.com/words/java/com.aspose.word...