Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 8,328 for

textbox

(0.05 sec)
  1. Shape.FirstParagraph | Aspose.Words for .NET AP...

    Shape 财产. 获取形状中的第一段...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...WrapType . None ; textBox . Height = 50 ; textBox . Width = 200 ;...

    reference.aspose.com/words/zh/net/aspose.words....
  2. TextBoxCollection.Item | Aspose.Cells for .NET ...

    TextboxCollection property. Gets the Textbox element at the specified index...the TextBox element at the specified index. public TextBox this...textBoxCollection . Count - 1 ; TextBox txb = textBoxCollection [ index...

    reference.aspose.com/cells/net/aspose.cells.dra...
  3. Aspose::Cells::Drawing::ShapeCollection::AddTex...

    Aspose::Cells::Drawing::ShapeCollection::AddTextbox method. Adds a text box to the worksheet in C++.... TextBox Aspose :: Cells :: Drawing...Represents the vertical offset of textbox from its left row, in unit...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. TextBoxCollection | Aspose.Cells for Java API R...

    Encapsulates a collection of objects....Encapsulates a collection of TextBox objects. Example //Instantiating...get(0).getTextBoxes(); //add a textbox textBoxCollection.add(1, 1...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. Working with TextBoxes | Documentation

    Working with Textboxes Contents [ Hide ] In Aspose.Words, Textbox class is used to specify how a text is displayed in......with TextBoxes Contents [ Hide ] In Aspose.Words, TextBox class...Shape from linked TextBox . Creating a Link TextBox class provides...

    docs.aspose.com/words/python/working-with-textb...
  6. ShapeBase.WrapType | Aspose.Words for .NET API 参考

    ShapeBase 财产. 定义形状是内联的还是浮动的对于浮动形状定义形状周围文本的环绕模式...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...WrapType . None ; textBox . Height = 50 ; textBox . Width = 200 ;...

    reference.aspose.com/words/zh/net/aspose.words....
  7. 使用 GridJs 高亮功能|Documentation

    本文介绍如何使用 GridJs 突出显示单元格文本、单元格范围、形状和图片。...添加文本框以突出显示,文本框是一种特殊的形状,其类型属性为:“TextBox”,在活动工作表中 xs . sheet . addHighlightTextBox...data . shapes whose type is 'TextBox' startpostion : highlight start...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  8. Aspose::Words::Drawing::LayoutFlow enum | Aspos...

    Aspose::Words::Drawing::LayoutFlow enum. Determines the flow of the text layout in a Textbox in C++....flow of the text layout in a textbox. enum class LayoutFlow Values...DocumentBuilder > ( doc ); auto textbox = MakeObject < Shape > ( doc...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. ShapeCollection.AddTextBoxInChart | Aspose.Cell...

    ShapeCollection method. Adds a Textbox to the chart...method Adds a textbox to the chart. public TextBox AddTextBoxInChart...Represents the vertical offset of textbox from the upper left corner...

    reference.aspose.com/cells/net/aspose.cells.dra...
  10. Story.FirstParagraph | Aspose.Words for .NET

    Story FirstParagraph property. Gets the first paragraph in the story in C#....Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...WrapType . None ; textBox . Height = 50 ; textBox . Width = 200 ;...

    reference.aspose.com/words/net/aspose.words/sto...