Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 10,593 for

textbox

(0.07 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++.... auto textBox = MakeObject < Shape > ( doc...ShapeType :: TextBox ); textBox -> set_Width ( 200 ); textBox -> set_Height...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Shape.Text | Aspose.Cells for .NET API Reference

    Shape property. Represents the string in this Textbox object...Represents the string in this TextBox object. public string Text...

    reference.aspose.com/cells/net/aspose.cells.gri...
  3. 图形中的文字的边距问题 - Free Support Forum - aspose.com

    输入文件中有一个Textbox,打开文件不进行任何操作之后保存,如果保存为xlsx格式的话,没有问题,但如果保存为xls格式的话,Textbox的文字边距被改变了。 如果添加一个Textbox,也是同样的结果。... 2023, 12:11am #1 输入文件中有一个TextBox,打开文件不进行任何操作之后保存,如果保存为xlsx格...但如果保存为xls格式的话,TextBox的文字边距被改变了。 如果添加一个TextBox,也是同样的结果。 amjad...

    forum.aspose.com/t/topic/263105
  4. How to extract text from pdf doc element by ele...

    Document document1 = new Document(String.valueOf(file)); TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber(); document1.getPages().get_Item(1).accept(textFragmentAbsorber); …...footer, para,cell,para,para,textbox) but in pdf page the order...order is(header, para, textbox,cell,para,para,footer). output i got...

    forum.aspose.com/t/how-to-extract-text-from-pdf...
  5. TextBoxCollection.Clear | Aspose.Cells for .NET...

    TextboxCollection method. Clear all text boxes...Examples [C#] //clear all textbox textBoxCollection . Clear ();...

    reference.aspose.com/cells/net/aspose.cells.dra...
  6. remove_hyperlink method | Aspose.Cells for Pyth...

    remove_hyperlink method remove_hyperlink Remove the hyperlink of the shape. def remove_hyperlink ( self ): ... Exampl......drawing class TextBox remove_active_x_control method...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. index_of method | Aspose.Cells for Python via ....

    index_of method Contents [ Hide ] index_of Searches for the specified object and returns the zero-based index of the ......Parameter Type Description item TextBox The object to locate in the...Parameter Type Description item TextBox The object to locate in the...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. remove_active_x_control method | Aspose.Cells f...

    remove_active_x_control method remove_active_x_control Remove activeX control. def remove_active_x_control ( self ): ......drawing class TextBox move_to_range method remove_hyperlink...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Aspose::Cells::Worksheet::GetTextBoxes method |...

    Aspose::Cells::Worksheet::GetTextboxes method. Gets a Textbox collection in C++....Worksheet::GetTextBoxes method Gets a TextBox collection. TextBoxCollection...

    reference.aspose.com/cells/cpp/aspose.cells/wor...
  10. Document.Compare | Aspose.Words for .NET API 参考

    Document 方法. 将此文档与另一个文档进行比较以产生编辑和格式修订的数量Revision....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/zh/net/aspose.words/...