Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 10,593 for

textbox

(0.05 sec)
  1. add_text_box method | Aspose.Cells for Python v...

    add_text_box method add_text_box Adds a text box to the worksheet. Returns A Textbox object. def add_text_box ( self ...... Returns A TextBox object. def add_text_box (...Represents the vertical offset of textbox from its left row, in unit...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. TextBox.LayoutFlow | Aspose.Words for .NET API 参考

    Textbox 财产. 确定形状中文本布局的流向...TextBox.LayoutFlow TextBox.LayoutFlow property 确定形状中文本布局的流向。...ShapeType . TextBox , 150 , 100 ); TextBox textBox = textBoxShape...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Aspose::Words::Drawing::ShapeBase::get_WrapType...

    Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C++.... auto textBox = MakeObject < Shape > ( doc...doc , ShapeType :: TextBox ); textBox -> set_WrapType ( WrapType...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. TextBox.is_valid_link_target method | Aspose.Wo...

    Textbox.is_valid_link_target method. Determines whether this [Textbox](../) can be linked to the target [Textbox](../)....whether this TextBox can be linked to the target TextBox . def is_valid_link_target...aspose . words . drawing . TextBox ): ... Parameter Type Description...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutFlow Enum | Aspose.Words for .NET

    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. public enum LayoutFlow Values...Shape textbox = new Shape ( doc , ShapeType . TextBox ) { Width...

    reference.aspose.com/words/net/aspose.words.dra...
  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. 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...
  8. TextBoxAnchor enumeration | Aspose.Words for Py...

    aspose.words.drawing.TextboxAnchor enumeration. Specifies values used for shape text vertical alignment....aligned to the top of the textbox. MIDDLE Text is aligned to...to the middle of the textbox. BOTTOM Text is aligned to the bottom...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape.LastParagraph | Aspose.Words for .NET

    Shape LastParagraph property. Gets the last paragraph in the shape in C#.... TextBox , 150 , 100 ); TextBox textBox = textBoxShape...textBoxShape . TextBox ; // Move the document builder to inside the TextBox...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto textBox = MakeObject < Shape > ( doc...doc , ShapeType :: TextBox ); textBox -> set_WrapType ( WrapType...

    reference.aspose.com/words/cpp/aspose.words/sto...